-->
Page 6 of 6

Re: UDP Server Example

PostPosted: Tue Mar 01, 2016 7:00 am
by rezjat
gerardwr wrote:
rezjat wrote:Hi, one question, when you upload the sketch, do you upload it to Arduino or to ESP6288? Wich boar do you use to upload?

To a standard Esp8266-12 board.


Thanks a lot for your help. I managed to make it work. Regards!

Re: UDP Server Example

PostPosted: Sat Mar 05, 2016 5:40 am
by ramsbod
When I compile your code I get the following error:

UdpServer:50: error: 'printWifiStatus' was not declared in this scope

printWifiStatus();

'printWifiStatus' was not declared in this scope

I have checked that this procedure is defined at the bottom of the code

Re: UDP Server Example

PostPosted: Tue Aug 02, 2016 9:39 am
by juan22
As is the maximum data transfer in a udp communication with the esp8266 -12

Re: UDP Server Example

PostPosted: Tue Aug 02, 2016 7:12 pm
by rudy
ramsbod wrote:When I compile your code I get the following error:

UdpServer:50: error: 'printWifiStatus' was not declared in this scope

printWifiStatus();

'printWifiStatus' was not declared in this scope

I have checked that this procedure is defined at the bottom of the code


Declare it at the top, or put the routine above the call to it.