Human Control Of Robots Using MEMS Sensor
Overview The paper describes the robustness of MEMS-based Gesture Controlled Robot is a kind of robot that can be by hand gestures rather than an ordinary old switch or keypad.…
Smart parking system using esp8266
overview In this tutorial, you will learn how to create an IOT-based car parking space monitoring system using Arduino, Nodemcu esp8266 wifi module and the Blynk app. With the help…
Bluetooth Controlled Robot
Overview Today in this article we are going to discuss How to make a Bluetooth Controlled car using Arduino so without wasting any time let’s make it Components Used Block…
Automatic Passenger Counting Systems Using Arduino
Overview An automated counter system is an efficient solution for counting the number of people entering or leaving a bus. Highlight people and passengers counters are compact and autonomous devices…
Deadband Control Using TMS320
Overview A deadband or deadband (also known as a dead zone or a neutral zone) is a band of input values in the domain of a transfer function in a control system or signal processing system where the output is zero (the output…
Read Temperature Sensor With MIT Inverter
Overview This tutorial will help you connect App Inventor with a temperature sensor on an Arduino controller. Block Diagram: Pins connection: About Bluetooth module HC-05: HC-05 is a Bluetooth module…
Control LED Using MIT App Inventor and Arduino
Overview Inventor of the MIT APP Arduino Bluetooth application. I have used Bluetooth mobile phone applications to monitor and control various types of sensors and electrical loads. I developed all…
Automatic Room Temperature Controller Using Arduino
Overview This project is about creating an automatic fan control system that automatically turns the fan on and off depending on the room temperature. I used an Arduino UNO microcontroller…
RTC Time Display in OLED using Arduino
Overview In this tutorial, we are going to make a digital clock with Arduino UNO, an RTC module and an OLED display. Hardware & Software Needed Arduino IDE Arduino UNO…
How to interface interrupt in Arduino
Overview In this tutorial, we will look at Arduino interrupts. Interrupts are useful in many cases where a process simply wants to continue its main function, and other devices (timers…