Troubleshooting Arduino Droid | ESP8266 | ESP32

preview_player
Показать описание
Hello viewers!!
Today in this video i am troubleshooting arduino droid application. some of my viewers facing the problem of some error while uploading the code.
So watch this video till the end.

Ifyou have any questions then follow me on Instagram.

Рекомендации по теме
Комментарии
Автор

Remember?
Bhai pahele to thanks jo apne meri paheli help ki thi
Ab bs ek baar aur kr dijiye
Kya krna acha hoga
Raspberry pi se computer bnana ya
Cpu se
kyonki 4gb ram wala raspberry pi 4800 ka hai
Ya hum 2gb wala le le

alzoha
Автор

Uploading error

UsbEndpoint[mAddress=2, mAttributes=2, mMaxPacketSiz

e=32, mInterval=0]

UsbEndpoint[mAddress=130, mAttributes=2, mMaxPacket Size=64, mInterval=0]]]]

Where is the problem?
Please help me ☺️

helloworldworld
Автор

Bhai Arduino Uno per code uploading me dikkat aa raha h

Uploading error

avrdude done. Thank you.

Error: Problem uploading to board

Mainak
Автор

Nodemcu 0.9 cannot be attached in my mobile. But the blue led on. And also the Arduino nano or uno can be attach. I also change the cable

iksbd
Автор

Bhai compilation error dikha hi raha hai

allabouttech
Автор

Bhai mere me no board connection show ho rha hai... Help me ???
Other sabhi chize OTG ke thru support kar rha hai.

ashutoshmaurya
Автор

Sir hum ir hex code apload kar rahe the usme problem hai, return code is not 0, sir iska kya solution hai please help sir

SaddamAnsari-ysdc
Автор

Sir, I am getting error like board is not connected or usb is not connected.

navdeepagrawal
Автор

Upload sucess a raha hai par upload nahi ho raha purane code me hi ruka hua hai can u pls solve

anilmishra
Автор

Return code is not 0 problem a raha hai

Memeswalahbhai
Автор

Bro ...then how to solve 64 bit required problem, iam Tamil I am not understand your language...😭

jra
Автор

Please upload here ArduinoDroid v6.0.1 ESP8266 suport in Android 32 bits. The new version (v6.3.1) not support CPU 32 bits. Only 64 bits. Help!!

slsuper
Автор

void setup() {
// initialize digital pin LED_BUILTIN as an output.
pinMode(LED_BUILTIN, OUTPUT);
}

// the loop function runs over and over again forever
void loop() {
digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
delay(10); // wait for a second
digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
delay(10); // wait for a second
}

samrudkgowda