Thursday, January 16, 2014

Check this out: LPC800-MAX

Have you heard of the LPC800-MAX? Arduino shield-compatible, mbed-enabled, and LPCXpresso pin-compatible one one board. Costs about US$20.

LPC800-MAX image from mbed.org
Perhaps you saw one of the reviews, maybe the, erm, editorial from Olimex? What are your thoughts on this board? Here's my summary...

  • Similar cost to Arduino Uno at around US$20
  • The LPC812 has twice the RAM, but half the program space of an ATmega328P
  • It's faster than the Arduino's ATmega328P: 30MHz 32-bit vs 16MHz 8-bit
  • It's pin-compatible with LPCXpresso and Arduino boards.
  • An I2C ADC is employed for analog ports
  • A port expander is also used for a couple of digital ports
  • Arduino Uno and LPC800-MAX have usb-enabled MCUs as serial bridges.
  • You can use LPCXpresso CodeRed IDE, Eclipse-based with hardware debug
  • You can use web-based mbed IDE with 
It's not hard to see the reason for the vitriol from Olimex. The use of external ADC and I/O expansion ICs is a baffling kludge--if the goal was to build an Arduino competitor. Why not use a much faster LPC with more memory and flash and with all the requisite pins and peripherals? I suspect the board exists to sell the LPC812 as an 8-bit killer.

The mbed support in particular makes it tempting to get one since I am quite familiar and happy with mbed. I don't know if the expansion ICs operate transparently but if not it'd be a bit cumbersome to use. So, would you buy one? Is NXP nuts?

1 comment:

  1. It's the latest craze, everyone is trying to make an Arduino compatible board. Look at boards from Intel, etc. What makes Arduino good is it lowers the entry point to micro development, but when you go beyond it people are in for a big shock. Embedded development is HARD!

    ReplyDelete

Note: Only a member of this blog may post a comment.