ARM Cortex-M3 Prototyping On A Budget

NGX Technologies sent us this Blueboard LPC1768-H to play with. It’s basically a breakout board for an NXP LPC1768 ARM cortex-M3 microcontroller (datasheet). The board adds a few extra goodies, such as a choice of mini-USB connector or barrel-jack to provide regulated power to the chip. There’s also a clock crystal for the internal RTC and an Atmel 256kb EEPROM chip. This chip has 70 I/O ports, accessed through the pin headers on top and bottom of the board. The 20-pin header to the left is for a JTAG programmer (yes, you’ll need a separate programmer). Coming in at only $32.78 this is a very accessible route for projects that require more power than some of the traditional hobby controllers. The shipping seems to have come down since NGX’s last offering, now it would be under $10 to ship to the States.

The LPC1768 is the same controller from the mbed that we reviewed. What’s missing is some of the interface hardware and the boot-loader, but the tradeoff comes with a $66 savings. This is to mbed what an AVR board is to the Arduino, a way to get even closer to the hardware.

There are a few things we think are missing. Most notably, there isn’t a datasheet or user guide for the board itself.  The only information available is a schematic (PDF), but that should be enough for those already well versed in working with microcontrollers. There is also a 12MHz clock crystal on the board but it doesn’t seem to be jumpered in case you wanted to use a different frequency. We’re not sure if this is much of an issue, the internal RC oscillators offer a lot of flexibility including operation up to 100MHz.

We feel this is a solid platform that will help to get more people into ARM development because of its low price. Let us know your thoughts in the comments.

Low-cost ARM7 Prototyping

blueboard_arm7_prototyping.jpg

Do you find that the capabilities of your current microcontrollers are holding you back when you try to take over the world? Moving up to ARM7 architecture will put your projects in the same arena with the iPod and the Nintendo DS.

The BlueBoard-lpc214x is a prototyping board with a lot to offer. It incorporates two RS232 connections, USB, VGA, SD card slot, piezo buzzer, JTAG, audio out, PS2 keyboard connector, and a 2-line character LCD. The processor is an NXP Semiconductor LPC2148 with 512KB of programming space and 32+8KB of ram. The board also includes a 256KB i2c eeprom. This is a lot of prototyping power, but the low purchase price knocks our socks off: $40.90! Sadly, shipping would cost us another $20.43 but that’s still a lot of functionality for around $60.

Sample code and schematic are available for download. All of the pins for the microcontroller have jumpers and there are rows for pin headers around the processors if you want to patch in your own hardware. We’ve seen other ARM boards that make use of pre-existing shields. We would love to see someone remove the processor and implement Arduino-like shields for different processors outside of the LPC214x series. Promo video after the break. Continue reading “Low-cost ARM7 Prototyping”