Other

“This is a very cool multi-colored butterfly I made - requires minimal parts and programming! Aside from the butterfly itself - it shows some very cool techniques where you can make your own PCBs on a silhouette home cutter out of regularly …

“The ATtiny85 is a tiny microcontroller (like the Arduino). This project is designed to provide continuous power to the circuit using a solar panel. A basic solar charging circuit uses a diode to basically “force” the electricity from the solar …

“We have seen a lot of radio controllers on this channel till now. We’ve seen one using the NRF24 module and making the entire board, weeks back we had the controller made with the HC 12 radio module and …

“This article describes a text display based on a 256x64 OLED display that provides 8 lines of 42 characters per line. Its width makes it ideal for displaying text or program listings, unlike the more common 128x64 displays. The display …

“An ATtiny-based tiny USB lamp that can be turned on/off by knocking, clapping, blowing, finger snapping and shouting. If you don’t mind having a bit of fun with electronics this project is for you. In this project, I …

“This small graphics library provides point, line, and character plotting commands for use with an I2C 128x64 OLED display on an ATtiny85. It supports processors with limited RAM by avoiding the need for a display buffer, and works with I2C …

“This small keyboard was made with a few passive components, some blank PCB material, a buzzer, one LED, an Attiny85 and lots of love! The goal of the project was to make a keyboard that is fun and easy to …

“Did you think about how to build your own electronic project from scratch? Doing electronics projects is so exciting and fun for us, makers. But most makers and hardware enthusiast who are just stepping ahead to the maker culture built …

“Timonel is an I2C bootloader for ATtiny85 microcontrollers. The aim is to enable AVR firmware updates in scenarios where there is a more powerful MCU (ESP8266, Arduino, RPi, BeagleBone, etc.) acting as I2C master and one or more Tiny85 as …

“This project describes a simple routine for plotting a function on a 128x64 I2C OLED graphics display. Unlike most Arduino graphics libraries this routine doesn’t require a RAM buffer, and so will work on any processor down to an …