An 8x8x8 LED cube is a visual treat with 3D effects and patterns. It works on the concept of Persistence of Vision, a feature of the human eye which tricks our brain in to thinking that an object is present permanently at a place if it appear about 60 times in a second. Since an […]
Projects
Rainbow Led Circuit Sculpture
Today I would like to share how to make a sculpture circuit that controls 16 RGB leds using ATTINY85. We can adjust their colors separately according to the colorwheel rule with a touch button. Step 1: Things We Need The main components are as follows: 1pcs x DigiSpark ATTiny85. 1pcs x Shift Register 74HC595N. 1pcs x Power Logic […]
How to Build a Smart House Model
Smart House will be the next smartphone. The technology that encompasses a smart house will become the new normal for modern-day homeowners. Smart houses range from basic to advanced depending on the sensors that are installed in the house and the operating system. The ARD-02, 201 Arduino Basics Starter Kit, comes with everything to build […]
Home Security Smart Clock IoT Emergency App Notification
I made a Clock that not only display Time,Date, Temp & Hum but you can send message to the clock via Mobile App (Blynk) from anywhere in the World as long as you are connected to internet. And you can also alert by Pressing Panic Button in Clock a Notification Alert will be sent to Mobile instantly through internet. […]
Fainting Goats Are Friends Not Food
Project by Ailey Simpson and Peter Ehvert Rooted in biomimetics, this project for Computational Design and Digital Fabrication looks to emulate one of the most useless behaviours seen in the natural world, the Fainting Goat. The robot shown here copies some of the core principals of the fainting goat but also includes some additional twists. In this […]
Arduino OLED Spectrum Analyzer
Image: Today I am make an Arduino OLED Spectrum Analyzer its work with 0 to 3.3v Analog input. This is very smooth and clear Visualization of audio frequencies. This is very important to make an audio spectrum analyser for DVD Music player, IPod, MP3 player and other Music player not only its look good it […]
Painless WiFi on Arduino
Communication with the outside world is a great feature for Arduino Projects and mandatory for many of them. In this instructable, we will, painlessly, create an Arduino WiFi project that allows you to send it commands to turn on/off LED’s connected to the Arduino from a computer over your WiFi. The development cycle will be […]
Blink Arduino Sketch
This is a standard Arduino example sketch, copied here for reference. Full Source Code The full code is all in one file Blink.ino. /* Blink Turns on an LED on for one second, then off for one second, repeatedly. Most Arduinos have an on-board LED you can control. On the Uno and Leonardo, it is attached […]
Arduino M&M Color Sorter
Are you tired of sorting your m&ms by hand? Looking for a silly way to spend your time and 3D printer filament? Then this is the Instructable for you. This is a project that I built for one of my engineering courses, in which we were challenged to use an Arduino, some basic electrical components, […]
Arduino Sketch Fade
This is a standard Arduino example sketch, copied here for reference. Full Source Code The full code is all in one file Fade.ino. /* Fade This example shows how to fade an LED on pin 9 using the analogWrite() function. This example code is in the public domain. */ int led = 9; // the pin […]
