The creative adventures with ATtiny series microcontroller are awesome if you know how to play them. ATtinys — especially the ATtiny85s — are all around us, and by using one, we can shrink the size of ...
This project as discussed in this Arduino forum thread: http://forum.arduino.cc/index.php?topic=168450.0 Not only a practical timer, this was also to test the idea of ...
Step 1: Configuring Arduino Uno as an ISP: Since ATtiny85 is just a microcontroller, it requires an ISP (In-System Programming) to be programmed. So to program the ATtiny85, we need to first configure ...
The ATtiny family is a series of one of the smallest microcontrollers in the AVR market. These microcontrollers are capable of utilizing many of the libraries available on the Arduino platform. The ...
It's contain the battery holder fro 4 battery AA type, the electronics ( attiny85,dc-dc step down, neopixel ring and cables): You can download the project files from ...
If you're looking to reduce the amount of time you spend in the shower, this DIY setup starts a timer automatically as soon as you close the door. If you catch yourself just standing under the hot ...
An ultrasonic range finder is a useful tool in a variety of real-life and robotic applications, such as in obstacle-avoidance and distance-measurement systems. The ultrasonic range finder measures the ...