ATtiny 85 Serial Print

Опубликовано: 23 Март 2026
на канале: The Design Graveyard
16,297
283

ATtiny MCU’s have no hardware UART so you can not use the serial monitor out of the box.
In this video I will show 2 ways to enable serial.print for the Attiny85
I will use an ATtiny with the “Snapduino” bootloader that we made in the previous video, but it can also work with other ATtiny bootloaders.

Links:
*How to to program ATtiny Directly via USB:    • Program ATtiny85 directly via USB  

*SendOnlySoftwareSerial Library: https://github.com/nickgammon/SendOnl...
...Many thanks to Nick Gammon!