-
CircuitPython attempts to restart AP mode (`cyw43_arch_enable_ap_mode`) subsequent to its having been previously started (`cyw43_arch_enable_ap_mode`) and stopped (`cyw43_arch_disable_ap_mode`). All s…
-
Running examples/tcpserver, hit this:
```
sfeldma@nuc:~/work/cyw43439$ tinygo flash -monitor -target pico -stack-size=32kb -size short ./examples/tcpserver/
code data bss | flash …
-
Ran into out-of-memory panic when running tcpserver example. Just noticed it when I saw the debug output from a run last night. Here's the debug output I captured:
It's going fine here:
```
s…
-
BOUNTY OVER. ([**READ COMMENT BELOW**](https://github.com/soypat/cyw43439/issues/1#issuecomment-1558527952))
## Scope
The aim of this project is to implement the missing functionality needed to co…
-
`pio-instr-relocate-mem` relocates the jumps, but it still writes the program starting at PIO offset zero rather than at the supplied offset, which overwrites some other program.
To fix it, the line …
-
### CircuitPython version
```python
Adafruit CircuitPython 9.0.0-alpha.6 on 2023-12-12; Raspberry Pi Pico W with rp2040
```
### Code/REPL
```python
import time
import os
import wifi
i…
-
Hi,
I'm using this brilliant library with my Pi Pico W (tried both the RasPi Pico SDK version and the latest version here) with my Pico overclocked to 250MHz. I've got a project that works "just f…
XZCE updated
5 months ago
-
Hello,
I see some strange issue using the WiFi connection on a Raspberry Pico W board, it seems the WiFi connection leaks every some seconds. I'm getting a ping result of -1 in such case, where in no…
-
Using `wget` to request a page from a version of your http-server example adapted for T1S,
I found that at the end of the wget communication a _Closing_ state is entered,
that will result in a pani…
-
Hi @earlephilhower
As you've done so great work for lwIP_CYW43, lwIP_Ethenet and cyw43 WiFi libraries, could you please, when having time, port these libraries :
1. [**lwIP_w5100**](https://g…