arduino / arduino/ArduinoCore-mbed
RP2040 Connect board has faulty components in newest purchase
- Dominant language
- C
- Stars
- 411
- Forks
- 225
- PR merge metrics
- No merged PRs in 30d
Description
Using 8 out of the box new `Arduino Nano RP2040 Connect` boards, I have a problem with all of them concerning the library [WiFiManager_NINA_Lite](https://github.com/khoih-prog/WiFiManager_NINA_Lite).
Two months ago I already purchased an `Arduino Nano RP2040 Connect` board - and this one works nicely with the above library.
Now I think that there is a different Flash-memory component (or other) on the newly purchased faulty boards.
I am already in contact with Arduino Store to return those 8 faulty boards.
But maybe somebody from the ArduinoCore-mbed team has an idea what is going on.
Running the following default-Example I get the following Error message:
--> Example --> WiFiManager_NINA_Lite --> RP2040_WIFININA :
```
Starting RP2040_WiFiNINA on MBED NANO_RP2040_CONNECT
WiFiManager_NINA_Lite v1.4.0
[WN] Hostname=RP2040-Master-Controller
LittleFS size (KB) = 64
LittleFS Mount Fail
Formatting...
```
Or running the following two default-Examples I get the same Error message:
--> Example --> LittleFS_Mbed_RP2040 --> LittleFS_Counting
```
Start LittleFS_Counting on Nano RP2040 Connect
LittleFS_Mbed_RP2040 v1.0.2
[LFS] LittleFS size (KB) = 64
[LFS] LittleFS Mount Fail
[LFS] Formatting...
```
or respectively,
--> Example --> LittleFS_Mbed_RP2040 --> LittleFS_Test
```
Start LittleFS_Test on Nano RP2040 Connect
LittleFS_Mbed_RP2040 v1.0.2
[LFS] LittleFS size (KB) = 64
[LFS] LittleFS Mount Fail
[LFS] Formatting...
```
So same behaviour for every Example **"LittleFS Mount Fail"**
-------------------------------------------
Here is my config:
I install the Arduino Mbed OS Nano Boards (v2.4.1) :
I installed the following Arduino libraries:

The selected Board is the Arduino Mbed OS Nano Boards-->Arduino Nano RP2040 Connect
(as the official Arduino install instructions for this board type suggest)

Then I updated the Firmware to version: `NINA firmware (1.4.8) (Arduino Nano RP2040 Connect)`

I installed the following Arduino libraries:

and

I use the newest Arduino IDE (hourly build from yesterday) - but also the official release Arduino IDE 1.8.16 does not work.

Below are images of the old purchase board and one image of the new batch of boards. They are in a terrible state ! (and I already complained at the official Arduino Store to sell such awfully looking boards). The RP2040 is supposed to be a shiny example of IOT !
First the 2-month old working board:

And here one of the 8 awfully looking new boards that do not work !

Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the failure with the WiFiManager_NINA_Lite RP2040_WIFININA example and the LittleFS_Mbed_RP2040 LittleFS_Counting and LittleFS_Test examples. Compare the working older board with the newer boards using the reported configuration and logs. Done means identifying whether the failure is caused by the board components or the software configuration, with a reproducible conclusion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- arduino, c
- Domain
- embedded-iot
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100