Use Arduino to Plot the detected vibrations using pizeoresistor.
Hello guys,
Welcome to Learning Microcontrollers youtube Channel,
Guys I have also compiled course on Udemy as well. Where you will learn under my direct supervision in a more supervised way.
Here is the links to the courses I have on Udemy, By taking any of these courses you will be supporting my channel aswell.
This will help me to make more videos with better hardware in the future. I hope you look forward to it.
Courses Links:
1- https://www.udemy.com/course/pic16f877a-interface-lm35-temp-sensor-mikroc-collection
2- https://www.udemy.com/course/mikroc-for-pic-libraries-with-examples-using-pic16f877a-mcu
3- https://www.udemy.com/course/mikroc-for-pic-libraries-with-examples-using-pic16f877a-mcu
4- https://www.udemy.com/course/pic-microcontroller-using-mikroc-for-pic-from-scratch
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
Arduino Code :
int sensor;
void setup() {
pinMode(7,INPUT);
Serial.begin(9600);
}
void loop() {
sensor=digitalRead(7);
if(sensor == 1)
{
Serial.println(" KNOCKED ");
delay(100);
}
else
{
Serial.println(" ");
}
}
Видео Use Arduino to Plot the detected vibrations using pizeoresistor. канала Learning Microcontrollers
PIC16F877A, microcontroller, mikroC, Programming, C++, MCU, PIC16, PIC18, PIC24, PIC32, mikroC for PIC, software serial, uart, multiple uart, more than one uart, more uart on PIC, PIC16F877A 2 uart, serial, serial port, serial communication, software serial bluetooth, bluethooth, hc-05, serial over bluetooth, touch, touch button, button, code, coding, c++, mcu coding, coding tutorial, cursor, lcd, toggle, toggleswitch, pull-up, pull-down, dht22, humidity, temp, sensor, temperature, bluetooth, hc05, arduino
Welcome to Learning Microcontrollers youtube Channel,
Guys I have also compiled course on Udemy as well. Where you will learn under my direct supervision in a more supervised way.
Here is the links to the courses I have on Udemy, By taking any of these courses you will be supporting my channel aswell.
This will help me to make more videos with better hardware in the future. I hope you look forward to it.
Courses Links:
1- https://www.udemy.com/course/pic16f877a-interface-lm35-temp-sensor-mikroc-collection
2- https://www.udemy.com/course/mikroc-for-pic-libraries-with-examples-using-pic16f877a-mcu
3- https://www.udemy.com/course/mikroc-for-pic-libraries-with-examples-using-pic16f877a-mcu
4- https://www.udemy.com/course/pic-microcontroller-using-mikroc-for-pic-from-scratch
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
Arduino Code :
int sensor;
void setup() {
pinMode(7,INPUT);
Serial.begin(9600);
}
void loop() {
sensor=digitalRead(7);
if(sensor == 1)
{
Serial.println(" KNOCKED ");
delay(100);
}
else
{
Serial.println(" ");
}
}
Видео Use Arduino to Plot the detected vibrations using pizeoresistor. канала Learning Microcontrollers
PIC16F877A, microcontroller, mikroC, Programming, C++, MCU, PIC16, PIC18, PIC24, PIC32, mikroC for PIC, software serial, uart, multiple uart, more than one uart, more uart on PIC, PIC16F877A 2 uart, serial, serial port, serial communication, software serial bluetooth, bluethooth, hc-05, serial over bluetooth, touch, touch button, button, code, coding, c++, mcu coding, coding tutorial, cursor, lcd, toggle, toggleswitch, pull-up, pull-down, dht22, humidity, temp, sensor, temperature, bluetooth, hc05, arduino
Показать
Комментарии отсутствуют
Информация о видео
23 сентября 2024 г. 8:25:06
00:08:27
Другие видео канала




















