-->
Page 2 of 4

Re: incompatible types in assignment of 'int' to 'String [10

PostPosted: Wed Apr 27, 2016 8:06 am
by martinayotte
Maybe you need to revise your wiring. Do you have a scope or a logic analyser to see the signals ?

Beware that connecting UNO with ESP, if conections are TX/TX and RX/RX or TX/RX and RX/TX, both are different scenarios : one is connecting the ESP to USB while the other is connecting ESP to ATMega328, you can NOT have both at the same time.

About the code I've provided, I'm using it for Telnet Server on ESP since almost 18 months, so it has been tested a lot ;)

Re: incompatible types in assignment of 'int' to 'String [10

PostPosted: Thu Apr 28, 2016 1:16 am
by Mohammed Ubaid
How do i write data to my esp8266 RX..?

through arduino's "Serial" or "Serial1"?

Re: incompatible types in assignment of 'int' to 'String [10

PostPosted: Thu Apr 28, 2016 1:29 am
by Mohammed Ubaid
Thank you Mr.Martin,

So I am to understand that unplug the USB cable and power my esp and arduino from a independent power source..?

Also what are the limits for voltage and current I am supposed to look for on my esp8266 RX channel?
to make sure data is being written.

Re: incompatible types in assignment of 'int' to 'String [10

PostPosted: Thu Apr 28, 2016 1:35 am
by Mohammed Ubaid
And if i do disconnect my esp8266 serial monitor.. so as to let it connect to arduino..!
How do i know if data is being received?