Adding an Opto-Interruptor Part 3

As I’ve already discussed here and here, opto detectors are one way to sense position. Unlike a switch, there’s no moving parts, so reliability is high. However, the compromise is a more complicated setup. In a previous article, I showed a schematic that sent a signal to the Arduino when the light beam was unbroken between diode and sensor, and turned off when it was broken. One reader commented that the usual way was the reverse, and included a link … Continue reading

Unipolar, Bipolar, and Stepper Drivers: A Quick Guide To Stepper Motors

One of the biggest hurdles I had with stepper motors was the differences with them. On the one hand, some motors seemed to need little more than a transistor to run (such as the ULN2003 Darington IC I used with this motor. On the other hand, sometimes the complexity is higher (like the part count on Ladyada’s motor driver board). So why the confusion? In a nutshell, there are two major kinds of stepper motors, and they need radically different … Continue reading

My New Uno – A Ruggeduino

I’ve been using my Arduino for about a year now – a Duemilanove – and I’d been eying the new Unos for a project. However, they are almost the same – so why upgrade? I found a reason: safety. Check out this post on what can happen with a regular Arduino if anything goes wrong. It explains that although the Arduino is great to work with, it lacks a few areas of protection – areas that clumsy ‘ol me felt … Continue reading