Projects

Servo Motor Simulation via Arduino UNO

Servo Motor Simulation via Arduino UNO

Hey everyone. I hope you will be fine. As you know that last time, we had started Arduino UNO course and given you a brief introduction how to simulate the LED blinking via Arduino UNO and its implementation in proteus ISIS. Now, today we are going to implement Servo Motor Simulation via Arduino UNO in […]

Web Client Repeating using Arduino

Web Client Repeating using Arduino

This example shows you how to make repeated HTTP requests using an Ethernet shield. This example uses DNS, by assigning the Ethernet client with a MAC address, IP address, and DNS address. It connects to http://www.arduino.cc/latest.txt. The conent of the page is viewable through your Arduino’s serial window. Circuit The Ethernet shield allows you to […]

Temperature Display Using LCD

Temperature Display Using LCD

Here is a Simple Temperature Display Circuit using LCD (Liquid Crystal Display). For Heat Sensor we have used IC LM35 (Precision Centigrade Temperature Sensors) whose Output voltage is linearly proportional to the Celsius (Centigrade) temperature. Output of LM35 IC is 10mv/degree centigrade for eg if temperature is 35 degree, then the output of sensor will […]

Arduino Based Lie Detector

Arduino Based Lie Detector

We have previously posted the the project lie detector, now here is is also a lie detector using arduino. Here is a simple tutorial to build a simple lie detector which will give visual indication through LED arrangement whether the person speaks lie or truth. The project uses a arduino duemilanove or uno. So the project is based on […]

Easy Home Surveillance

Build A Easy Home Surveillance Gadget Using Arduino

Everyone wants to keep their home secure. If zombies have swarmed your house, you want to know it’s not safe to return, RIGHT? What better way to do this than to set up a surveillance system? Now it’s easier than ever to have. And, you don’t have to shell out hundreds of dollars to make sure […]

Lambda Calculus in a Can using Arduino

Lambda Calculus in a Can using Arduino

You can get soup in a can. You can get bread in a can (*). Now the long wait is over! You can finally get Lambda Calculus in a can. Project LambdaCan is an amusing exercise in absurdity. It implements a reducer (interpreter) for the Lambda Calculus, a formal system (programming language) developed by Alonzo […]

Fritzing – The Ultimate Tool For Sketching Out Electronics Projects Cross Platform

Fritzing – The Ultimate Tool For Sketching Out Electronics Projects [Cross Platform]

Despite sounding like an alcopop, Fritzing is actually an incredible bit of free software you can use to create circuit and component diagrams for use with rapid-protoyping electronics boards such as the fantastic open-source Arduino. As such, it’s open source too, entirely cross platform and well supported – you can almost guarantee that it can […]

LCD Shifter

Make A LCD Shifter for Arduino

The original idea was to create a library that simplify the use of IC 74HC595 between Arduino and other hardware. In this Instructable I will share this to you using as example the control of a 16×2 LCD. The example will show on the LCD the seconds that has passed since Arduino was restarted. I […]

Arduino 7 Segment LED Display and Counter – Tutorial 8

Arduino 7 Segment LED Display and Counter – Tutorial #8

This is a simple 0 to 9 counter circuit constructed using Arduino! Here, a common cathode 7-segment LED display is connected to Arduino for displaying the digits. The code (Arduino sketch) allows push button increment of the counter from 0 to 9. The whole circuit can be powered from a standard 9V PP3/6F22 battery, or […]

Temperature Sensor DS18B20

Temperature Sensor DS18B20

Electronic Brick, Waterproof and other Versions NOTE: There are different-appearing versions but they work the same. This is an electronic thermometer which has high accuracy over a wide range (accurate to ±0.5°C over the range of -10°C to +85°C) (Workable from -55°C to +125°C). You can locate these thermometer chips up to 100M away from […]

Scroll to Top