-->
Page 2 of 6

Re: UDP send from esp8266

PostPosted: Mon Apr 04, 2016 1:55 pm
by bbx10node
The NTPClient example sends and receives UDP packets.

Also the ESP WiFi classes are compatible with the Arduino WiFi classes. The bottom of the following has links to WiFi UDP class methods.

https://www.arduino.cc/en/Reference/WiFi

Re: UDP send from esp8266

PostPosted: Fri Apr 08, 2016 9:26 am
by mrburnette
stefanB11 wrote:<...>
Anyway, thx for help...maybe you know more, the please tell me, I would thank very much!
greetz, s.


Givemy GPS send examplea look over .... the GPS is serial, I parse the string, and then broadcast it to ESP8266 receivers that are around the house ... currently 3.

I have had the GPS & ESP8266 up in the attic for 6+ months ... never had to touch it even through multiple AC power outages.


Ray

Re: UDP send from esp8266

PostPosted: Thu Jun 16, 2016 3:08 pm
by mitmell
@stefanB11

What solution did you end up going with? I'm trying to solve the same problem. If you could share it that would be great.

Re: UDP send from esp8266

PostPosted: Tue Dec 06, 2016 11:48 am
by BLCKPSTV
I'm also searching for a simple way to send a packet to my pc. Still didn't find any simple example on this.

Did you found out how? :)