-
Currently, we have the charging port and sensor package assembled for the liquid color matching demo. It is necessary to test the performance of the AS7341 color sensor for detecting liquid dye in a w…
-
Using https://www.waveshare.com/wiki/Pico-2CH-RS232 and [US Solid 3kg scale](https://www.amazon.ca/U-S-Solid-Electronic-AC100V-240V-Measurement/dp/B09X12DCNG/)
EDIT: one Pico-2CH-RS232 is available…
-
Various RPIs bundles different WiFi capabilities. At least for the models with on-chip WiFi, it would be good to detect the model and adjust the WiFi (AP configuration mostly) settings to make use of …
-
Wifi support in Pico W could use different methods depending on the users choice, polling or background threadsafe. We could probably do with something to describe the thinking behind this. The latest…
-
With the new PicoW release last week, this seems like an ideal time to upgrade this logic analyser. Since the WiFi chip uses SPI for communication, I guess it is going to be faster than the USB serial…
-
Find usable technologies for implementation.
-
CMakeLists.txt refers to a PIO file that is not included in the repository: sd_spi.pio
Is this file needed?
Commenting out the reference seemed to allow library to compile at least:
```
diff …
tjko updated
8 months ago
-
Trying to sort out an issue w/ the `sleep` examples, I began to wonder if I was compiling for the correct board. The "correct board" for me is the Pico 1/RP2040. However, when I use `BOOTSEL` and moun…
-
**nanoFramework area:** Hardware/target board
Just saw on the news that there's a new Raspberry Pi Pico board - and from a quick comparison with other boards here, it seems to be powerful enough to…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.0.1 on 2024-03-27; Raspberry Pi Pico W with rp2040
```
### Code/REPL
```python
#code.py (provided by anecdata in the discord)…