Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
In testing the timers on the dongle, I have made a GPIO pin be controlled by the timer triggering.
So the following has a constant time between edges:
case NRF_TIMER_EVENT_COMPARE1...
I ran into the same problem as other user one year ago (I was using Arduino Studio nad Segger Studio before), now I switched to IAR (as recommended) and as the examples are...
Using SEGGER Embedded Studio for ARM v4.20a (64-bit).
I'd like to add a new source file to a nRF9160 sample project. The menu selection Project --> Add New File is grayed...
Hi,
I had a custom nRF52832 board. I did some modifications on it. But the same code doesn't run on modified one.
Just to check, Debugging on Segger the yellow arrow(i...
I've been following the guide linked here and got to the point where PCA10090 is flashed with Hello World project. However, when executing "west flash" command, an error appears...
Developing on a custom nRF52832 board, not the Nordic nRF52 dev board, but continue to use version 15.2 of the SDK. Building and download application, but get an abort before...
Hello. I am now implementing communication to multiple peripheral devices based on the multi-roll project “ble_app_multirole_lesc”. (image1)
Central link after setting memory...
Hello,
I am developing an app for Android using the Android-nRF-Mesh Library, available here: https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library
According...
Hi everyone,
I use nrf52840 DK with Segger embedded studio. I have created a project where I read several sensors data and send these data to mobile through BLE UART.
...
hi,
is it possible to use a j-link programmer like this one in the photo, to program the adafruit nrf52840 board ? is the development procedures will be same as using a...
I am using s132 v5.1.0 and am in the process of implementing an error-handling architecture.
I'm noticing that much of my error handling could be avoided if there were APIs...
I'm trying to get mcuboot to run on the nRF52840 on the nRF9160 board. I have been able to configure it and get the resulting merged.hex file loaded on the processor and it...
Hello ,
I am using a Laird's BL651 module that has a nRF52810 chipset. I have modified the ble_app_uart example to take a command from Rx characteristic and send a response...
I'm working on IEEE 802.15.4 network using nrf52840 DK boards. I'm making use of the examples in 802.15.4 (secure). I wanted to know how the reception between a transmitter...