Tag: Attiny13a
TinyOLEDdemo – I²C OLED on an ATtiny10, ATtiny13A or ATtiny202
This is just a little demo on how to use an I²C OLED with the limited capabilities of an ATtiny10, ATtiny13A or ATtiny202 from Stefan Wagner @ github.com Connect the OLED module to the ATtiny13A as shown below. The connections for the ATtiny10 are similar. For the ATtiny202 SDA must...
Continue ReadingTinyPocketRadio – FM Stereo Radio based on ATtiny13A
Stefan Wagner published another project on github.com. He writes: TinyPocketRadio is a simple FM stereo radio based on ATtiny13A and RDA5807MP. It's powered by a CR2032 coin cell battery and can drive 32 Ohm headphones via the 3.5 mm audio plug. The board size is 38 x 23 mm. It has a...
Continue ReadingTinySolder – 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)...
Continue ReadingSelf-Calibrating USB Voltage/Current Meter
With a code size of 1KB on an ATtiny13A MCU, this tiny module measures voltages up to 22 volts and current up to 5 amps. This project is published by Tirdad Sadri Nejad. He writes: There are a lot of so-called "USB doctor" modules which are used for monitoring currents flowing through...
Continue ReadingHow To Program ATtiny13/ATtiny13a using Arduino IDE
Despite ATtiny series is considered extremely cheap and useful, still there is a lack of projects and tutorials about it. In this tutorial, you will learn how to start building applications using ATtiny13 microcontroller programmed using Arduino IDE. First of all, ATtiny13 is a...
Continue Reading