Content for ATtiny13A

TinyTacho - Simple RPM-Meter based on ATtiny13A

“Recently Great Scott built his DIY version of a tachometer which I thought was very cool. But using an ATmega for this job, I found a bit overpowered. So I tried to force all tasks (measurement, calculation, I²C protocol and …

Multiple ATtiny85/13A Programmer

“Program 6 ATtiny85/13A at the same time with this custom programmer board. Attiny MCUs are very popular as it is quite easy to program them and using them instead of atmega328 chip can reduce the cost of the overall …

TinyUPS - Uninterruptible Power Supply based on ATtiny13A

“TinyUPS is a simple 5V/2.5A uninterruptible power supply with a li-ion battery as a buffer, a load sharing power path management system and an ATtiny13 for monitoring power supply and battery charge level as well as for communication …

TinySolder - T12 Soldering Station based on ATtiny13a

“TinySolder is a simple T12 Quick Heating Soldering Station based on the ATtiny13a featuring in 700 bytes of code: Temperature measurement of the tip Direct control of the heater Temperature control via potentiometer Handle movement detection (by checking ball switch …

ATtiny13/13a/25/45/85 Programming Shield

“ATtiny13/13a/25/45/85 This is a great beginner soldering and prototyping board project. The ATtiny is a very capable microcontroller. This shield allows us to program it quickly and conveniently. Purpose The ATtiny doesn’t come in the …

How To Make Simple 4 Channel On Off Remote Control

“Hi guy today I show you How to Make Simple 4 channel ON OFF remote control. For remote control light,remote control fan,remote control motor,remote control light bulb….”

ATtiny Programmer Board (ArduinoUNO As ISP)

“ATtiny13/ATtiny13a/ATtiny25/ATtiny45/ATtiny85 I really like the ATtiny and programming it, so I built a simple board to use Arduino UNO as ISP in a faster way. With the original Arduino UNO, there is a little variant because …

Robotics and Automation Shrinked With BABYDUINO

“Let’s Shrink Arduino Projects, Robotics and Automation You all did with Arduino UNO. Now There is Shrinkified Version, Fully Reliable, Tested and Open Source which allows full 8K Memory. Afterall Every Byte is Necessary. Presented Here is the Working …

How to Make a MAZE GENERATOR Using ATtiny13a

“I made devices using ATtiny 13a to display infinite maze creation and escape routes. In this maze, a maze is generated in 1 KB flash memory using an algorithm called “Bo-taoshi” in Japan. In addition, we show the escape route …

Conway’s Life of Life of 16×16 Cells Made With ATtiny13A

“I challenged making a Conway’s Game of Life at 1 KB using ATtiny13A.It was used to display four MAX7219 LED Dot Matrix Display Modules. In order to display 16×16 Dots I reviewed the sketch and made improvements …