-
Hello there! Thanks for creating all these libraries for the pico-w. I'm very new to tinygo so feel free to point me somewhere else if I'm just overlooking something.
I'm trying to use soypat/cyw43…
-
Add support for Raspberry pi pico W it has [CYW43439](https://www.infineon.com/cms/en/product/wireless-connectivity/airoc-wi-fi-plus-bluetooth-combos/wi-fi-4-802.11n/cyw43439/)
-
### Question
I have a program that escapes variables which should not be escaped to heap. When I try to build an MWE I'm surprised how edge casey the escape condition seems. What could be causing thi…
-
**Question/Issue**:
We are facing issue to interface Type 1YN (CYW43439) with STM32H7 MCU.
**Context**
I am developing an application using Wi-Fi. I am facing one issue to initialise WCM. (cy…
-
**Describe the bug**
When defining `ENABLE_GATT_FIND_INFORMATION_FOR_CCC_DISCOVERY`, btstack does not compile due to `gatt_client_t` not having the `gatt_client_state` struct member.
**To Reprod…
-
Setting `WL_GPIO 2` to `Low` beforehand improves the behaviour of Pico W.
```diff
cyw43_arch_init();
+ cyw43_arch_gpio_put(2, 0);
```
CYW43439's `WL_GPIO 2` is connected to the **VBUS**…
oyama updated
6 months ago
-
I'm filing an issue against the CYW43439 reported by a user on the BTstack mailing list.
When ENABLE_LE_DATA_LENGTH_EXTENSION is added to the btstack_config.h, BTstack will enable DLE by sending a …
-
Values greater than approx. 100 ms are unreliable for connectable unidirected advertisements, ex. 150 ms equals more likely to 800 ms, 1280 ms - 6500 ms (with high variations). Non-connectable unidire…
-
As title suggests, a TCPListener connection resource is lost on a correct RST receive due to how initiating SYN packets are handled. This bug yields the following characteristic log messages (if your …
-
Running examples/tcpserver/main.go in soypat/cyw43439, I get a Wifi connection to my test router TP-Link AC1750, but no DHCP IP is given.
```
sfeldma@nuc:~/work/cyw43439$ tinygo flash -target=pico…