-
How to debug an Arduino program with the Segger J-Link?
- Core: Arduino Mbed OS RP2040 Boards
- Board: Pico RP2040 board
- Option: `-g3 -ggdb`
- Programmer: Segger J-Link
The mbed RTOS plug-…
-
@facchinm we have the following code which compiles fine against the nRF52 core (Arduino nRF528x Boards (Mbed OS) v1.1.4), but not against Portenta H7 (M7 core) (Arduino mbed-enabled Boards v1.2.0). I…
-
- [ ] Update pins to match the design/instructions for the first car to use a pico
- [ ] update documentation for the pins the pico uses
-
Hi,
Set up a spare Raspberry PI Pico as a Picoprobe (as described in https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf Chapter A) and tried to upload a sketch using a programmer…
-
I am using Mistry's Arduino core and a custom nRF52 dev board and I tried to compile one of the simple timed low power examples and I am getting a couple of compile errors:
```text
C:\Users\kris\A…
-
BSP: Arduino MBed OS Giga boards v4.0.10
Board: Giga R1
Arduino IDE: 2.2.1
Sample sketch:
```c
void setup() {
Serial.begin(9600);
while (!Serial) { }
// Attach A0 to 3.3V through a 2…
-
```text
WARNING: library ArduinoRS485 claims to run on samd, mbed_portenta, mbed_opta architecture(s) and may be incompatible with your current board which runs on renesas_uno architecture(s).
WARNI…
-
Hi, I'm using a Waveshare BLE400 board and I noticed an abnormal power usage compiling with arduino.
I'm using the blue thermometer example and I got a 4mA if compiling with arduino but a similar e…
-
Hi, I noticed this takes an `nsapi_event_t status` param but it is not used, why is this? Doesn't seem like this is needed here?
https://github.com/arduino/ArduinoCore-mbed/blob/ac7d14eb8404ad9c396…
-
When I include the library in Arduino IDE, and compile for the Arduino Nano 33 BLE/BLE Sense boards, I get some errors due to `D1` and `D2` being #define-d in `pins_arduino.h`, from the built-in Ardui…