We’re Giving Out 125 Teensy-LC Boards This Week

This week we’re giving away 125 Teensy-LC Boards. You’ve sat on the sidelines long enough. Time to write down your Hackaday Prize idea and get it entered!

It isn’t just the big prize (a trip into space) on the line. Each week we’re giving away things to help your build. Below you can see the 50 projects which won a LightBlue Bean from last week’s giveaway. This week it’s a huge number of Teensy-LC boards going out to those who need them. These little wonders pack a real punch, with a 48 MHz ARM Cortex-M0+ that has 62K of flash, 8k of RAM, plenty of IO and a 12-bit analog module for both input and output! You’ll also be eligible for each of the future weekly giveaways… we’re distributing $50,000 in prizes to hundreds of projects over 17-weeks!

Entering is easy. Write down your idea to help solve a problem faced by a wide range of people. Start fleshing out your build plan. Pictures are a huge help, even if they’re just a hand-drawn sketch on some paper! Your best bet at getting recognized for a giveaway is to post a new project log which mentions how you would add this Teensy board to your creation.

Last Week’s 50 Winners of a LightBlue Bean

50k-in-play-lightblue-bean

Congratulations to these 50 projects who were selected as winners from last week. You will receive a LightBlue Bean which combines Bluetooth LE with an ATmega328 in a nice little package ready for prototyping. Don’t forget to post pictures and information about what you build with these little wonders!

Each project creator will find info on redeeming their prize as a message on Hackaday.io.


The 2015 Hackaday Prize is sponsored by:

The Teensy LC. LC Means Low Cost.

For one reason or another, we’ve been seeing a lot of builds featuring the Teensy 3.1 filtering in on the tip line recently. In retrospect, it’s somewhat obvious; it’s a good board that’s cheap and fast. Yes, somehow [Paul] hit all three in the good/cheap/fast mutually exclusive triumvirate.

Now, there’s a new Teensy. It’s the Teensy LC – Low Cost. It’s not as powerful as the Teensy 3.1, but it does give you the power of an ARM for something that’s just about as cheap as a board with an ATMega.

The chip [Paul] chose for the Teensy LC is the Freescale MKL26Z64 (datasheet here and 876-page reference manual here. PDFs of course). This is a 32-bit Cortex-M0+ running at 48 MHz with 64k of Flash and 8k of RAM. There are 27 digital I/O pins on this one, and the Teensy LC has been designed to be pin-compatible with the Teensy 3.0 and 3.1.

On board are 13 analog inputs, 8 PWM outputs, on 12-bit DAC output, three serial ports, two SPI ports, and two I2C ports. Most of the pins can drive 5mA with a few capable of driving 20mA, and there is a single 5v output pin for driving WS2812 Neopixel LEDs.

Since this is a cut-down version of the Teensy, everything available on the Teensy 3.1 just can’t fit into the BOM of the Teensy LC. The pins aren’t 5V tolerant, there’s no CAN bus, and there are only 4 DMA channels instead of 16 on the Teensy 3.1. Still, it’s a great ARM answer to the ATMega Trinket or other small dev boards.