arduino-nRF5
arduino-nRF5 copied to clipboard
Arduino Core for Nordic Semiconductor nRF5 based boards
Hello, first time post. I have been trying to get the basic Blink example working on a custom PCB with Nordic nRF52832 chip. I can flash via J-link using nrfjprog...
hi, i have one of these: https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle/ unfortunately programming it with nordic's SDK is a real pain and i'm not a fan. would it be possible to support this board...
### Background I would like to create a PR for the open-source [uPPico](https://github.com/MGZ-LLC/uPPico) by [MGZ](https://github.com/MGZ-LLC/MGZ-LLC). I have already created a ['uPPico' branch](https://github.com/KevinJohnMulligan/arduino-nRF5/tree/uPPico) but I'm unsure of some of the nuances...
Hi! I have BMD-350 -A-R and I want to program this by using SWD pins (SWCLK, SWDIO, GND Detect, and VTG) of Nrf52Dk. I make all the connections properly but...
this should be applied https://github.com/arduino/ArduinoCore-API/pull/104 or this https://github.com/arduino/ArduinoCore-samd/pull/254
Hello, I've been trying to use the core with an HDC-1080 sensor via i2c to my nRF52 DK but I get these weird logs as output. The example is: `#include...
Is there an api to get memory usage statistics? I want to be able to monitor memory usage and find out if malloc is leaking.
Hi everybody - I could use a little help. I think I sorted the softdevice version issue from 2.0.0 to 2.0.1. I change the URL in a script and updated...
See issue https://github.com/adafruit/Adafruit_nRF52_Arduino/issues/502 for details. I've created a PR for bugfix, see issue #418 https://github.com/sandeepmistry/arduino-nRF5/pull/418 #bug
Setting NRF_RTC1->TASKS_TRIGOVRFLW = 1; and the internal `overflows` variable in `delay.c` to 255 will cause millis to reset. This is because the overflows variable is ANDed with 0xff so any...