-
firmware file name: [v1.19.1-782-g699477d12 (2022-12-20) .uf2](https://micropython.org/resources/firmware/W5500_EVB_PICO-20221220-unstable-v1.19.1-782-g699477d12.uf2)
Board: https://micropython.org/d…
-
` File "/lib/adafruit_wiznet5k/adafruit_wiznet5k_socket.py", line 235, in connect
AssertionError: Error: SSL/TLS is not currently supported by CircuitPython.`
Is there anyone or any plan to add…
-
STM32F411 SD&W5500 Is it possible to have both
auxp updated
7 months ago
-
### CircuitPython version
```python
W5500-EVB-Pico board
adafruit-circuitpython-wiznet_w5500_evb_pico-en_GB-8.0.0-beta.6.uf2
adafruit-circuitpython-bundle-8.x-mpy-20230126
```
### Code/REPL
```…
-
hello, is it possible in server mode to have several client connections ?
-
# Failure Summary
OEDCS Control V1.1 board bring up.
I initially gave this a title of Ethernet Connects For Some Time, Then Fails, Watchdog Timer Resetting DUT.
But on reviewing the data I see t…
-
Dear @emelianov
I am testing example examples/TCP-Ethernet with ESP32 and W5500. I get this errors on compile.
```
/*
ModbusTCP for W5x00 Ethernet library
Basic Server code example
(…
-
sorry about the book. I am just trying to provide as much information as possible.
I am trying to send Pronto IR HEX to my Arduino Mega 2560. As we know the code is huge. as true hex the code i am tr…
-
I want to test Arduino Uno R4 WiFi as webserver using web sockets. Real noob, but did already manage to host an html page using WiFiServer on port 80, and viewing this page via Chrome at local IP 192.…
-
I might need some help.
I try to implement OTA for a project of mine.
The server and all the Ethernet stuff is working.
But if I start to add ArduinoOTA (based on example/BasicOTA), my setup() ha…