Mujhe 8 Chanel relay ko on off krne wala project dekhna hai apke chanel pe with alexa or google assistant ke sath mobile app v hona chahiye ap bahut hi asan bhas me sikhate hai good job
I have a mobile. so I program my Arduino by Arduino dorid. But when I programmed the NodeMCU LED blinking code . Following your video But when I completed this program, sowing error. #defineled = D5; void setup() { pinMode(led, OUTPUT); } void loop() { digitalWrite(led, HIGH); delay(1000); digitalWrite(led, LOW); delay(1000); } ⭐ The error is (Node.ino:1:2: error: invalid preprocessing directive #defineled) please solve this error sir🙏🙏🙏
Hello bhai Mene apne nodemcu esp8266 ak corde uplod kiya he corde to sehi se work ker rha he bat jub nodemcu ko off ker ke on keta hu to wo sara system off hojata he fir se on conect ker ke on kerna prta he plz solw my problem void setup() { pinMode(D0, OUTPUT); Serial.begin(9600); } void loop() { if (Serial.available()){ char data; data=Serial.read(); Serial.println(data); if (data =='o'){ digitalWrite(D0,HIGH); delay(1000); } else if(data =='c'){ digitalWrite(D0,LOW); delay(1000); } } }
sir please help me ye error show ho rha h. Arduino: 1.8.13 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Legacy (new can return nullptr), All SSL ciphers (most compatible), 4MB (FS:2MB OTA:~1019KB), 2, v2 Lower Memory, Disabled, None, Only Sketch, 115200" Executable segment sizes: IROM : 228624 - code in flash (default or ICACHE_FLASH_ATTR) IRAM : 26756 / 32768 - code in IRAM (ICACHE_RAM_ATTR, ISRs...) DATA : 1248 ) - initialized variables (global, static) in RAM/HEAP RODATA : 688 ) / 81920 - constants (global, static) in RAM/HEAP BSS : 24880 ) - zeroed variables (global, static) in RAM/HEAP Sketch uses 257316 bytes (24%) of program storage space. Maximum is 1044464 bytes. Global variables use 26816 bytes (32%) of dynamic memory, leaving 55104 bytes for local variables. Maximum is 81920 bytes. esptool.py v2.8 Serial port COM6 Connecting........_____....._____....._____....._____....._____....._____.....____Traceback (most recent call last): File "C:\Users\AKKI\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.4/tools/upload.py", line 65, in esptool.main(cmdline) File "C:/Users/AKKI/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/2.7.4/tools/esptool\esptool.py", line 2890, in main esp.connect(args.before) File "C:/Users/AKKI/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/2.7.4/tools/esptool\esptool.py", line 483, in connect raise FatalError('Failed to connect to %s: %s' % (self.CHIP_NAME, last_error)) esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header _ This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
Pins; G, 3V for power supply input/output of 3.3 v, also, Vin for power INPUT *supply range 7-12 v Did it mean 7-12 v for MCU power supply and 3.3 v for mcu input/output from/to other sensors/actuators? please clarify me! 😁😁
Iot based smart gardening and agriculture using esp 32 is my project is ki programming kasy karni h plz help me . This is my fyp. Is ka software kahan se download ho ga. Help me
Bro home automation par video banao jisma eeprom bhi ho aur hum mobile sa bhi control kar saka aur manual bhi, manual ma ttp223 touch sensor use karna, 4 ,8 appliances control karna h ???
Hello bro mujhe 12 v battery se 3 se 4 light control karna hai pr yato 3 v power supply le rha hai V pin 12v kya hai or kya karta Ya bhi 12 v hai connect kar sakte hai kya 12 v battery se
Nodemcu port not detecting. As per your instructions I have done all prosses carefully. First-time for blinking code, port dected. But when I uploading Wi-Fi program, port not detecting. Please guide
I am using Wemos D1 R1 variant. It has 2 sets of pins for i2c and spi communication. The problem is that in case I want to use one set of i2c or spi pins for normal GPIO then how to do that?
Hello Himanshu, thank you for this nice video. i have a problem in detecting NodeMCU port, however, the Arduino port is detectable. I have installed CH 340 software, but failed to detect. Could you please advice?
can you tell me what the 4 edge hole is called and what is the purpose of its? I want to screw it in pcb instead of soldering it using that 4 holes. is it feasible? please reply
Is video mai apne port ka solution batya hai Shoftwere kar ke bo Shoftwere arduino mai kam kerega mere arduino Shoftwere mai port per tik nahi aa raha please sir solution batao
Sir, if nodemcu is fitted in box then what to do so it will not be overheated and how much data send and receive in firebase database free subscription
Iot based smart gardening and smart agriculture using esp32 pe full programming video bnay bcoz agriculture project ka trend 100% h taky hum zaida se zaida learn karyn.
Mujhe programming ka P bhi nahi aata lekin power electronics me 17 year ka experience hai. Programming seekhne k liye first start kahan se karna hai. Abhi to ESP8266 samajh hi nahi aaiga. So please help me. Thankyou
sir i bought new node mcu and i learn your first tutorial and upload code on node mcu...sir i ask you to that if a upload a new program in it it automatically delete existing program or i have upload blank code in it
The best video you can find on youtube on Nodemcu explaining every little detail. Keep up the good work brother
I have used the sd1, sd2 and sd3 pins with sensors input and relay output.. it works.. 👍👍
I loved the arduino uno series and now this one!!!
You are great bro!
Thanks a lot 😊 😊 😄
Bro nice work. You create the content. Which is my fav. Thanks keep it up...👍👍
VERY WELL EXPLAINED, Liked and subscribed
Mujhe 8 Chanel relay ko on off krne wala project dekhna hai apke chanel pe with alexa or google assistant ke sath mobile app v hona chahiye ap bahut hi asan bhas me sikhate hai good job
Awesome project & awesome qualification sir. Arduino ka opor ese assa wala youtube channel pura hindi ne nhi he.mei challenge kortahu.go ahead sir...
Excellent Explanation in al videos.
Believe me audience this guy is amazing
Really helpful...great explanation... thankyou sir...🙌
Make a video on Home Automation using Node MCU
Arduino Uno WiFi R3 create series
Work with oled display
Sahi hai app ka explanation Awesome
I have a mobile. so I program my Arduino by Arduino dorid. But when I programmed the NodeMCU LED blinking code . Following your video
But when I completed this program, sowing error.
#defineled = D5;
void setup() {
pinMode(led, OUTPUT);
}
void loop() {
digitalWrite(led, HIGH);
delay(1000);
digitalWrite(led, LOW);
delay(1000);
}
⭐ The error is (Node.ino:1:2: error: invalid preprocessing directive #defineled) please solve this error sir🙏🙏🙏
Mujhy wait hai sir apki video ka inshallah
I am getting "Original message: PermissionError(13, 'A device attached to the system is not functioning.', None, 31)" this error what should I do
Boards Manager m nodemcu search karne pr kuch nahi aya.....Arduino IDE 2.0.0 version
Mere saath bhi yahi ho rha hai
Wow well-done keep it
Very nice torturing 🙏🙏♥️♥️
Thank you so much sir for your hard work and dedication ❤❤❤❤
well explained bro , keep making this type of videos
awesome series♥
I can't connect esp8266 with my port. It's always showing port disable, however I have already installed properly. Pls suggest properlly
One more question aboute node MCU is LED doesn't require current limiting resistor y?🤔it's because it's working voltage is 3.3 plz answer it?
Hello bhai
Mene apne nodemcu esp8266 ak corde uplod kiya he corde to sehi se work ker rha he bat jub nodemcu ko off ker ke on keta hu to wo sara system off hojata he fir se on conect ker ke on kerna prta he plz solw my problem
void setup() {
pinMode(D0, OUTPUT);
Serial.begin(9600);
}
void loop() {
if (Serial.available()){
char data;
data=Serial.read();
Serial.println(data);
if (data =='o'){
digitalWrite(D0,HIGH);
delay(1000);
}
else if(data =='c'){
digitalWrite(D0,LOW);
delay(1000);
}
}
}
Super 👌 i like your video thank you sir
sir please help me ye error show ho rha h.
Arduino: 1.8.13 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Legacy (new can return nullptr), All SSL ciphers (most compatible), 4MB (FS:2MB OTA:~1019KB), 2, v2 Lower Memory, Disabled, None, Only Sketch, 115200"
Executable segment sizes:
IROM : 228624 - code in flash (default or ICACHE_FLASH_ATTR)
IRAM : 26756 / 32768 - code in IRAM (ICACHE_RAM_ATTR, ISRs...)
DATA : 1248 ) - initialized variables (global, static) in RAM/HEAP
RODATA : 688 ) / 81920 - constants (global, static) in RAM/HEAP
BSS : 24880 ) - zeroed variables (global, static) in RAM/HEAP
Sketch uses 257316 bytes (24%) of program storage space. Maximum is 1044464 bytes.
Global variables use 26816 bytes (32%) of dynamic memory, leaving 55104 bytes for local variables. Maximum is 81920 bytes.
esptool.py v2.8
Serial port COM6
Connecting........_____....._____....._____....._____....._____....._____.....____Traceback (most recent call last):
File "C:\Users\AKKI\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.4/tools/upload.py", line 65, in
esptool.main(cmdline)
File "C:/Users/AKKI/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/2.7.4/tools/esptool\esptool.py", line 2890, in main
esp.connect(args.before)
File "C:/Users/AKKI/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/2.7.4/tools/esptool\esptool.py", line 483, in connect
raise FatalError('Failed to connect to %s: %s' % (self.CHIP_NAME, last_error))
esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header
esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header
_
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
hi muje Toy rc car remot control with android app se chalana he kya aap ne ispe video banay he kya
jese ardiuno rc kar banate he vese hi
Hi,
After successful add NodeMCU board in Arduino IDE, port is not highlighting even after installing driver
Pins; G, 3V for power supply input/output of 3.3 v,
also, Vin for power INPUT *supply range 7-12 v
Did it mean 7-12 v for MCU power supply and 3.3 v for mcu input/output from/to other sensors/actuators?
please clarify me! 😁😁
Nice presentation, keep it up
Hello Himanshu i.like about your channel is that it's in Hindi.
Jay hind 👍😊
Iot based smart gardening and agriculture using esp 32 is my project is ki programming kasy karni h plz help me . This is my fyp. Is ka software kahan se download ho ga. Help me
Broo kay moud sa car Ecu scaner bana saktaha apnako bannaho to kitna kosthogo
Bro home automation par video banao jisma eeprom bhi ho aur hum mobile sa bhi control kar saka aur manual bhi, manual ma ttp223 touch sensor use karna, 4 ,8 appliances control karna h ???
Attiny 85 ko programing kar sakhte h kya node mcu 82666
Hello bro mujhe 12 v battery se 3 se 4 light control karna hai pr yato 3 v power supply le rha hai
V pin 12v kya hai or kya karta
Ya bhi 12 v hai connect kar sakte hai kya 12 v battery se
Node mcu mein water flow sensor conect ka sktch kaise banana hai
Hi, How to send an LED status on thingspeak, like LED on or LED off or any type of message?
2 node MCU hai mere pass
Pehle me data input karke dusre node MCU se le sakte
i want to GEOTAGG something with the help of A9G gps and i want to connect this A9G gps to nodemcu. can anyone help me regarding this please .
if i want to add 200 node mcu to a website then what language i have to know? how to develope web application by drag and drop
Sir jam port ka option khol rhe the to com1, com2, com3 hi aa raha tha
my nodemcu shows online on blynk app but pin status doesn't changing on hardware what is the problem
Nodemcu port not detecting. As per your instructions I have done all prosses carefully. First-time for blinking code, port dected. But when I uploading Wi-Fi program, port not detecting.
Please guide
Select port in tools
my ide shows port com10 and com11 and fails to run the program with different errors in both cases. Any fix?
Sir nodemcu ko wifi sai connect kar k phir Kise bhe phone ya laptop sai control kaisay karnan hai yai batain please.
Very very helpful, please make home automation using alexa and Google assistant.
I don't get option of com still after installing that driver
can it store data (just like Arduino nano)
Esp8266 audino ic program kaise karte hain pinout bhaiya
Beautifully explained
Bro how to delete my old program from node mcu esp8266.....?
I am using Wemos D1 R1 variant. It has 2 sets of pins for i2c and spi communication. The problem is that in case I want to use one set of i2c or spi pins for normal GPIO then how to do that?
hi nodemcu aapne jese dikhay he o to hota he par led flash progarming ypload karte hi ek erorr aata he
you are great bro
I n facing Error compiling for board NodeMCU 0.9 (ESP-12 Module).
Can you plz tell me the solution
Nodemcu me digital input output ko Internet se connect Karke Dur Se mobile per SMS prapt kar sakte hai kya sir ki kab LED on Hua aur kab off Hua
Yo
Bhai esp-now based UltraSonic data sent to another esp... plz help me for code
You explain very clearly that is so good
Can i connect nodemcu 8266 with mX98357 amplifier
Hello Himanshu, thank you for this nice video. i have a problem in detecting NodeMCU port, however, the Arduino port is detectable. I have installed CH 340 software, but failed to detect. Could you please advice?
can you tell me what the 4 edge hole is called and what is the purpose of its? I want to screw it in pcb instead of soldering it using that 4 holes.
is it feasible?
please reply
How can we store data as a pdf file, like temp ,rh data or other data with every 5 mins interval
sir i installed d drivers
but stil node mcu port not detecting
Internat use kr ke sensor control Krna hai
Air hamako ye productus ache quality bale order karana hai to kaise kare
tq so muxh bhai for this wonderful video god bless you
🆒 Thank you so much for uploading this video.
👍👍👍👍👍
Sharing with community 🇵🇰
What if I have more than 9 devices? bcoz this only have 9 pins
Is video mai apne port ka solution batya hai Shoftwere kar ke bo Shoftwere arduino mai kam kerega mere arduino Shoftwere mai port per tik nahi aa raha please sir solution batao
will you please show how to flash erase nodemcu memory
Sir, if nodemcu is fitted in box then what to do so it will not be overheated and how much data send and receive in firebase database free subscription
Thankyou sooooooooooo much sir for this series.....
Iot based smart gardening and smart agriculture using esp32 pe full programming video bnay bcoz agriculture project ka trend 100% h taky hum zaida se zaida learn karyn.
Very nice video thanks
I am getting the Nodemcu in board manager. What else should I do?
thank you bro ❤️
Thank you sir❤
It would be very helpful if you could make one video based on the serial communication between arduino (uno or mega) and nodemcu
when i connect usb cable with laptop nodemcu gets hot. kindly tell me what can be issue
for powering it up which pin should we use Vin or power supply one with ground. which one ?? & 3.3 v is i/p or o/p power supply ???
Brother please help how to connect node mcu to cloud or server
Please make hand gesture based robot by gyroscope
Plz Make something about servo
Home automation k liye ak video bnaiye plz nodemcu ka use krk
Mujhe programming ka P bhi nahi aata lekin power electronics me 17 year ka experience hai. Programming seekhne k liye first start kahan se karna hai. Abhi to ESP8266 samajh hi nahi aaiga. So please help me. Thankyou
Start c programming se karo, youtube se hi saare basics cover hojayenge
@@aryaniyer7408 ji thankyou
Nice. Plz make video c language
Hello sir, 8 channel Relay IR remot control, NodeMCU coding , please sir reply video's .
Car main self main use kar no hai
can u make program which can control.. well motor through mobile sim connection
Port nahi hota show dono drive install kiya kiya karu bhai
Thanks for the video. Well explained
bro, your video is very helpful, can you make Arduino programming crash course, please
Thanks;
हेलो ब्रदर्स मुझे एक प्रॉब्लम है मॉडल के साथ नोडिमसीयू को कैसे कनेक्ट करें
sir i bought new node mcu and i learn your first tutorial and upload code on node mcu...sir i ask you to that if a upload a new program in it it automatically delete existing program or i have upload blank code in it
Jaise arduino ka programming ka tutorial series banaye the waise hi node mcu ka v tutorial banayiye
Amazing good और video upload kijiye sir हिंदी me hi
Iot based automatic plant monitoring and irrigation system pe banaiye video