We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a883085 commit 5c47583Copy full SHA for 5c47583
libraries/WiFiS3/examples/WiFiPagerServer/WiFiPagerServer.ino
@@ -5,6 +5,22 @@
5
messages to all connected clients. Connect two or more
6
telnet sessions to see how server.available() and
7
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
24
*/
25
26
#include <WiFiS3.h>
0 commit comments