Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
You can use temperature and humidity sensor for more accurate measurements as temperatures effect the sound speed
This is for those they are just learning of course not for the creators of the video 😅
How did you split 1 male into 2 female?
Not showing on screen
Code is not opening 💀Please🙏 write in the commentPlease fast !
#include LiquidCrystal_I2C lcd(0x3F, 2, 1, 0, 4, 5, 6, 7, 3, ); const int trigPin = 12;const int echoPin = 11;long duration;int distance;void setup() {pinMode(trigPin, OUTPUT); pinMode(echoPin, INPUT); Serial.begin(9600); lcd.begin(16,2);}void loop(){lcd.setCursor(0,0);lcd.print("No object");digitalWrite(trigPin, LOW);delayMicroseconds(7);digitalWrite(trigPin, HIGH);delayMicroseconds(10);digitalWrite(trigPin, LOW);duration = pulseIn(echoPin, HIGH);distance= duration*0.034/2;if (distance
Here thev code
Sir you make a weighting sensor like batman distance machine😊🎉🎉🎉🎉❤😊😊😊 ple ple ple ple ple ple
Ok I will try
Error is showing in second line broh how to debug it
Include liquid crystal library
Error compiling code showing 'POSITIVE' was not declared in this scope
drive.google.com/file/d/1Qnqmi5F4EEX6962EfjBkp1RddJ406zc0/view?usp=drivesdk👆You need to Include library for LCD newliquidcrystal.zip
@@skynet-robotics it still dont work
You can use temperature and humidity sensor for more accurate measurements as temperatures effect the sound speed
This is for those they are just learning of course not for the creators of the video 😅
How did you split 1 male into 2 female?
Not showing on screen
Code is not opening 💀
Please🙏 write in the comment
Please fast !
#include
LiquidCrystal_I2C lcd(0x3F, 2, 1, 0, 4, 5, 6, 7, 3, );
const int trigPin = 12;
const int echoPin = 11;
long duration;
int distance;
void setup()
{
pinMode(trigPin, OUTPUT);
pinMode(echoPin, INPUT);
Serial.begin(9600);
lcd.begin(16,2);
}
void loop()
{
lcd.setCursor(0,0);
lcd.print("No object");
digitalWrite(trigPin, LOW);
delayMicroseconds(7);
digitalWrite(trigPin, HIGH);
delayMicroseconds(10);
digitalWrite(trigPin, LOW);
duration = pulseIn(echoPin, HIGH);
distance= duration*0.034/2;
if (distance
Here thev code
Sir you make a weighting sensor like batman distance machine😊🎉🎉🎉🎉❤😊😊😊 ple ple ple ple ple ple
Ok I will try
Error is showing in second line broh how to debug it
Include liquid crystal library
Error compiling code showing 'POSITIVE' was not declared in this scope
drive.google.com/file/d/1Qnqmi5F4EEX6962EfjBkp1RddJ406zc0/view?usp=drivesdk
👆You need to Include library for LCD newliquidcrystal.zip
@@skynet-robotics it still dont work