Just receive Arduino Nano RP2040 Connect:
Install Nano RP2040 Connect to Arduino IDE and fix "An error occurred while uploading the sketch":
Install Arduino Nano RP2040 Connect board to Arduino IDE.
- Open Board Manager in Arduino IDE.
- Search and install Arduino Mbed OS Nano Boards by Arduino. It's version
2.1.0 currently.
- Once installed, Arduino Mbed OS Nano Boards > Arduino Nano RP2040
Connect will available in board selection list.
If you have XIAO BLE Sense also, check Remark on "Arduino Nano RP2040 Connect" of "Arduino Mbed OS Boards" vs "Arduino Mbed OS Nano Boards".
Fix "An error occurred while uploading the sketch".
In my case on Raspberry Pi, sketch cannot be uploaded; with "An error
occurred while uploading the sketch".
To fix it:
- Switch to mbed_rp2040 installed folder:
/home/pi/.arduino15/packages/arduino/hardware/mbed_rp2040/2.1.0
- Run post_install.sh:
$ sudo ./post_install.sh
- Then, you can upload the sketch again.
More exercise:
~ read onboard LSM6DSOX IMU module (accelerometer and gyroscope)
~ control onboard RGB LED
~ Raspberry Pi/Python BLE Central + Arduino Nano RP2040 Connect BLE Peripheral
~ ArduinoBLE exercise, act as BLE Peripheral
~ BLE Communication between Nano RP2040 Connect (Peripheral) and ESP32 (Central), in Arduino framework
~ Arduino Nano RP2040 Connect + ILI9341 SPI TFT, using adafruit_ILI9341 library
~ UDP communication between Raspberry Pi/Python and Arduino Nano RP2040 Connect
~ Arduino Nano RP2040 Connect (Arduino Framework) + ST7789 SPI LCD, using Adafruit ST7735 and ST7789 Library
~ SPI pins in Arduino Nano RP2040 Connect
~ Arduino Nano RP2040 Connect + ST7735 SPI TFT with SD Card, read and display bitmap - hardware SPI
~ Arduino Nano RP2040 Connect generate QR Code and display on ST7735 TFT - software SPI
~ Raspberry Pi/Python BLE Central + Arduino Nano RP2040 Connect BLE Peripheral
~ ArduinoBLE exercise, act as BLE Peripheral
~ BLE Communication between Nano RP2040 Connect (Peripheral) and ESP32 (Central), in Arduino framework
~ Arduino Nano RP2040 Connect + ILI9341 SPI TFT, using adafruit_ILI9341 library
~ UDP communication between Raspberry Pi/Python and Arduino Nano RP2040 Connect
~ Arduino Nano RP2040 Connect (Arduino Framework) + ST7789 SPI LCD, using Adafruit ST7735 and ST7789 Library
~ SPI pins in Arduino Nano RP2040 Connect
~ Arduino Nano RP2040 Connect + ST7735 SPI TFT with SD Card, read and display bitmap - hardware SPI
~ Arduino Nano RP2040 Connect generate QR Code and display on ST7735 TFT - software SPI
No comments:
Post a Comment