File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 5
5
messages to all connected clients. Connect two or more
6
6
telnet sessions to see how server.available() and
7
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
8
24
*/
9
25
10
26
#include < WiFiS3.h>
You can’t perform that action at this time.
0 commit comments