Home / Experiments / Expanding the NXT with the PCF8574A

Expanding the NXT with the PCF8574A

PCF8574A before assembly - photo taken from mindsensors.com The Mindstorms NXT is great, no doubt.  However, sometimes you’d like to be able connect non-Lego items to it.  The NXT’s ability to talk I2C, the industry standard protocol for interfacing electronic devices makes this an easy to achieve goal.  Since this was my first time hooking up anything non-Lego to my NXT, you can imagine my hesitation.  I procured one of the Mindsensors PCF8574A boards which comes complete with the chip, an NXT cable connector, the PC, various passive components (resistors, capacitors) and some pin headers.  Pretty much everything you need to hook the whole thing up and start adding some of your own components to it is there. 

PCF8574AWhen I first started experimenting with the IO board, I noticed that my LEDs would barely light up when one of the IO ports went up.  I guess the PCF8574A just isn’t very good at providing current.  However, it makes a good sink, so I just hooked up a 1K resistor to Vdd (5V, in this case).  Now when a pin goes low, the LED lights up very nicely.  4 LEDs in all were connected in this fashion to port 0-3.  I also hooked up a small microswitch with a pull-down resistor to port 7.

The program I wrote was mostly put together from other examples and helpful posts on the RobotC forums.  It switches the LEDs on in a Knight Rider-like fashion.  When the button is pressed, the direction is reversed.  You can watch the whole thing in the little video below.  The source code can be retrieved from here.

About Xander

Xander Soldaat is a Software Engineer and former Infrastructure Architect. He loves building and programming robots. He recently had the opportunity to turn his robotics hobby into his profession and has started working for Robomatter, the makers of ROBOTC and Robot Virtual Words.