Difference between revisions of "User:TheHypnotist"

From London Hackspace Wiki
Jump to navigation Jump to search
(Created page with "I'm awesome")
 
Line 1: Line 1:
I'm awesome
+
 
 +
== Projects ==
 +
 
 +
'''Mains timer hack'''
 +
[[File:DSC00198.JPG|200px|thumb|left|Ooopsy! I let out the magic blue smoke.. mm smells good.]][[File:Timer.jpeg|200px|thumb|right|Roughly what the timer looked like to begin with.]]
 +
 
 +
This project was meant to be a handy hack which would convert a timed outlet into being controllable from my laptop other bluetooth and then later added to a network of controllable/readable devices using cheap NRF24L01+ wireless modules.
 +
 
 +
Anyway, this project is now on hold as I let out the magic blue smoke and cant be bothered to fix it right now.
 +
 
 +
I killed it by causing a ground loop, If I had an isolating transformer it would have been alright but unfortunately connecting the oscilloscope to the microcontroller (msp430) ground pin caused it to pop! I'm sure the microcontroller is fine but not checked yet. Anyway, that resist in the middle-ish right of the board is what popped and started to smolder. Funnily enough I watched it burn out before I bothered to unplug it lol. Too much fun watching the glow.
 +
 
 +
I had a firmware on the MSP430 (one of the microcontrollers you get with a TI Launchpad) which toggled a pin high and low every 100ms so that I could test the relay was switching on and off. There was an issue, which was why I was probing it, which was that the relay wasn't switching unless I touched the pin of the microcontroller which was in charge of switching the relay with the scope probe briefly - then it would switch on and off every second as expected until powering off the device. Weird. Not sure why it wasn't working to start with and shortly after discovering that I blew it up!
 +
 
 +
I had kind of expected it, but since this is my first time properly trying to do anything remotely near the mains voltage, I figured what the hell I would take a risk probing it since the scope can handle up to 400v max.

Revision as of 19:58, 10 October 2012

Projects

Mains timer hack

Ooopsy! I let out the magic blue smoke.. mm smells good.
Roughly what the timer looked like to begin with.

This project was meant to be a handy hack which would convert a timed outlet into being controllable from my laptop other bluetooth and then later added to a network of controllable/readable devices using cheap NRF24L01+ wireless modules.

Anyway, this project is now on hold as I let out the magic blue smoke and cant be bothered to fix it right now.

I killed it by causing a ground loop, If I had an isolating transformer it would have been alright but unfortunately connecting the oscilloscope to the microcontroller (msp430) ground pin caused it to pop! I'm sure the microcontroller is fine but not checked yet. Anyway, that resist in the middle-ish right of the board is what popped and started to smolder. Funnily enough I watched it burn out before I bothered to unplug it lol. Too much fun watching the glow.

I had a firmware on the MSP430 (one of the microcontrollers you get with a TI Launchpad) which toggled a pin high and low every 100ms so that I could test the relay was switching on and off. There was an issue, which was why I was probing it, which was that the relay wasn't switching unless I touched the pin of the microcontroller which was in charge of switching the relay with the scope probe briefly - then it would switch on and off every second as expected until powering off the device. Weird. Not sure why it wasn't working to start with and shortly after discovering that I blew it up!

I had kind of expected it, but since this is my first time properly trying to do anything remotely near the mains voltage, I figured what the hell I would take a risk probing it since the scope can handle up to 400v max.