arduino-nRF5 icon indicating copy to clipboard operation
arduino-nRF5 copied to clipboard

Arduino Core for Nordic Semiconductor nRF5 based boards

Results 131 arduino-nRF5 issues
Sort by recently updated
recently updated
newest added

Adds a generic variant for the NRF52840DK board that accesses all pins using the NRF GPIO index. Has the on board peripherals mapped to the correct pin functions.

OS = Ubuntu 24.04.1 LTS 64bit Arduino 1.8.19 arduino-nRF5 BSP 0.8.0 Tools -> Board = BBC micro:bit V2 Example sketch: ```cpp void setup() { } void loop() { } ```...

I have an nRF52 DK PCA10040 Rev. 3.0 board. Does this library work with this DK board? It uses an nRF5340 as the interface MCU and does not have a...

previous target for the NRF52840_dk used the NRF52DK variant The NRF52DK variant pinout is specific to the NRF52832 This is the correct pinout for the NRF52840DK with arduino style mapping

the CPP Define NRF52 becomes defined in the `nrf5.py` file (by `"%s" % board.get("build.mcu", "")[0:5].upper(),`) This definition sets the MCU to NRF52832 for backwards compatibility. The NRF52840 has 2 GPIO...

Any Plans for NRF54?

### Summary When compiling any sketch for nRF5 boards with the `sandeepmistry/arduino-nRF5` core on Windows, the linker prints repeated warnings: ``` .../arm-none-eabi/bin/ld.exe: warning: changing start of section .stack_dummy by 4...

Adds a `virtual void flush()` declaration to Print. The `void flush()` function is referenced in at least one library that I know of - [SD Fat](https://github.com/adafruit/SdFat/tree/master), and if this core...

Dear Sandeep, When we trying to flash nRF52840 dongle with openthread FTD hex file, We got prompt to select soft device id, we have tried with various soft device ids...

Hi. I'm trying to get bluetooth to work, but I'm getting hit with an "unsupported platform" error, since S110 or S130 isn't defined. On V1, I found the 2 options,...