-
I was recently interested to build static and shared library versions of the `micropython/examples/embedding` case using cmake and I managed to get it roughly done ( see this [public repo](https://git…
-
I'm currently working with the [Wiznet W5500-EVB-PICO](https://www.wiznet.io/product-item/w5500-evb-pico/). For those who aren't familiar, it's essentially a Raspberry Pi Pico and a [Wiznet Ethernet H…
-
I have a trouble with making requests to telegram bot API using urequests.
`urequests.post("https://api.telegram.org/bot" + botToken + "/sendMessage?chat_id=" + str(chatId) + "&text=" + text)`
I ha…
-
# Problem with ArduinoOTA Firmware Updates on Pico W
I'm running into an issue with firmware updates. Here's what's going on:
I'm using ArduinoOTA for updates, and I've also got LittleFS in the for …
-
The module turns on and I am able to receive an address via DHCP but when I try to initialize a UDP socket to transmit a broadcast package I received an error:
>[code]>> import socket
>>> socket.S…
-
Hi,
I am testing the W5x00_ftp_server.c in a W5100S-EVB-Pico, and I can't upload files to the FTP Server or edit the ones that exists there.
![directorios](https://github.com/Wiznet/RP2040-HAT-C/…
-
I find the download_instructions button to be incredibly useful, so here is a list of all boards without the link enabled.
List requested by limor so we can backfill boards that already have good …
-
I want an example to be added to the Adafruit_wiznet5k library.
Is it possible to upload the Adafruit library as in the examples on Wiznet's github?
For your information, they are based on Adafruit'…
-
The HTTP_Client.py file works well for the URL which is initially written in the file but not working for any other URLs.
-
### Port, board and/or hardware
W5500-EVB-PICO
### MicroPython version
MicroPython v1.23.0 on 2024-06-02; W5500-EVB-Pico with RP2040
### Reproduction
Master Code running on a PC:
```
import s…