ATtiny85 Backpack

Post Reply
User avatar
BeJay
Maker
Posts: 139
Joined: Mon Jun 23, 2014 6:31 pm
Location: Perth
Contact:

ATtiny85 Backpack

Post by BeJay » Tue Jul 29, 2014 10:11 pm

I don't know if you guys have seen this neat hack or not, but it sure is great for those who use Arduinos and aren't proficient in low level hex or assembler/machine code. Instead of using PIC508M's for small stuff I've (maybe become lazy) really like using the arduino's C style IDE so this was a neat library you can't do without.

Check out how to make small (ie tiny ;) ) circuits from arduino code with minimal fuss.

http://highlowtech.org/?p=1695

Ye ol' Blink example only needs the chip, resistor, led and 3V ;)

Image

parkview
Guru Maker
Posts: 603
Joined: Tue Jun 24, 2014 8:25 pm
Location: Busselton
Contact:

Re: ATtiny85 Backpack

Post by parkview » Tue Jul 29, 2014 10:20 pm

Thats a pretty handy resource BeJay. Yes, talking of lazy, before the RPi, I did a lot of work using PICAXE chips: http://www.picaxe.com/ they use a nice high level language and are still relatively cheep.

User avatar
BeJay
Maker
Posts: 139
Joined: Mon Jun 23, 2014 6:31 pm
Location: Perth
Contact:

Re: ATtiny85 Backpack

Post by BeJay » Tue Jul 29, 2014 10:25 pm

My whole logger system runs on PICAXEs :) I liked the built in RS232 that was very handy for me back then, now I'm reinventing the wheel so I can have everything on ethernet instead. They are a great stepping stone to micros and FPGAs in general ;)

Post Reply