-
When running the example 'ble_bonding_peripheral.py' on the PICO-W the `BLE.config` method (line 70) gives `ValueError: unknown config param`. This error is repeated for all the pairing parameters. G…
-
Hi,
if I compile it with PICO_BOARD=pico, I'm getting the following error:
Fatal error: lwip/tcp.h: No such file or directory
The code should be compatible with the Pico too, not only with th…
-
**Describe the problem you have/What new integration you would like**
Please consider adding platform support for the new RP2350 MCU and their official Raspberry Pi Pico 2 development board. …
Hedda updated
3 months ago
-
I included all files to my micropython build on a pi pico w and I am getting this error :
Connecting to Anvil...
Exception in uplink reconnection loop:
Traceback (most recent call last):
File…
-
Got the below message error message .
gcc --version
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.9) 5.4.0 20160609
`gcc -c -I/build/include -Iinclude -Imodules -DPICO_COMPILE_TIME=`date +%s` -Wall -W -…
janus updated
6 years ago
-
I am working with a Raspberry Pi Pico W and am following Miguel Grinberg's _Micropython for the Raspberry Pico W_. I created a virtual environment and installed both MicroPython and `rshell`. I connec…
-
Hello!
I'm trying to use this repository, but when I go to do the
cmake -DPICO_BOARD=pico_w -DPICO_SDK_PATH=/your/path/to/pico-sdk ../
command as in the instructions, I keep getting an error.
…
-
Starting to explore how to exploit a WizFi360-EVB-Pico using microPython
[https://docs.wiznet.io/Product/Open-Source-Hardware/wizfi360-evb-pico](https://docs.wiznet.io/Product/Open-Source-Hardware/…
-
I compiled sigrok and pulseview based on your fork. Everything is working great, except that I've noticed that I get crashes after renaming channels. For example, I open pulseview with this command:
…
-
I was recently interested to build static and shared library versions of the `micropython/examples/embedding` case using cmake and I managed to get it roughly done ( see this [public repo](https://git…