Skip to content

Commit 5c47583

Browse files
committed
Add relevant information for using this example.
1 parent a883085 commit 5c47583

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: libraries/WiFiS3/examples/WiFiPagerServer/WiFiPagerServer.ino

+16
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55
messages to all connected clients. Connect two or more
66
telnet sessions to see how server.available() and
77
server.print() work.
8+
9+
You may need to update the firwmare on your WiFi module.
10+
Download the files and follow the instructions from
11+
https://github.com/arduino/uno-r4-wifi-usb-bridge/releases/tag/0.3.0 .
12+
13+
Run a nmap scan or check the output of this sketch to obtain
14+
the IP given to your DHCP server to this sketch, i.e.
15+
16+
Nmap scan report for esp32s3-C4E524 (192.168.8.161)
17+
Host is up (0.012s latency).
18+
Not shown: 999 closed ports
19+
PORT STATE SERVICE
20+
23/tcp open telnet
21+
22+
Connect via telnet (at least twice):
23+
telnet 192.168.8.161
824
*/
925

1026
#include <WiFiS3.h>

0 commit comments

Comments
 (0)