Hacker News new | past | comments | ask | show | jobs | submit login

I just came across this site on Friday when looking for a possible replacement for some Digispark (ATTiny85 board) clones at work to connect to some 5v relay modules. I'm not too invested in the Arduino ecosystem at this point and am still looking into other options, haven't finished reading through the whole list yet.



I just used some attiny85 as a software based USB interface with v-usb for interfacing with an atmega328p. I especially love the DIP size, its amazing that i could solder the entire thing learning about capacitors and pull up resistors in the process. The use of multiple processors also allowed for some security by design, having functionalities capsuled with strictly defined directions of communication.

I think the ecosystem is really quite impressive with a really low entry hurdle from a teaching perspective. It was possible to get the power consumption of the atmega328p low enough for battery operation even with just Arduino, giving an easy introduction into prescalers and flags. From there you can step deeper into the functionality of avrdude (shoutout to USBASP) and standard AVR makefile projects with for example the micronucleus bootloader.


I should've specified that I don't dislike the ATTiny85 or Arduino, far from it. I just needed to find a replacement for a Digispark that I bricked (flashed the wrong bootloader) and wanted to see what other options were out there for a low-spec, low-cost MCU/dev board. I've been using Arduino for years and it's hard to beat the docs and community.


Wasnt meant as a value judgement, just hijacked your post sorry :) In fairness it was already downvoted.

For a better price point check silicon labs 8 bit variant, otherwise you need to give more data about your scenario

edit: That is chip cost. I dont know about devboards




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: