-
Hello,
Is the textwrap module in the library usable on MicroPython 1.19.1 nightly?
This error comes up when loading up textwrap.py of Micropython-3.4.2.post1
Line 83:
**Traceback (most rec…
-
### CircuitPython version
```python
Adafruit CircuitPython 0.8.0-beta1; Raspberry Pi Pico W
```
### Code/REPL
```python
"""
Based on https://gist.github.com/sammachin/b67cc4f395265bccd9…
-
I was trying to use the WiFi lib and the Adafruit TinyUSB lib together as such:
```C++
#include "WiFi.h"
#include "SdFat.h"
```
During compilation, the IDE(both Arduino&PlatformIO) gives:
```
…
-
I have been naively trying to use a **PICO W** for my picoprobe. However, it does not appear to work properly.
See below for detailed error messages.
I did some investigating and found the followi…
-
Posting this as a separate issue as a placeholder to document and resolve configuration related matters...
Problem statement: In the following use case, an access controller is placed in a difficu…
-
### Operating System
MacOS
### IDE version
PlatformIO(Core.6.1.4)
### Board
Pi Pico W
### BSP version
Arduino-pico 2.3.3
### SPIFlash Library version
latest
### Sketch as attached file if no…
-
Micropython only knows model of Pico by which firmware is installed? I tested this, and it is true, you can load non-wifi image on a Pico W, and a Pico W image to Pico (original). And the query of m…
-
good up to this point:
1. create build directory (mkdir build)
2. cd build
3. cmake ..
4. then other make examples seem to be ok (e.g. hello_world or blink)
5. however make in picow directory doe…
-
Sort of an IoT "Hello, World!" example using microdot and Pico W, similar to:
- https://www.raspberrypi.com/news/how-to-run-a-webserver-on-raspberry-pi-pico-w/
- https://github.com/recantha/PicoTemp…
-
When trying to compile the program ntp-client 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 setup() and loop(…