I bought a solar powered garden light. The solar panel charges the batteries and when it gets dark the lights (3x LEDs) turn on until it either gets lights again or the batteries run out. It has a small amount of intelligence (turns on when dark off when light) but not enough! Time for some […]
Projects
Kickstarter Backer Alert with Stats Scroller, using Arduino Yun
The Arduino Yún is a curious addition to the Arduino family. There is a fairly widespread community surrounding the Arduino concept, platform and software. There’s another popular community dedicated to hacking and improving inexpensive wireless routers, which often run Linux. The Yún combines the two…it’s basically an Arduino Leonardo housed on the same PCB as […]
Fire Prediction using Arduino nano BLE sense and Machine Learning
An Embedded Machine learning-based project was used to detect fire using the inbuilt colour sensor. Description It’s an embedded machine learning-based project used to predict a fire in Arduino nano ble 33 sense with the help of the inbuilt color sensor attached to the board and if the fire has been detected a buzzer is […]
Make a 24X6 LED matrix using an Arduino
After making a 8X10 matrix a lot of people asked me about expanding the matrix to some thing bigger, and some wanted to write stuff to the matrix via a PC, so one day I looked at a pile of LEDs that I had leftover from a LED cube projected and I decided to make […]
8×8 LED Matrix Animations using an Arduino
For a party we were about to have I wanted a cool light display to use with my new Xmas present – an Arduino Uno. Having looked at the LED matrix’s here I wanted a bigger one that I could hang on the balcony. I also wanted it to interact with music and flash at different sound […]
How to connect two 16×2 LCD together with arduino
In this, I will tell you how to connect two 16*2 LCDs together with a single Arduino. This is a very unique project. you can’t find this anywhere. Description Introduction In this project, I will tell you that how to connect two LCDs together with the help of Arduino only. When I was starting this […]
Digital Clock using Arduino UNO Without RTC module
An interesting project of making a Digital Clock using Arduino UNO without the help of RTC Module. Description AIM To build a Digital Clock at Low Cost (Without using any External RTC Module) ject, I have used LCD 16X2 Display , an Arduino UNO , a 4×4 keypad and Arduino UNO v5.0 Shield to proceed […]
Serial Servo Controller with Arduino
I’m going to show you how to use your Arduino to control up to 12 servos at once with minimal jitter. Using a simple serial interface you can control the position of up to 12 servo channels. Up to 10 snapshot positions can be saved and played back at any time. Start up values for […]
LED Watch using an Arduino
This instructable will show you how to make your own arduino based watch that tells time using a matrix of LEDs. This is my first instructable, so if something is unclear leave me a comment or send a message! I was inspired by all the cool LED watches that I saw on this website: http://www.tokyoflash.com/en/watches/1/ […]
Arduino Sound Effect With Game Handle
This project is for the class ATLS 3300 at CU Boulder. Push buttons can make buzzers sound. Five buttons represented the tone C, D, E, F, G. There are two modes. The switch determines the mode and LEDs can indicate which mode we are in. In mode-1, the game handle can determine which buzzer sound. […]