Page 1 of 1

ESP Easy and Arduino serial Link

Posted: 27 Feb 2018, 15:36
by tango156157
Hello, I have recently started using ESP Easy and it's an excellent piece of code. I need the forum's help and guidance on interfacing an Arduino (which has a Analog Sensor attached)
broadcasting Analog data over Serial link connected to an ESP8266 module running ESP Easy. I see that there is an option of setting up a Serial Server device in ESP Easy.
How do i move forward with linking the Arduino and ESP module to say Broadcast data to Thingspeak or my Local Controller (Domoticz)?

Many Thanks and do excuse for asking a newbie question :-)

Re: ESP Easy and Arduino serial Link

Posted: 27 Feb 2018, 16:14
by toffel969
Hi

Check this out:

http://www.letscontrolit.com/forum/view ... f=2&t=4884

This could be a way.

Just another question, why don' t you use the ADC of the ESP directly?

Re: ESP Easy and Arduino serial Link

Posted: 27 Feb 2018, 17:10
by tango156157
Thanks @toffel969 for guiding in right direction. I have the Arduino running an Analog sensor and doing some complicated data manipulations. I just want to transmit the final
computed value at Arduino side to the outside world via ESP8266...