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 […]

ATtiny10 Development Board with USB-C and Micro USB


https://www.electronics-lab.com/attiny10-development-board-usb-c-micro-usb/

If you like using the simplest possible chip for each of your applications, then the ATtiny10 development board will strongly appeal to you. The ATtiny10 development board from Bobricius is a low-power high-performance 6-pin processor equipped with both USB-C and Micro-USB for powering purposes only. True to its name “tiny”, the chip is about the […]

ATtiny10 Programming with Platformio and Terminal


https://www.electronics-lab.com/attiny10-programming-platformio-terminal/

The ATtiny10 is an intriguing little device with plenty of capabilities. It’s size pushes your creativity but first, it needs to be programmed. This can get a little tricky but here I suggest two easy ways to get started. The Atmel ATtiny101 is a tiny AVR microcontroller with a 6 pin SOT23 package that despite […]

Temperature Controlled FAN using ATtiny10


https://www.electronics-lab.com/temperature-controlled-fan-using-attiny10/

The electrons movement in electronic components lead to the generation of heat which when beyond certain thresholds, prevents some components from functioning properly and in others could lead to a catastrophic breakdown. For this reason, the topics of ventilation, overheating, and cooling are important discussions in the design of any device. Several cooling solutions, including […]

ATtiny10 Thermometer using DS18B20


https://www.electronics-lab.com/attiny10-thermometer-using-ds18b20/

This is a small battery-powered thermometer that displays the temperature as a series of red and green flashes on an LED. by David Johnson-Davies: The thermometer consists of an ATtiny10, a DS18B20 1-wire temperature sensor, and a bi-colour LED. To avoid the need for a digital display, and minimise current consumption, the thermometer pulses the […]

How to use the Atmel ATTINY10 Microcontroller


https://www.electronics-lab.com/use-atmel-attiny10-microcontroller/

Here is a nice video from Ben Heck describing how to program and use the smallest AVR microcontroller, the ATTINY10. He covers, how to wire a small converter and an AVR High Voltage Programmer, how to get started with Atmel Studio 7 and basic I/O, how to blink a LED and view the signal with an […]

Using a Raspberry Pi to program an ATTiny10/9/5/4


https://www.electronics-lab.com/using-raspberry-pi-program-attiny10-9-5-4/

Using a Raspberry Pi to program an ATTiny4/5/9/10. But, mostly the $0.25 ATTiny10. And, not necessarily a Raspberry Pi, but anything with GPIOs! Yep. It works. At least tested pretty thoroughly with my ATTiny10. It can also read all the memories AND run timings against the AVR to do processor clock calibration, as well as […]

Programming the ATtiny10 using Arduino IDE


https://www.electronics-lab.com/programming-attiny10-using-arduino-ide/

David Johnson-Davies @ technoblogy.com has a nice guide on how to program ATtiny10 6-pin mcu using the arduino IDE. Programming is done using the widely available USBasp programmer from Thomas Fischl. Examples are also included on the guide. Unlike the SPI protocol used to program the larger AVR chips, such as the ATmega328 in the […]

Getting Started with Atmel ATtiny10


https://www.electronics-lab.com/getting-started-atmel-attiny10/

Mahesh @ electronut.in show us how to program these tiny microcontrollers (ATtiny10) with Atmel Studio 7 and make an RGB led to light. I like Atmel tinyAVRs because they are tiny computers that I can (almost) wrap my head around. The Atmel ATtiny4/5/9/10 are the cheapest in the tinyAVR line, and they come in two packages […]

ATtiny10 Mini Breakout Board


https://www.electronics-lab.com/attiny10-mini-breakout-board/

Dan Watson has designed a tiny breakout board for the Atmel ATtiny10. The board includes a bypass capacitor, a power LED and a user LED: This breakout board is for the ATtiny10 microcontroller. The PCB is 0.25×0.325″ and uses 0.050″ header pins. The board could actually be made smaller, but I ran into the minimum […]