News

In this tutorial we discussed the Sound sensor, its pinout, working, and how to interface it with Arduino. This article includes a complete Arduino code and circuit diagram along with a step-by-step ...
As we know that not all cars come with parking sensors. If we want to install an external parking sensor, it costs a lot of money. But luckily we can make a low-cost parking sensor by using Arduino.
In this project, we are going to make a smoke alarm for our kitchen using a gas sensor. This sensor will detect the intensity of smoke. If the intensity of smoke exceeds a certain limit, the alarm ...
I have already made some devices using SeeedStudio’s Seeeduino Nano microcontroller boards and Grove Sensors. In this post I am going to show you how to make a simple sound activated electronic switch ...
Microphone Sound Sensor on Arduino. Contribute to paulvha/KY-038 development by creating an account on GitHub.
Code: Open Arduino IDE, click File -> Sketchbook -> sound_sensor. We can use analogRead () to read the value of light sensor, this value will indicate the intensity of light. When the light stronger, ...
I like to visualize things, so I decided to prepare this simple tutorial to help you better understand how to visualize data using Arduino. This tutorial assumes that you have some basic electronics ...