Y
Hacker News
new
|
ask
|
show
|
jobs
by
rtpg
2503 days ago
I wonder what the lowest-priced chip you can pick up with a reasonable toolchain that is accessible to hobbyists?
2 comments
hazeii
2502 days ago
PIC10F200 in 8 pin DIP is about 41 pence (~50 cents) in 1-off here in the UK; great for quick hacks (e.g. I just used one as a 60KHz clock generator). The IDE is free, works on Windows/Linux/Mac and there's an online version too.
link
zokier
2503 days ago
Attinys cost like $.50/piece and are supported by avr-gcc.
link