Looks somewhat inspired by the teensy 2.0 (mini USB -- not micro!, bootloader button). This has a lower price point and an ATTiny instead of atmega32u4. I have a few teensys and find them to be really practical. Does the ATTiny implement USB or is it bit-banged?
I think it does. BTW, Teensy 3.0 just recently came out : http://www.pjrc.com/store/teensy3.html It's only slightly bigger than the 2.0, but you get 3 more PWM pins (10 total) and 34 I/O and 3.3V out.
Adafruit's Trinket
21–30 of 46 posts
Re: Adafruit's Trinket
#22This is probably an ignorant/newbie question but what are the connectivity options available with a board like this? Can it do Zigbee or WiFi?
Re: Adafruit's Trinket
#23Looks somewhat inspired by the teensy 2.0 (mini USB -- not micro!, bootloader button). This has a lower price point and an ATTiny instead of atmega32u4. I have a few teensys and find them to be really practical. Does the ATTiny implement USB or is it bit-banged?
Re: Adafruit's Trinket
#24It's very similar to the digispark and is riding on the tails of it. The only major difference is in the pinout. www.digistump.com
Re: Adafruit's Trinket
#25While I like the Arduino movement very much, I don't see what's so special about this. It's a breakout board for an ATTiny, with some vreg and an usb port on board. So what?
A simple example: every week it seems, on the electronics forums, someone will ask how to do a simple, or a complex timing task and they will be pointed at various logic, or 555 timer chip designs.
Using something like this not only makes those projects simple, it provides a common frame of reference. If I can say to someone "go buy a Trinket from Adafruit and load this code into it and it will work cause I already tested it on my workbench" that provides a tremendous value because both I and the person I'm talking to online are working from a common platform.
Re: Adafruit's Trinket
#26Or for $10, you could get the TI MSP430 LaunchPad [1]. You can then pop off the DIP chip and mount it however you want. It is nice since the chips themselves are about $1 or so each (depending on which one you get). [1] http://www.ti.com/ww/en/launchpad/msp430_head.html
Re: Adafruit's Trinket
#27Many people don't find this exciting. But I am excited indeed. You know why? Because to program an Atmel Microcontroller, you need a 'programmer' whose selection itself is fairly confusing for newbies (USB/Serial/etc) and costs as much as $20 for a good one. This one instead is just plug and play, and that's awesome :)
The Arduino platform has already largely solved that, though. Almost all of their products (besides a few "Pro" models which are TTL-serial only) have USB ports on board.
Re: Adafruit's Trinket
#28Or for $10, you could get the TI MSP430 LaunchPad [1]. You can then pop off the DIP chip and mount it however you want. It is nice since the chips themselves are about $1 or so each (depending on which one you get). [1] http://www.ti.com/ww/en/launchpad/msp430_head.html
My experience with the launchpad has been mixed. The chips are definitely aimed at the low power, low requirements side of things; I had a project where the MSP430g2231's inability to clock from an external high-frequency crystal was a dealbreaker. There's also a wider breadth of hobbyist software targeting the AVR. If you're a hobbyist, it's definitely not worth saving a few bucks if you're only making a few of them…
http://forum.43oh.com/topic/594-use-a-12mhz-external-square-...
Re: Adafruit's Trinket
#29Or for $10, you could get the TI MSP430 LaunchPad [1]. You can then pop off the DIP chip and mount it however you want. It is nice since the chips themselves are about $1 or so each (depending on which one you get). [1] http://www.ti.com/ww/en/launchpad/msp430_head.html
My experience with the launchpad has been mixed. The chips are definitely aimed at the low power, low requirements side of things; I had a project where the MSP430g2231's inability to clock from an external high-frequency crystal was a dealbreaker. There's also a wider breadth of hobbyist software targeting the AVR. If you're a hobbyist, it's definitely not worth saving a few bucks if you're only making a few of them…