Read sensors with atmega2560 and send to ESP? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Read sensors with atmega2560 and send to ESP?

I need to read 4 sensors with atmega 2560 and send to ESP8266 . Store data on the ESP display on web interface and tell to atmega which outputs switch on or off Everything in fine I just need send the data between them . Any idea how to solve it , will be helpful. C++ or other?

30th Apr 2018, 1:56 PM
Paula Silva
Paula Silva - avatar
5 Answers
+ 1
Why dont you just use an Esp without the At Mega ? You can use a serial line between them but dont see why you need the at mega.
30th Apr 2018, 3:08 PM
VcC
VcC - avatar
+ 1
google wiring esp atmega and look at the first result on google image...
30th Apr 2018, 5:13 PM
VcC
VcC - avatar
0
Is how the hardware engineer connect the sensors, now I have to deal with it 🤷🏼‍♀️
30th Apr 2018, 4:08 PM
Paula Silva
Paula Silva - avatar
0
google connecting esp to atmega.
30th Apr 2018, 4:10 PM
VcC
VcC - avatar
0
I already did it but most of the information is for AT command
30th Apr 2018, 4:12 PM
Paula Silva
Paula Silva - avatar