TinyOLEDdemo – I²C OLED on an ATtiny10, ATtiny13A or ATtiny202
https://www.electronics-lab.com/tinyoleddemo-i%c2%b2c-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 be connected to PA1 (pin […]
TinyPocketRadio – FM Stereo Radio based on ATtiny13A
https://www.electronics-lab.com/tinypocketradio-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 power switch and […]
TinySolder – T12 Soldering Station based on ATtiny13a
https://www.electronics-lab.com/tinysolder-t12-soldering-station-based-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) Time driven sleep/power off mode if iron is unused (movement detection) TinySolder – T12 Soldering […]
Self-Calibrating USB Voltage/Current Meter
https://www.electronics-lab.com/self-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 a USB connection. […]
How To Program ATtiny13/ATtiny13a using Arduino IDE
https://www.electronics-lab.com/program-attiny13attiny13a-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 low-power CMOS 8-bit microcontroller based on the AVR enhanced RISC architecture. By […]