Skip to content
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

Sending string message to server via AP #60

Open
RomanMedvedev opened this issue Aug 29, 2018 · 1 comment
Open

Sending string message to server via AP #60

RomanMedvedev opened this issue Aug 29, 2018 · 1 comment

Comments

@RomanMedvedev
Copy link

How can I send string messge to the server: example.com:8080 via AP on my mobile phone?

Can I use this code?
wifi.connectToAP("myaccesspoint", "password123");
wifi.connectToServer("example.com", "8080");
wifi.send("example.com", "Hello World!");

@RomanMedvedev
Copy link
Author

AT+CWJAP="ipxone","87654321"

OK
AT+CIFSR

192.168.4.1
172.20.10.6

OK
AT+CIPSTART=4,"TCP","google.com",80

Link typ ERROR

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

1 participant