|
|
|
|
|
by karmanyaahm
1099 days ago
|
|
I'm writing a series of articles on designing a microcontroller board (with an ATmega328P) from scratch [1]. It's a totally different experience from just breadboarding. Some people are making NFC business cards, USB Hubs, and even smartwatches! [1] https://github.com/hackclub/hackclub/pull/1852 |
|
One of the huge advantages is having the builtin bootloader and USB phy and being able to run with micropython vs having to do stuff in C.
IIRC most of the 328P based boards typically use a separate WCH chip for USB.