Teensy - anyone tried it ?

...and how to do so...
Post Reply New Topic
RELATED
PRODUCTS

Post

http://www.pjrc.com/teensy/

There of course the omnipresent Arduino but this one looks really interesting as it has some clear advantages over the Arduino. The first one being the USB implementation, the Arduino has USB serial which way slower, the Teensy has access to the full 12 Mb/Sec while the Arduino tops out at a measly 38.4 kbps.

Now i don't know if that makes any real difference to speak of in real use, however the Teensy can act as a HID,Keyboard,Mouse even Midi device which means it'll work on any platform without drivers. So for a simple midi controller project you just plug it in the USB port and forget about it.

It is also relatively cheap, has lots of IO,it's really small etc.

Has anyone tried it ? Any cons i'm not aware of ?

Post

They do look interesting, more I/O etc than an arduino so good choice for a midi controller perhaps.

Not sure about the usb speed, are you likely to build anything with a board like this that demands that kind of speed?

And just for the record, the latest arduino (Uno) uses a different chip for USB than earlier incarnations so can identify itself as a keyboard, mouse etc just like the Teensy.

Post

I haven't used a Teensy but I use something very similar to program Dream DSPs and Arm processors (also made by Atmel). It's very handy to have the programmer integrated like that and Dream/Arm chips are much more powerful than the AVR Atmega chips.

The thing that's handy about Arduino is how it integrates with stuff like Max/MSP. I haven't found any similar tools for the Arms.

Post

GaryG wrote:Not sure about the usb speed, are you likely to build anything with a board like this that demands that kind of speed?
I seriously doubt that. It was more feeling of comfort knowing everything was running at full tilt should the need arise.
GaryG wrote:And just for the record, the latest arduino (Uno) uses a different chip for USB than earlier incarnations so can identify itself as a keyboard, mouse etc just like the Teensy.
I did not know that,that's excellent. Does it run as class compliant midi device too ?

Post

I thought it did but looks like you may need to fiddle with the firmware:

http://arduino.cc/forum/index.php/topic,50310.0.html

I guess keyboards etc are simpler to IF, midi needs a bit of help.

Post

AUTO-ADMIN: Non-MP3, WAV, OGG, SoundCloud, YouTube, Vimeo, Twitter and Facebook links in this post have been protected automatically. Once the member reaches 5 posts the links will function as normal.
I have used the Teensy and love it. I saw a demo of it at Shmoocon this year by Iron Geek and purchased one right away. I posted an overview of getting started with it on my blog:

http://dabermania.blogspot.com/2011/03/ ... eensy.html (http://dabermania.blogspot.com/2011/03/getting-started-with-teensy.html)

I am currently working on different ways to leverage it to pentest and bypass security protections. As far as cons go. The Arduino environment is a bit annoying after awhile and their built in libraries for Teensy are not well commented. If you are looking to get lower level then just leveraging the existing libraries in place.

Overall it is a great little device at a great price for playing with.

Post

DaberMania wrote:I have used the Teensy and love it. I saw a demo of it at Shmoocon this year by Iron Geek and purchased one right away. I posted an overview of getting started with it on my blog:

http://dabermania.blogspot.com/2011/03/ ... eensy.html

I am currently working on different ways to leverage it to pentest and bypass security protections. As far as cons go. The Arduino environment is a bit annoying after awhile and their built in libraries for Teensy are not well commented. If you are looking to get lower level then just leveraging the existing libraries in place.

Overall it is a great little device at a great price for playing with.
bump to make your links clickable
The highest form of knowledge is empathy, for it requires us to suspend our egos and live in another's world. It requires profound, purpose‐larger‐than‐the‐self kind of understanding.

Post

Cool,thanks.

Post

Nice!
Great find.

Post

That looks really cool. It's been a long time since I built any electronics hardware. I might get back into that in the future. :)
I'm involved with photography & audio. For more info, take a look at my site:
GlenVision.com

Post Reply

Return to “DIY: Build it and they will come”