Tag: ATtiny
Atmel ATtiny417/814/816/817 Include Core Independent Peripherals (CIPs)
Atmel tinyAVR microcontrollers are optimized for applications that require performance, power efficiency and ease of use in a small package. All tinyAVR devices are based on the same architecture with other AVR devices. The integrated ADC, DAC, EEPROM memory and brown-out detector let you...
Continue ReadingBuild Your Own I2C Sensor
Since Raspberry Pi doesn’t have a built-in ADC (Analog to Digital converter) to read the voltage off from most of sensors, the best solution is to add I2C ADC chips and modules to your project. Paweł Spychalski faced this problem while building his own weather station that is based...
Continue ReadingRecover Bricked ATtiny Using Arduino as high voltage programmer
Hi! Today I'll explain you how to recover your bricked ATtiny microcontroller using your Arduino board. ATtinys are very popular due to their small form factor yet very powerful. While working with them you may accidentally brick the ATtiny. As arduino is extremely popular and really...
Continue ReadingATtiny based bidirectional motor control using L293D
Rahul @ Xanthium has posted a tutorial on interfacing ATtiny with L293D: In this tutorial we will learn to interface L293D with ATMEL ATtiny microcontroller and control them bidirectionally.The microcontroller used here is ATtiny2313A which is interfaced to two L293D motor control...
Continue ReadingATtiny OLED Watch Core
陳亮 @ instructables.com shows us his ATtiny85 OLED display build on a breadboard: This instructable show how to use an ATtiny85 to create a tiny watch core that can run over 1 year before recharge or replace battery. The instruction to make the watch case may be in next...
Continue ReadingCapacitance Meter
by ThomasVDD @ instructables.com: Capacitors are vital components in electronics, but sometimes they are broken, or the value printed on the cap has become unreadable. Because my multi-meter does not have a capacitance measurement, I decided to make one! The principle of...
Continue Reading