Teensy 3.0, like Arduino but better

20130627-225930.jpgI've been looking for a low cost and smaller footprint Arduino board to use with XBee. Teensy 3.0 is now officially my favourite Arduino board.

I had high hopes for DigiSpark but it doesn't have a serial UART and I wasn't able to get the software serial library to work with it. The need to have 5V to 3.3V logic conversion didn't help either. Then I stumbled upon Teensy, a range of really small Arduino compatible boards. The latest model is the Teensy 3.0, powered by a 32bit ARM Cortex-M4 processor. Unlike most other Arduino boards, the Teensy 3.0 runs at 3.3V not 5V. This makes it much simpler to connect the Teensy 3.0 to an XBee which also runs at 3.3V. It has more analog and digital IO pins than a regular Arduino and THREE hardware serial ports. The USB connection can also be used to send additional Serial messages to the Arduio IDE serial monitor, very useful for debugging XBee serial communication without the debug messages interfering with the XBee communication.

Like the DigiSpark, the latest Teensy 3.0 was also a successful KickStarter project. The Teensy 3.0 is now available from PJRC's web site and other online electronics retailers. I ordered mine through Proto-Pic in the UK and it arrived less than 48 hours later.

It didn't take long to get the regular Arduino Blink program running on the Teensy. Soon after that I had the Teensy on a breadboard and wired up to an XBee on one of the Teensy's three serial ports. I'm really pleased with how painless it's been to get the Teensy 3.0 working. I will be ordering more for future projects.

20130627-230211.jpg