Other

“Made a Custom HexLight consist of WS2812 2020 package LEDs and Attiny85 all jam packed in a 3D Printed body. HEXLIGHT is a small, hexagon-shaped RGB light that is created using custom PCBs and a 3D-printed body. An Attiny85 MCU …

“A short story of getting a tiny, cheap USB I²C adapter for a home server, learning about the Industrial I/O linux subsystem, and connecting it to collectd. A few months ago I wrote about using a Raspberry Pi with …

“In a previous instructable, I have presented a concept for making a “linear” binary clock from a standard WS2812 LED strip and an ATtiny microprocessor. The design of that clock was not that great… …which is why I made a …

“Made a simple H Bridge setup by using SMD Mosfets, Arduino is used as control unit. By using this small 20mm x 20mm board, we can power small DC motors that operate at a lower voltage, like below 5V, from …

“Taking pictures and geeking out over cameras was one of my first hobbies starting with an old Olympus point and shoot, I then moved up to a DSLR upgrading as new and exciting technology became accessible to my summer job …

“David raises a question worth investigating: RAM constraints of the Attiny chip. RAM is indeed the most limiting factor on many boards as it dictates how much data you can hold in memory at any given time. Until recently, most …

“Building a simple 7 segment display counter using ATtiny microcontroller. Overview In this project, we will be controlling the 7-segment display using 2-ATtiny microcontrollers which get input from the push button and increment the number. The ATtiny will be programmed …

“An Arduino shield is a circuit board with electrical components already permanently set up. This board is then plugged right into an Arduino board, making all the connections of the components fast and convenient, and error free. You can buy …

“RGB Desktop clock using ATtiny85 and neopixel I wanted to make a customised clock for my desk. With the help of neopixel LEDs, I decided to build my own digital clock that is good enough to display the time while …

“A pretty raw single-button microarcade game (similar to the well-known Flappy Bird and many others) made in a bunch of hours to test some attiny85 + SSD1306 OLED screen stuff. (as a future TODO, the code can probably be improved, cleaned …