This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

There is a notable bug in nRF52-DK with arduino framework

There is a notable bug with nRF52-DK with arduino framwork, as you can see on github here (see the point 7), click on this link : #33 (comment)

The problematic code is here: https://docs.platformio.org/en/latest/tutorials/nordicnrf52/arduino_debugging_unit_testing.html#writing-unit-tests

there is a problem with function digitalRead since it always returns LOW despite the fact that digitalWrite was called with HIGH value.

IDE: VSCODE with platformio,
SDK/Framwork: Arduino

Related