-
I'm starting with a project I wrote with Arduino IDE in Linux Mint I'm porting - going from non-wifi Arduino environment to RPi Pico W in hopes of enhancing the way continuous real-time data will be s…
-
### CircuitPython version
```python
Adafruit CircuitPython 8.0.0-beta.2-9-g5192082e6 on 2022-10-16; Raspberry Pi Pico W with rp2040
Board ID:raspberry_pi_pico_w
```
### Code/REPL
```python
import…
-
For example
https://github.com/raspberrypi/pico-examples/blob/master/pico_w/picow_wifi_scan
gives 404 error
https://github.com/raspberrypi/pico-examples/tree/master/pico_w/wifi_scan
or
https://…
-
### CircuitPython version
```python
Adafruit CircuitPython 8.0.0-beta.1-13-ge0517c737 on 2022-10-06; Raspberry Pi Pico W with rp2040
```
### Code/REPL
```python
Adafruit CircuitPython 8.…
-
When trying to compile the program ntp-client of pico examples with the Arduino IDE and after few adaptations to allow for that (comment stdio_init_all() and a couple of castings as well as introduce …
-
Hi, First of all, Thank you for this project.
When I call WiFi.softAPConfig after calling WiFi.begin, DNS not works, and softAP ip is not correct.
If you need more information please let me know.
…
-
### Describe the bug
While testing the Async_AdvancedWebServer.ino example,
it has been seen that while accessing the target using Firefox 104.0.2 (64-bit) from a Windows 10 laptop, that the progr…
-
If I attempted to load just config, without mqtt_as to get to blue_led for example. But mqtt_as is still imported? And the following error results:
Traceback (most recent call last):
File "", …
-
After updating the pico-sdk to the latest version (to use the pico w) by running `git pull` I tried to compile a simple example to see if everything worked. And it didn't. Any time I try to include fo…
-
The default behaviour for me was to not find FreeRTOS.h
D:/dev/rpi/pico-examples/pico_w/freertos/iperf/picow_freertos_iperf.c:14:10: fatal error: FreeRTOS.h: No such file or directory
14 | #inc…