Automating a chicken coop with sensors and actors, using an Arduino MKR1000 and the Blynk internet dashboard. Things used in this project Hardware components Arduino MKR1000 × 1 CHIHAI DC Motor – 12V 200rpm Encoder with Mounting Bracket × 1 Geekcreit L298N Dual H Bridge Stepper Motor Driver Board For Arduino × 1 Photo resistor […]
Projects
Interfacing Graphical LCD (ST7920) with Arduino
There are many types of LCDs used in Electronic Projects. We have already used 16X2 LCD in many of our projects and also used TFT LCD with Arduino. You can find our entire 16X2 LCD related project by following this link, including interfacing with 8051, AVR, Arduino and many more. The ST9720 Graphical LCD is totally different from the Ordinary […]
Good Sleep – Your Sleep Assistant
Get the best night’s sleep by using Alexa and Arduino to monitor the conditions in your bedroom, make suggestions and help you sleep better. Things used in this project Hardware components Arduino MKR1000 × 1 Amazon Alexa Amazon Echo × 1 SparkFun MEMS Microphone Breakout × 1 DHT11 Temperature & Humidity Sensor (3 pins) × […]
TVOC and CO2 Measurement using Arduino and CCS811 Air Quality Sensor
Sadly, in the name of progress, we have polluted the air, water, soil and the food we eat”. So monitoring the air quality is very crucial now days because of pollution. For designing an air quality monitoring system we need durable and reliable air quality sensor. Although there are many Air Quality parameters but the […]
Interfacing Arduino with MATLAB – Blinking LED
In this project, we are going to learn, How to set up hardware support for Arduino in MATLAB software. How to control an Arduino using MATLAB code. We normally use Arduino IDE to write and upload codes to Arduino. The advantage of MATLAB is, it uses a high-level programming language which is easier than C […]
Controlling Multiple Servo Motors with Arduino
Using one or two Servo with Arduino is Easy but what if we want to use more than one Servo Motors? Here, we are going to show you that how to control Multiple Servo Motors with Arduino. Connecting multiple Servo Motors with Arduino seems to be easy and but if we connect all the Servos […]
Smiling Snowball
A web-controlled smiling snowball based on the Arduino MKR1000 controlled via WiFi using MQTT, Shitr.io and Node-red. Things used in this project Hardware components Arduino MKR1000 × 1 LED matrix 8 x 8 (MAX7219) × 6 Jumper wires (generic) × 1 cardboard 40 cm x 40 cm (15.7 inch x 15.7 inch) × 1 blank […]
Arduino Uno Rev3
Arduino Uno is a microcontroller board based on the ATmega328P (datasheet). It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz quartz crystal, a USB connection, a power jack, an ICSP header and a reset button. It contains everything needed to support the […]
Reef Controller
A Reef / Saltwater Aquarium controller based on an Arduino Mrk1000 and controlled remotely by an Universal Windows Platform app. Things used in this project Hardware components Arduino MKR1000 × 1 Adafruit Perma-proto board full size × 1 Adafruit I2C logic level converter × 1 Adafruit RGB LCD Shield Kit I2C 16×2 × 1 SainSmart […]
Space Race Game using Arduino and Nokia 5110 Graphical Display
Programming has always been fun and it just got a lot better with development platforms like Arduino. Almost every programmer out here would have tried to develop some kind of game using the language that they learning/practising. This helps them to tune their programming skills in a fun yet productive way. I have been a […]