-
Generate data on pico w. train and test data on weka
-
After pulling the newest version of this repo the example "wifi_webrequest.rs" for the pi pico w no longer properly makes the webrequest and fails to make it both as an https and http request. Sadly I…
-
Hi,
I tried to compile picoprobe for the pico w. Anyways, the pins for LED and SWD have changed on the pico w. Is there already a common solution for this? Else I would change the picoprobe source …
-
Using a very simple web server on the Pico_W, running it once works fine. Running it a second time throws an address in use error. The only way to reset the system is to remove power. Stopping the dev…
-
Hi, I'd like to ask if a new release of `embassy-net` is planned, the current example for a webrequest on the rp pico w no longer compiles with the crates.io release, due to missing trait impls.
-
### Port, board and/or hardware
Raspberry Pi Pico WH
### MicroPython version
MicroPython v1.24.0 on 2024-10-25; Raspberry Pi Pico W with RP2040
### Reproduction
Attempt following code, both w…
-
Can this work on raspberry Pico w?
-
> Please provide a clear and concise description of the bug along with logs
my vscode project directory:
```
.
├── ESP32_GENERIC_C3-20240105-v1.22.1.bin
├── .micropico
├── README.md
├── src…
-
I2C: 16bit EEPROM adresses are split on the SECOND read
Hi Jeremy,
I spent some time investigating my code and could not find the problem.
Then I came back to your code and adjusted it a little b…
-
### Port, board and/or hardware
Raspberry Pi Pico W
### MicroPython version
MicroPython v1.23.0 on 2024-06-02; Raspberry Pi Pico W with RP2040
### Reproduction
```
import network
im…