Skip to content

UDP #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Smart-Dragon opened this issue Jul 26, 2015 · 4 comments
Closed

UDP #35

Smart-Dragon opened this issue Jul 26, 2015 · 4 comments

Comments

@Smart-Dragon
Copy link

Help me, please!
Code in standart WiFi Arduino module for UDP:

void setup() {
...
Udp.begin(localPort);
}
void loop() {

// if there's data available, read a packet
int packetSize = Udp.parsePacket();
if (packetSize){ ... }

}

How to use your library to listen UDP packets to a specific port?

@a-andreyev
Copy link

first of all you should specify what's the version of the firmware flashed on you esp8266 module

@Smart-Dragon
Copy link
Author

FW Version:AT version:0.25.0.0(Jun 5 2015 16:27:16)
SDK version:1.1.1
Ai-Thinker Technology Co. Ltd.
Jun 5 2015 23:07:20

@a-andreyev
Copy link

I would recommend to try my fork #32 for the AT commands version higher than v0.22 for apropriate UDP support (https://github.com/semiotproject/ITEADLIB_Arduino_WeeESP8266)
You could try something like in the .../examples/.../UDPClientSingle.ino with this implementation to get UDP server working.
Good luck :)

@Smart-Dragon
Copy link
Author

Everything works! Thanks!

@cszp17 cszp17 closed this as completed Aug 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants