I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Hi,
I found a topic that discuss the LPUART power consumption.
In this discussion, it is mentioned that the power consumption of LPUART was introduce by GPIOTE IN, which...
Hi! I've been trying to get the QSPI peripheral working with my hardware's external flash (up until now I've just been bit-bashing)
I've got two main issues...
First,...
Hi.
I use 5340 + spim 32M (nrfx driver) + ncs 2.0.2 + LVGL library. (display driver ic is RM69090)
I try to communicate display with spim and success work. but refresh...
hi devzone
I tried connecting nrf52832 dk board - debug out to bluetooth module nrf52832.
I refer to this picture.
at fisrt, it was successfully to connect dk...
Hi Nordic,
I have got an nRF52833 DK PCA10100. In SDK17.1.0, there are few examples about nRF52833, for example, what should I do if I want to use examples\ble_central\ble_app_multilink_central...
Hello,
I attached LIS2DS12 accelerometer sensor driver to the nrf5340 board, and I am trying to do (1) i2c access and (2) single tap interrupt handling (the sensor activates...
Are there any samples that show how to use the nRF PPI subsystem with nRF Connect?
My task is to configure the SAADC to take samples at 200hz, collect the samples into BLE...
Hello to the community!
I have two nRF52832 sensor nodes and aim to implement synchronized sampling of all sensors, including synchronization between sensors of the two...
Hello,
I've implemented DFU OTA updates and it works using the nRF Connect app. If I wanted to do this from a custom app from my phone, how would I approach it?
I've...
Hello,
I'm using the nRF Connect SDK v1.9.0 and a nRF5340 on a custom board.
I want to use MCUBoot as a primary bootloader. On the development kit, the UART connecting...
We have updated our firmware runnung on an nRF9160 from SDK 1.9 to SDK 2.1 using the now deprecated SPM (We will upgrade to TFM soon).
When booting our firmware, we initialize...
I've disassembled sd_app_evt_wait() in SoftDevice S140 v7.0.1 and clearly see that inside a loop, it calls WFE -> SEV -> WFE. (It also manipulates the MWU and looks at interrupts...