Light Dependent Resistor ( LDR ) with Arduino UNO. смотреть онлайн

12 просмотров 08.12.2024 00:07:40

Описание видео

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- udemy.com/course/pic16f877a-interface-lm35-temp-sensor-mikroc-collection 2- udemy.com/course/mikroc-for-pic-libraries-with-examples-using-pic16f877a-mcu 3- udemy.com/course/mikroc-for-pic-libraries-with-examples-using-pic16f877a-mcu 4- udemy.com/course/pic-microcontroller-using-mikroc-for-pic-from-scratch 5- 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: //////// ARDUINO UNO ADC is 10 BIT ///// 2^10 = 1024 means 0 - 1023 int ldrval; void setup() { Serial.begin(9600); } void loop() { ldrval = analogRead(A0); Serial.println(ldrval); } Рекомендуем Light Dependent Resistor ( LDR ) with Arduino UNO. посмотреть онлайн видео бесплатно и без регистрации!

Чат сообщества

Гость
Загрузка...
Теги:
light, dependent, resistor, with, arduino