Surprise Me!

Using a Microwave radar module with Arduino UNO.

2024-12-08 2 Dailymotion

Hello guys,<br />Welcome to Learning Microcontrollers youtube Channel,<br /><br />Guys I have also compiled course on Udemy as well. Where you will learn under my direct supervision in a more supervised way.<br />Here is the links to the courses I have on Udemy, By taking any of these courses you will be supporting my channel aswell.<br />This will help me to make more videos with better hardware in the future. I hope you look forward to it.<br />Courses Links:<br /><br />1- https://www.udemy.com/course/pic16f877a-interface-lm35-temp-sensor-mikroc-collection<br />2- https://www.udemy.com/course/mikroc-for-pic-libraries-with-examples-using-pic16f877a-mcu<br />3- https://www.udemy.com/course/mikroc-for-pic-libraries-with-examples-using-pic16f877a-mcu<br />4- https://www.udemy.com/course/pic-microcontroller-using-mikroc-for-pic-from-scratch<br />5- https://www.udemy.com/course/learn-arduino-uno-coding-using-arduino-ide ///////////////////////////////////////////////////// #electronics #arduino #arduinoproject #project #microcontroller #circuitdiagram #circuitdiagram #simulator #simulation #proteus #proteus8 #pic16f877a #arduinotutorial #electronictutorial #embedding #embeddedprojects #embedded_system #embeddedprojectcenters #embedded_system #diy #diycrafts #diyideas #diyproject #diyarbakır #toggle #toggleswitch #switch #bluetooth #hc05 #wireless <br /><br /><br /><br /><br />Arduino Code:<br /><br /><br /><br />int radar;<br />void setup() {<br />pinMode(INPUT,7); <br /><br />Serial.begin(9600);<br /><br />}<br /><br />void loop() {<br />radar=digitalRead(7); <br />if( radar == 1 )<br />{<br />Serial.println("Something detected");<br />delay(4000);<br />}<br /><br /><br />}

Buy Now on CodeCanyon