-
With today's [nightly build](https://micropython.org/resources/firmware/ARDUINO_NANO_RP2040_CONNECT-20220708-unstable-v1.19.1-113-g9af6a275d.uf2) this occurs
```
MPY: soft reboot
MicroPython v1.19.…
-
## Bug Report
### Current behavior
`./arduino-fwuploader firmware flash -b arduino:mbed_nano:nanorp2040connect -a /dev/ttyACM0 -m NINA@1.4.8 --retries 2 -v --log-level trace
`
Flashing of sket…
-
I am having issues with the IMU not passing the setup. I isolated the issue to this portion. as shown below. I created the error IMU_HW_ERROR6 as this is where my code stops. I'm not sure what portion…
-
## Issue template
I'd like to share a workaround for micro-ros_publisher_wifi example hanging after 90 seconds.
- Hardware description: a ESP32-WROOM-32 board connected to a Docker
- RTOS: Arduin…
-
**Describe the bug**
I'm working on a code sample to utilize the IoT Hub device twin, where the first step is to request the device twin from cloud to device. After the request is sent, there is no…
-
On stm32, it's quite useful to be able to interrupt startup to put the device into safe mode, format the filesystem, or enter the bootloader. On pyboard for example, this is the USR button.
Many rp…
jimmo updated
2 years ago
-
### Describe the problem
If I have a sketch with compiler errors, as a user of the CLI, I would expect the order of the errors is deterministic. It does not.
### To reproduce
[Errors.zip](https:/…
-
platform.io file
```
[env:nanorp2040connect]
platform = raspberrypi
board = nanorp2040connect
framework = arduino
monitor_speed = 115200
lib_deps =
ryokosaka/Hello Drum@^0.7.7
adafruit/Ada…
-
If I don't specify upload port, I get an error message:
```
Processing pico (platform: raspberrypi; board: pico; framework: arduino)
----------------------------------------------------------------…
-
I was using the Arduino Nano RP2040 Connect and trying to use the SdFat library with IrRemote.
This problem was continuously popping in my output as the #define F in the SysCall.h file conflicted wit…