Sei sulla pagina 1di 3

Arduino Projects - The Engineering Projects

A Complete List of Arduino Projects & tutorials posted on our blog.

You are here:

Hello friends, I hope you all are fine and having fun with your lives.Today I am not gonna post a new topic or tutorial, instead I am going to arrange all my Arduino Projects and tutorials in this post,
as its better to have all of them in one place. I recently posted a PIC Microcontroller Projects post and it was highly appreciated by the followers so I thought to do the same with Arduino as well
because I have posted more Arduino projects as compared to PIC Microcontroller.
I will post all the Arduino Projects & Tutorials links below in sequence i.e. from easy to pro level so if you are a new user and want to get command over Arduino projects then read all of them one by
one. Moreover, I will also keep on updating this post whenever I am gonna add any new Arduino Project or Tutorial. If you feel problem in any of the below tutorials then ask in comments and I will
try my level best to solve your queries. As I always say learning is all about practise and patience. So while doing Arduino Projects, you have to be patient and practical, don’t just read these articles,
always test these arduino Projects and tutorials. Because when you practically perform some project then you will do mistakes and get the chance to learn from them. You should also have a look
at these Arduino Project for Beginners.

Arduino Introductory Tutorials

If you have already run your first code on Arduino then you can skip this section. This section is for the beginners who don’t know anything about Arduino. I have explained in detail how to get
started with Arduino board and at the end of this section, you will have the complete idea of how Arduino works and how to program arduino. You must visit the Official Arduino Site and join their
forum because they have posted a lot of Arduino Projects there.

Arduino Boards – Introduction

Here I am gonna give you the basic Introduction of all Arduino boards one by one. I would suggest you to at least read that one, on which you are working. I have shared detailed Pinouts, Pin
Description and features.

Arduino Libraries

I always advise students to work on simulation first. If you are working on Arduino Projects, then Proteus is the best software for simulations. You should have a look at these New Proteus Libraries
for Engineering Students, but here I have only posted Arduino Libraries, which are free to download directly from our site.

Now you know the basics of Arduino board and also have the idea how to use arduino software and write code in it. So, now let’s get started with Arduino Projects. I have divided this section in
several sections depending on which Arduino board I am using in the project. These arduino projects are designed by our team and are designed after quite a lot of efforts but are free here for the
readers, so if you wanna share them then do mention us.
Arduino Tutorials – Basic

These are few basic Arduino Tutorials, which are very essential for you, if you are a beginner. So, follow them one by one and also design their basic Proteus simulations so that you learn more. So,
let’s get started with them:

How to use Arduino Serial Read ? ⇒ In this tutorial, I have discussed How to use the Serial Port of Arduino and get data through it.
Arduino UNO Projects

Circuit Designing of LCD With Arduino in Proteus . ⇒ Now you have understood the basics of Arduino board and have also installed the Proteus Library of Arduino board so now you are ready for
designing small Arduino Projects.In this tutorial, I have interfaced LCD with Arduino baord and I have done it in Proteus ISIS software.
Interfacing of Keypad with Arduino in Proteus ISIS. ⇒ After the interfacing of LCD, next thing you should interface with Arduino is Keypad which is done in this tutorial. So, in this tutorial I have
interfaced the Keypad with Arduino and then have shown the keypad characters on LCD.
Display ADC value on LCD using Arduino in Proteus ⇒ Now that we have interfaced the LCD with Arduino so now its time to display something on it. So, for that purpose I have displyed the ADC
value of Arduino analog Pin on LCD. This Project is also designed in Proteus ISIS software.
Ultrasonic Sensor with Arduino Simulation in Proteus ⇒ In this tutorial, I have interfaced Ultrasonic Sensor with Arduino board in Proteus ISIS software.Remember, we have installed the
Ultrasonic Sensor Library for Proteus in the previous section. So, using that Library now I have interfaced this Utrasonic Sensor with Arduino Board.
Interfacing of Ultrasonic Sensor with Arduino ⇒ In this tutorial, I have interfaced the Ultrasonic Sensor with Arduino in hardware. I have designed a circuit on Vero Board and then tested it.
Distance of obstacle from Ultrasonic Sensor is displayed on LCD in cm.
Interfacing of Multiple Ultrasonic Sensors with Arduino ⇒ In the previous tutorial, I have interfaced single ultrasonic sensor with Arduino but in this post I have interfaced multiple ultrasonic
sensors with Arduino board and displayed their values via Serial Terminal in Proteus ISIS.
Interfacing of Temperature Sensor 18B20 with Arduino ⇒ In this project, I have interfaced the Temperature Sensor 18B20 with Arduino and displayed the atmospheric temperature on LCD. Its a
one wire Temperature sensor and gives quite accurate value.
How to use Temperature Sensor 18B20 with Arduino in Proteus ISIS ⇒ In this project, I have interfaced the Temperature Sensor 18B20 with Arduino and displayed the atmospheric temperature
on LCD. Its a one wire Temperature sensor and gives quite accurate value. This Arduino Project is designed in Proteus ISIS.
Interfacing of Temperature Sensor LM35 with Arduino ⇒ In this project, I have interfaced the Temperature Sensor LM35 with Arduino and displayed the atmospheric temperature on LCD. Its an
analog Temperature sensor and gives quite accurate value. This Arduino Project is designed in Proteus ISIS.
Interfacing of Seven Segment With Arduino in Proteus ⇒ In this project, I have interfaced the Seven Segment Display with Arduino and displayed different alphanumeric value on this Seven
Segment Display. This Project is also designed in Proteus ISIS software.
Interfacing PIR Sensor with Arduino ⇒ In this project, I have interfaced the PIR Sensor with Arduino. I have used the PIR Sensor Library for Proteus in order to design this Arduino Project. PIR
Sensor is used for motion detection and it displayed the results on LCD.
Interfacing of Flame Sensor with Arduino ⇒ In this project, I have interfaced the Flame Sensor with Arduino and used it for Fire Detection. Its an analog Sensor used for Flame detection, on the
basis of which we decides whether there’s Fire or not. This Arduino Project is designed in Proteus ISIS.
Interfacing of NRF24L01 with Arduino ⇒ In this project, I have interfaced the NRF24L01 RF module with Arduino and designed two nodes among which data is transferred wirelessly. First Node
acted as a Transmitter while the second node acted as a Receiver. This was one of the toughest Arduino Projects.
NRF24L01+ with Arduino – Response Timed Out ⇒ While using NR24L01, I have encountered a problem named as Response timed Out and in this post I have shown a small trick on How to
remove this error and after that it worked perfectly fine. If you are working on NRF24L01 then you must check it out.
Interfacing of RFID RC522 with Arduino ⇒ In this project, I have interfacedRFID RC522 with Arduino and detected different RFID cards with this RFID module. I have designed it on hardware as
this sensor is not yet available in Proteus ISIS.
Arduino Bluetooth communication using HC-05 ⇒ In this project, I have done a Bluetooth communication using HC-05 bluetooth module. This bluetooth module was connected with Arduino
board and then data is sent from Arduino to mobile via Bluetooth.
Control Servo Motor with Arduino in Proteus ⇒ In this project, I have controlled the Servo Motor with Arduino in Proteus ISIS. Its quite a quick tutorial but is very hepful if you are working on Servo
Motors. Servo Motors are controlled via single Pin and are used in Arduino Projects where accuracy is required.
Traffic Signal Control Project Using Arduino ⇒ Its a small Arduino Project which is normally designed by students in their first or second semesters. In this Project I have modeled a complete
Traffic Signal Control. This Project is designed in Proteus ISIS.
Scrolling Text on LED Matrix 8×8 using Arduino in Proteus ISIS ⇒ In this project, I have interfaced LED Matrix 8×8 with Arduino and then I have displayed a scrolling text on these LED Matrices.
This Project is designed in Proteus ISIS.
Intelligent Energy Saving System ⇒ In this Arduino project, I have designed an Intelligent Energy Saving System. In this project, the system automatically turns ON or OFF the lights & Fans
depending on presence of person in the room. Its YouTube video is also given in this tutorial.
USB Communication between Android and Arduino ⇒ In this project, I have communicated between Arduino & Android via USB. The Android phone is connected with Arduino via USB cable and
then data is sent from Android phone to Arduino via USB.
Home Automation Project using XBee & Arduino ⇒ In this project, I have designed a complete Home Automation Project in which the Loads of a room are controlled via remote. For wireless
communcation between remote and the loads I have used XBee module.
GSM Based Home Security System ⇒ In this project, I have designed a Home Security System and used seven sensors for security purposes and when any of those sensors gave warning then a
tet message is sent over to user’s mobile phone.

GSM Module (SIM900) With Arduino:

Send SMS with Arduino UNO and Sim900D Using AT Commands ⇒ In this project, I have interfaced the SIM900D module with Arduino and then sent an SMS from SIM900D module to mobile
phone using AT Commands. I have designed this project on hardware.
Receive SMS with AT Commands Using Sim900 and Arduino ⇒ In this project, I have interfaced the SIM900D module with Arduino and then received an SMS from mobile phone to SIM900D
module using AT Commands. I have designed this project on hardware.

EasyVR Shield With Arduino:

Voice Recognition Project Using EasyVR Shield ⇒ Its a series of tutorials on EasyVR shield and its the first tutorial in this series. In this tutorial, I have given an overview of the Project named as
Voice Recognition Project using EasyVR Shield.
Getting Started with EasyVR Commander ⇒ Its the second tutorial in the series of EasyVR Shield. In this tutorial, I have explained how to get started with EasyVR Commander which is a software
for uploading voices in EasyVR shield.
Interfacing of EasyVR Shield with Arduino UNO ⇒ Its the third tutorial in the series of EasyVR Shield. In this tutorial, I have interfaced EasyVR shield with Arduino UNO and then recognized the
commands said by the user. It’s quite an interesting Arduino Project.
How to solve Training Error: Recognition Failed in EasyVR ⇒ Its the fourth tutorial in the series of EasyVR Shield. While working on EasyVR shield I encountered this error so I thought to share its
solution with your guys. So, if you encountered such error then check this tutorial.

XBee Module With Arduino:

Potrebbero piacerti anche