-
@ladyada said I should open a ticket here. I'd like to work on TLS support for Ethernet (e.g. Wiznet 5500). I have a great deal of general software development experience, but not a ton of Python, and…
-
M10CUBE format CNC Brakeout Nucleo64
-
Is it possible to add support for the W6100?
I'd like to use IPv6 with WebServerSecure on W6100-EVB-Pico.
The Ethernet Library from Wiznet already supports the W6100 and IPv6, but no Secure Webserve…
-
This project seems to be great, but one thing is not clear reading all these documentation:
- Is this firmware working with a simple [Raspberry Pi Pico](https://www.raspberrypi.com/documentation/mic…
-
Wiznet 5100 module. Hardware page set D0 to output. Reboot. Tools page command line. "GPIO,0,1" turns led on. Command echos in the log. "GPIO,0,0" does nothing. LED stays on. No output in the log…
-
# Problem/Motivation
I am thinking about adding this to the water valve in my cellar. There is thick concrete down there everywhere
which is a problem for a WiFi solution.
## Expected behavior…
-
I would like to use TelnetStream to have an option to have a telnet connection for remote debugging. However, it does not work with [Arduino Core](https://github.com/earlephilhower/arduino-pico). Any …
-
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…
-
- My goal is: Use the W5500 SPI Ethernet chip with the RP2040 and Mongoose via DHCP allocated IP
- My actions were: To build the example provided by Mongoose (https://mongoose.ws/documentation/tutori…
-
The MCU is stuck when doing an Update with a signed binary and using setup1() and loop1() for another task.
Please see my example Code.
I think it gets stuck in Line 275 of Updater.cpp: ` _fp.close(…