-
### Describe the bug
Same or similar behaviour as described in #9
I am using this lib for my Co2 Ampel (see #10) Firmware now
Everything works as expected until the serial monitor of the Arduino…
-
Using the board "Arduino Nano RP2040 Connect" I have two or three questions:
1. to set my own Access-Point SSID and PW - what do I have to do ?
I thought of using the `WiFiManager_NINA->begin(HOS…
-
Thanks for the great work on this library. I have an issue that might not be a bug; in that case it would be a useful feature i think.
When the configured WiFi network becomes unavailable, retries…
-
Hello!
I saw in the Nano RP2040 Connect documentation that the **ST LSM6DSOXTR** has an embedded temperature sensor. The Arduino library does not allow access to its value for the moment. Could it …
-
Am trying to get the larger SparkFun 16x2 SerLCD Qwiic display https://www.sparkfun.com/products/16396 to work with CIrcuitPython running on an Arduino Nano RP2040 Connect (other displays, such as the…
-
Hi Guys,
any chance to get a Arduino Nano Connect RP2040 ... setup as the BLE version is not working for this board as expected?
All the Best
Mike
-
### Describe the bug
Good morning! I tried to make the built-in RGB LEDs of the Nano RP2040 Connect blink with interrupts (both hardware and ISR_based). It results in the board crashing.
Rather …
-
The 2040 has a lot more interrupt functionality built-in, which is handy, but I have a fairly large project already in place that uses this library on a "regular" Nano and would like to swap out to us…
-
Per
https://github.com/arduino/ArduinoCore-mbed/blob/52f7f1583b29bb35811ab71b9b2fd3498b7eed99/variants/NANO_RP2040_CONNECT/linker_script.ld#L1-L7
this board has 2MByte flash. but if I look at Ea…
-
I could connect [OV2640 SPI](https://www.arducam.com/docs/pico/arducam-camera-module-for-raspberry-pi-pico/spi-camera-for-raspberry-pi-pico/#73-how-to-access-camera-using-python) to Arduino Nano RP204…