Тёмный

[Fully Explained]--Single Data--Serial Communication between Arduino and NodeMCU (ESP8266) 

Learnorz
Подписаться 301
Просмотров 58 тыс.
50% 1

The above video shows sending single data between Nodemcu and Arduino via serial communication.
For sending multiple data between NodeMCU and Arduino visit • [Fully Explained]--Mul...
For Circuit diagram and Code Visit: .
For more projects on Arduino and NodeMCU visit engineeringpro....
To follow us on Facebook visit / mybtechprojects .
Whatsapp for Suggestion:+91-9715879014
Subscribe for more updates.

Опубликовано:

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 70   
@mudit6306
@mudit6306 4 года назад
i uploaded the code successfully but it is printing 115 instead of 50... i dont know why from where does this data coming from...
@ElectroSpecies
@ElectroSpecies 3 года назад
Don't use the circuit ।। May be the person have minimum knowledge about the voltages of different borads ।। Please use a voltage devider between the pins of tx pin of the Arduino and rx pin of the nodemcu
@sandeepprajapati2188
@sandeepprajapati2188 5 лет назад
Hello Sir, how can we read multiple sensor data from arduino, sensors like ph temperature, mq5, mq7 connected to arduino and they are sent to nodemcu, and further it is sent to Thingspeak, kindly guide about it asap
@prasannagawade6940
@prasannagawade6940 4 года назад
have you completed above project
@zackam5870
@zackam5870 4 года назад
I have a question. Is it possible to use similar code for arduino mega with nodemcu? I'm not buy yet the arduino mega. I need to know either it possible to use this technique or not. Thanks
@VeritasiumOP
@VeritasiumOP 4 года назад
Yes, Arduino mega will also work
@EucliffeFT
@EucliffeFT Год назад
Thank you so much :'D, been looking for this for quite some time now xD
@avirupmondal4480
@avirupmondal4480 5 лет назад
Sir can u help me to recieve data from soil sensor using arduino on mobile phone with the help of node mcu and blynk app
@joelserrao1078
@joelserrao1078 4 года назад
Did u make any progress??
@jktipan87
@jktipan87 3 года назад
I can send data from arduino's sensors to nodemcuesp8266 and display the data on the thingspeak , can work for you
@cosmikodes
@cosmikodes 4 года назад
Keep growing brother. Great video content. I have subscribed to your chanel as 168th subscriber. Awesome
@usamakhalid1860
@usamakhalid1860 5 лет назад
Can you please confirm if we need level shifter for serial communication between Arduino and Node mcu? As arduino signal have level of 5 volts and that of Node mcu have 3.3 volts.
@tamizhdiynaveen1354
@tamizhdiynaveen1354 5 лет назад
Usama, there is no need of level shifter for serial communication
@ronaldvinasoliva4470
@ronaldvinasoliva4470 Год назад
@@tamizhdiynaveen1354 in fact it is needed for protecting nodeMCU, you can use a voltage divisor with 2 resistors
@ciposum
@ciposum 3 года назад
Thanks! Not working for me. I'm not an electrical engineer.. by intuition and luck I plugged GND of arduino e nodemcu and worked fine.
@jeremytiempo9639
@jeremytiempo9639 3 года назад
do u have a schecmatic diagram for this?
@havidfebrim3523
@havidfebrim3523 2 года назад
i'm sorry, i cannot find the coding in your blog, can you sent the code to my mail?
@ths.ks.lehoanggiatruong
@ths.ks.lehoanggiatruong 3 года назад
how to send data from NodeMCU to Arduino ? thank you
@robertenachescu8368
@robertenachescu8368 5 лет назад
Guys, if it's not working, try connecting the RX on the Arduino to the TX of the NodeMCU and the TX of the Arduino to the RX of the NodeMCU.
@jktipan87
@jktipan87 3 года назад
That's correct
@0toHeroOffical
@0toHeroOffical 5 лет назад
thanks for the tutorial its works fine in arduino UNO.but not working with arduino mega although i have checked pin diagram twice please help its urgent thanks in advance
@projectovernight9760
@projectovernight9760 5 лет назад
sir, i am not getting any output on serial monitor. please help me
@tamizhdiynaveen1354
@tamizhdiynaveen1354 5 лет назад
Check the USB ports or interchange the usb ports
@syedabubakar6858
@syedabubakar6858 4 года назад
@@tamizhdiynaveen1354 nothing happens even after exchanging the usb ports
@MrREIVAX2
@MrREIVAX2 5 лет назад
Hello, this would be more interesting to do it manually with an HTML inside the code of the NODEMCU and pressing a button on the website send the 50 or another number and turn on a led by TX Rx Arduino, the idea is to have infinite outputs in the NODEMCU
@Learnorz
@Learnorz 5 лет назад
Hi MrREIVAX2, Yes that's a great idea. We have implemented communication from Arduino to NodeMCU. The other way is also possible. Interested in controlling Arduino from RaspberryPi then check this -->mybtechprojects.tech/control-arduino-from-pi-using-gui/
@jktipan87
@jktipan87 3 года назад
I use sensors like dht11 and mq7, mq135 to send data via arduino to nodemcu and the data displays on webserver and thingspeak, bit this video works to me
@TheDarkforce95
@TheDarkforce95 5 лет назад
do you have the tutorial for mega ? i simpliy replicate this code to be using with mega but it could not work. no 50 in serial monitor of nodemcu, just a bunch of unreadable symbol
@tamizhdiynaveen1354
@tamizhdiynaveen1354 5 лет назад
Hi Abdul, Thanks for watching this video. Check whether the baud rate is the same in both nodemcu and mega.
@TheDarkforce95
@TheDarkforce95 5 лет назад
@@tamizhdiynaveen1354 it is the same baud rate for both mega and nodemcu. thanks for this i finally can figure out the data sending from mega to nodemcu must be in form of string or else that i dont know. your code somehow cant be used on mega. i dont know why and it took me 6hours troubleshoot the code without success. but i do my own code and the data sending is work after that. any thing you can comment on that mr ?
@syameezanatasha8349
@syameezanatasha8349 5 лет назад
@@TheDarkforce95 can u show your code.. cause i also do the same thing on my arduino mega but still cant read any output on serial monitor
@TheDarkforce95
@TheDarkforce95 5 лет назад
@@syameezanatasha8349 gist.github.com/darkforce95/dc3a8a1062b3228b95e8e5b039d10108 if u need help do commend
@TheDarkforce95
@TheDarkforce95 5 лет назад
@@syameezanatasha8349 create 2 file . 1 for mega and 1 for nodemcu . refer my gist
@kienvu9274
@kienvu9274 3 года назад
my serial monitor doesn’t show anything on it
@teckycloud2642
@teckycloud2642 5 лет назад
I am complied everything by your guidelines. But no output without any errors
@tamizhdiynaveen1354
@tamizhdiynaveen1354 5 лет назад
Try with other USB ports
@teckycloud2642
@teckycloud2642 5 лет назад
TamizhDiy Naveen I have software failure
@teckycloud2642
@teckycloud2642 5 лет назад
TamizhDiy Naveen now I am clear and complete the project
@amirulhazeiq8997
@amirulhazeiq8997 5 лет назад
i encounter the same issue.. how you solve it?
@tamizhdiynaveen1354
@tamizhdiynaveen1354 5 лет назад
@@amirulhazeiq8997, connect in other usb ports
@window.location
@window.location 5 лет назад
He says 9600 bits per second Which is actually wrong It baud rate and it not measured in bits Baud rate = symbols per second
@tamizhdiynaveen1354
@tamizhdiynaveen1354 5 лет назад
Yeah, it's right. But we use 9600 baud rate(i.e maximum 9600 bits per second can be transferred) for effective communication between Arduino and nodemcu.
@window.location
@window.location 5 лет назад
@@tamizhdiynaveen1354 i don't think 9600 is perfect for communication b/w node and Arduino there is more rate available but it is another mater I am saying there's a lot of difference b/w bit rate and baud rate And u are arguing once again bit and baud are same which makes no sense plz Google first Search bit rate vs baud rate
@N19wayne
@N19wayne 5 лет назад
Thank for your guild, it's very helpful. :D...!
@timetimes4u186
@timetimes4u186 4 года назад
Not working for me 😑 why?
@jasirjawler7749
@jasirjawler7749 4 года назад
you can only transmit 8 bit data by this method....
@MichelleShum
@MichelleShum 5 лет назад
Thanks for your guide. It's very helpful
@pokpikchan
@pokpikchan Год назад
You need to 3.3V for ESP8266. This is fake
@shadowlessstudios
@shadowlessstudios 3 года назад
why do have to write "s" ? dont get it ??
@2811andi
@2811andi 3 года назад
it dont has to be s. Device A has to send a message to device B to trigger an answer - in this case the message is the character 's'
@koupohroyandredavid2639
@koupohroyandredavid2639 5 лет назад
u saved my life bro
@talhaeroglu4063
@talhaeroglu4063 4 года назад
you are a good guy
@reignydaphne
@reignydaphne Год назад
1:21 😒💩
@mishelenriquebritoherrera9252
@mishelenriquebritoherrera9252 4 года назад
Jaja your English is so bad, your video is Ok
@dhitoca2572
@dhitoca2572 4 года назад
kantul
Далее
Arduino To ESP32: How to Get Started!
9:26
Просмотров 371 тыс.