The new USB Power Shield boards (rev. 2.0) have just arrived from BatchPCB! As always, they were quick, great quality, and they even sent me a few extra! Awesome service. Version 2.0 has some major revisions since v1.0, including: Smaller Size – cost is determined by size, so I brought it down to the bare [...]
So you have a USB Power Shield (or anything that uses a latching relay). How do you control it in an Arduino Sketch? Normal relays are pretty simple – supply voltage/current to the coil and it generates a magnetic field, which pushes the switch to the ON position. You only need one pin to run [...]
A special envelope arrived yesterday from BatchPCB – the envelope containing the prototype board for the USB Power Shield v1.0. Or should I say prototype boards – they were kind enough to produce two, even though I only ordered one. Consider me a happy customer, especially because the boards work. That’s right, the very first [...]
Things have been quite here lately – but think of it as the lull before the storm! Coming soon to a blog near you: USB Power Shield Prototype The PCB has finally been produced and is on the way. Expect to see a fully functional (*fingers crossed*) version in the next few days! If the [...]
After toying with the relays and Arduino I found that the diodes weren’t necessary – especially since the relay is latching, and current will be flowing both ways, so putting a diode in each direction would just create a short. As such, I made some modifications to the board and put it into Gerber files [...]
I really wanted there to be a complete solution for the Woot-Off lights project that could be almost plug and play for the end user, so today I drew up a schematic and a board for a USB Power Shield for the Arduino. It pops onto the Arduino like any other shield, and by controlling [...]
Here’s some details about the hardware setup for the woot-off lights. It’s exactly as I described in the first post – this just includes the schematic and goes a little more in depth. Let’s take it from left to right. USB input to the Arduino to send serial data. The current from the USB port [...]
After a few hours of clumsy and inept coding, I managed to scrape together a basic windows console application to send data over serial. Right now it just asks you which COM port the Arduino is on (usually COM3), and then you hit enter to turn the lights on/off. All that’s actually happening is the [...]
Please see the WootOff Lights Project category for the most up-to-date posts about this project. Occasionally, Woot has extravaganzas where they post item after item in what is known as a woot-off. Little .gif lights spin round and round to alert visitors to this spectacle. Playing on this, Woot occasionally sells physical woot-off lights. They [...]