Arduino In-circuit Debugging

Some Arduino boards have debug port signals exposed on the bottom side of the board. Here is a guide how to use them with the PlatformIO debugger and say goodbye the Serial.print debugging…

https://medium.com/@manuel.bl/arduino-in-circuit-debugging-with-platformio-9f699da57ddc

The debug port is available on Atmel SAMD21 and Nordic Semiconductor nRF52840 based Arduino boards. The debugger currently works for the SAMD21 boards (incl. ones from Adafruit and SparkFun). The nRF52840 based Arduino boards (Arduino Nano 33 BLE & BLE Sense) introduced a new Mbed OS based Arduino Core and are not supported yet by PlatformIO.

2 Likes

Wow!!! Great article, thanks! We will spread out it in our social network!

1 Like

When will PlatformIO support the Arduino Nano 33 BLE & BLE Sense, I’d be more than happy to test it for you. :slightly_smiling_face:

1 Like