Tag Archives: software

Sketching with the USB Power Shield

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 [...]

Woot-Off Lights – in Python

The Woot-Off Lights project continues to slowly progress. Over the weekend we moved over to Python for the coding, since that’s the language Alex is most familiar with right now (especially in networking). Serial control of the lights in Python took longer than expected – we could have saved over an hour of troubleshooting had [...]