-
[EDIT]
It wasn't obvious to me that to run the demos I had to run micropython rather than CPython. However, correcting this I still had problems.
I had this outcome with nano_gui_simpletest:
```p…
-
Up until now most of the testing and benchmarking has been done on the development machine. Each time I've tried to use e-g on real hardware I quickly discovered problems with performance and/or code …
-
### Checks
- [X] I agree to follow the MicroPython [Code of Conduct](https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md) to ensure a safe and respectful space for everyone.
- [X…
-
On the [IoT Smart Garden Setup with Nano RP2040 Connect](https://docs.arduino.cc/tutorials/plant-watering-kit/iot-smart-garden-setup-with-nanorp2040/#hardware--software-needed) tutorial the link for t…
-
IDF version: `ESP-IDF v5.4-dev-610-g003f3bb5dc`
I have managed to flash the `button` and `esp32_rp2040_comm` examples without any problems. I've also managed to run `console`, including connecting …
-
Upon installing the Arduino IDE 2.3.1 release, my Adafruit Feather RP2040 RFM69 lost its I2C capabilities. However, CircuitPython still communicates with my I2C peripherals as expected. I observed t…
-
MicroPython v1.22.1 on 2024-01-05; Raspberry Pi Pico W with RP2040
This error occurs as part of a BLE central implementation. I'm using the BLE class direct rather than the aioble library.
Follo…
-
Verson 1.6.1
I have several MCUs with all the libraries on the MCU. When I ran version 1.6.1:
WARNINGS were issued saying typing_extensions and pyansi were not found as part of the dependencies…
-
Hi,
I'm trying to use this lib with a Arduino Nano 33 BLE sense rev2.
I'm quite new to this. I used the include #include because that's what this board is using. I compiled ok but impossible to…
-
Ive been experimenting with your library and a X27 motor. And it seems like the results of zero() are unpredictable. The motor can come to a "zero" at various places. I have looked at the code for …