-
I'm getting some quite good results with my Arduino BLE setup (I'm using the more expensive, PARA BLE module with onboard antenna, which I've soldered into my TX16S), but even after playing around wit…
-
With this test program:
````
void setup() {
Serial.begin(9600);
}
void loop (void) {
if (Serial.available()) Serial.print((char)Serial.read());
}
````
if you repeatedly paste this 62-ch…
-
Therefore there is an error when compiling.
The authors of the RP2040 core try to justify the lack. It's just ridiculous!
-
### CircuitPython version
```python
Adafruit CircuitPython 7.0.0 on 2021-09-20; Raspberry Pi Pico with rp2040
Board ID:raspberry_pi_pico
boot.py output:
Write to Flash : False
Write to SD Card…
-
Looking at this great core, I don't see an obvious way of putting the RP2040 in to SPI slave mode. Am I missing something or is this not yet implemented?
-
Currently, PlatformIO only seems to support `cmsis-dap and raspberry-swd` debug options. `jlink` and `stlink` do not appear to be supported.
`SEGGER` have updated their J-Link probe firmware to sup…
-
**Description of the problem**
When trying to upload to the Arduino Nano RP2040 Connect using the Arduino IDE under Linux, the microcontroller is reset and shows up as a memory device as it should. H…
-
I am trying to send an image from a Portenta H7 board to a PC but getting *‘module’ object has no attribute ‘WINC’* error. It is related to rpc.py library. The full error is mentioned below.
File “…
-
IMHO, everybody loves to have **LittleFS** support for Nano_RP2040_Connect as well as other Arduino RP2040-based boards.
LittleFS has been supported in other [**RP2040 arduino-pico core**](https://…
-
With then new update of newlib, running tock with applications fails on cortex-m0+ devices (Raspberry Pi, Arduino Nano RP 2040 Connect). This is the fault output:
EDIT: Using the old libc.a binary …