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

Hi, I am using nRF52833, but when the family is set to NRF52, header file nrf.h sets to NRF52832 in line 93 and I cannot use GPIO over 32 (P1.x):...

Is correct the variants to txd and rxd ?

I can not upload Sketchs to the Micro:bit v2 from a Macbook Air M1. It keeps saying the following error messsage: Error: No Valid JTAG Interface Configured. Arduino: 1.8.19 (Mac...

Hi I have a HT1622 based segment LCD connected to a Nordic 52832 board via P0.17(pin20) => HT1622_DATA P0.18(pin21) => HT1622_WR P0.19(pin22) => HT1622_RD P0.20(pin23) => HT1622_CS When I start...

I have one application where the data comes over UART and need to send that data over BLE. Data is coming over the UART port with a 230400 baud rate....

The `boards.txt` has no softdevices as possible selections. https://github.com/sandeepmistry/arduino-nRF5/blob/75baa76b21ec28cf7c6ece57ba444cf2306b584b/boards.txt#L84-L88 Can bluetooth functionality be used with this board in this Arduino core? Per https://github.com/platformio/platform-nordicnrf52/pull/139#issuecomment-1090229715 I would expect that S113, S140 or...

Hi, is it possible to port "DMT Test Mode" from https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fble_sdk_app_dtm_serial.html to Arduino Code and start an nRF52840 board with that in test mode? For a certification test in a...

Hi I am working on a prototype with nrf51822 QFAAC0 and aft 30 days of working and searching for solution I could not manage to run a working program on...

Plenty of warnings from compiling in Arduino and I can't get BLE working. [problem_building.txt](https://github.com/sandeepmistry/arduino-nRF5/files/8334015/problem_building.txt)

Hi, I'm using a bare-bone E73-2G4M04S-52832 module and if I use OpenOCD to flash the SparkFun bootloader to it and then use SparkFun nRF5283 Arduino libraries, I can build and...