January 6, 2013 10:03 pm
This is the first post in what will be (at least) a three part series. I’m also planning to look at the Quick2Wire board(s) and Gertboard.
The ladder board (sold by Tandy for the bargain price of £5.99) is designed for Gordon at Drogon’s ladder game[1], but can be used for various other purposes – basically anything you can think of that employs 10 LEDs and 4 switches.
It took each of my kids around half an hour to turn the kit into a working board, and it’s all very straightforward through pin components.
Gordon supplies a test program for the board, which provides an easy way to confirm that everything is working as expected. With both of the boards I’ve tested I’d note that the switch test didn’t work exactly as expected – the green LEDs would stay on rather than only coming on when the corresponding button was pressed.
Once the board is proven to work OK there are various apps that can then be used to do stuff with it:
I’d also note that this board doesn’t play nicely with I2C (which I’d enabled for work with the Quick2Wire boards), so I had to go back and disable I2C support. It’s hard to blame the board for this, as the underlying issue is the reuse of various general purpose input/output (GPIO) pins as part of the Raspberry Pi design. This is probably one of those cases where it’s useful to be able to boot the Raspberry Pi from different SD cards (though I can also understand that many people will want to have a single card with all of their stuff on).
The ladder board is cheap, easy to use and a lot of fun. It would definitely be my recommendation for a first project board on the Raspberry Pi – particularly for younger or less experienced makers.
1. Gordon really has been one of the heroes of the early days of Raspberry Pi. His Wiring Pi library provides a great way to work with GPIO, and he’s done a ton of inspirational projects and guides.
Posted by Chris Swan
Categories: Raspberry Pi
Tags: board, GPIO, Ladder, LED, makers, project, Raspberry Pi, Raspi, review, RPi, switch
Mobile Site | Full Site
Get a free blog at WordPress.com Theme: WordPress Mobile Edition by Alex King.
Must have missed you posting this earler! Thanks! Yes, there was a bug in the early version of the ladderTest.sh script – fixed now, just need to do a git pull on it to fetch the new version.
And you’re right about I2C (& SPI) modules too. No easy solution, although I never have them loaded by default in my systems, but use the gpio load i2c/spi commands when I need them…
Glad you had some fun with it though!
-Gordon
By Gordon Henderson on January 11, 2013 at 7:26 pm
[…] Project boards – there’s less need for project boards with BeagleBoard given it’s better GPIO capabilities, and the stackable ‘capes’ offer lots of very tidy ways to expand. […]
By Review – BeagleBone Black | Chris Swan's Weblog on July 3, 2013 at 4:18 pm
[…] was showing off 80′s joystick with 80′s arcade game, OpenELEC, Ladder Board and a Sous Vide water bath. $son0 was adding the RPi camera to his alarm project (and generally […]
By Brighton Mini Maker Faire Raspberry Pi FAQ | Chris Swan's Weblog on September 12, 2013 at 10:37 am