Simulating ATtiny85 Arduino Code - Wokwi Arduino Simulator
by sharepksn in Circuits > Arduino
22 Views, 1 Favorites, 0 Comments
Simulating ATtiny85 Arduino Code - Wokwi Arduino Simulator

ATtiny85 is the tiniest MCU I have ever had hands-on. Due to its small size but packed features, it has been a go-to MCU for me for many *tiny* projects where an ATMEGA128 or a 328 will be an overkill.
- ATtiny85 is an 8 pin IC
- It has its own clock in it and hence, pretty much self-sufficient for most of the projects
- The size it takes is pretty much equal to four through-hole resistors
- The IC and the 8 pin makes it easy to solder some basic LEDs and sensors even without any solders.
Arduino IDE can be used to program ATtiny85.
Please follow
https://wokwi.com/arduino/projects/283022189068812...
for an interesting example as well 🙂
The options to program ATtiny85 is possible and you can use your favourite Arduino Sketch for the same
Two Examples to Play With the ATtiny85

Wokwi Arduino simulator provides an easy and fun stage to experiment and build your code
1. Blinking LED example using Wokwi Arduino Simulator
https://wokwi.com/arduino/projects/283019827166052...
2. Blinking three LEDs example using Wokwi Arduino Simulator
Simulating FastLED Using ATtiny85 😀

ATtiny85 is tiny but mighty.
Here is a link for you where you can also play with the simulations. Please follow https://wokwi.com for more such beautiful simulation possibilities. You can also build your own projects and share it with others for free