I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
The OSCILLATORS documentation says:
" The device starts at 64 MHz. For 128 MHz, it must be configured when the CPU starts and before any peripherals that use the high-frequency...
We are developing a device that uses BLE, 4 contacts (buttons), a piezo connected via PWM and a realtime clock (RV3028). It also stores event data on an external flash using...
My application communicates via UDP and all communication is initiated from the device. Before packet transmission, network registration status is checked (CEREG) and sendto...
I boot AOK after I do a west flash --erase. But after that, when I try "west debug," I run into this:
*** Booting nRF Connect SDK v2.9.0-2e7ce73f5faf *** *** Using Zephyr...
Hi.
For a while I have had some issues with the toolchain when using the nRF connect SDK in visual studio code on windows 10. I believe it was after installing SDK version...
Hello,
We are using a BLE module based on nRF52832 with a U.FL connector for external antenna connection. One of our automated tests requires we turn off/on the antenna...
I am trying to follow the first lesson of https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals
But I have several problems and I can not find out how to fix...
Hello
I am playing with the mesh dfu and the distributor application on nRF52840 DK board
I load the image I want to distribute using mcumgr application on a Raspberry...
Hello
According to Enhanced ShockBurst (ESB) documentation , to stop the ESB module you need to call esb_disable(), but it also says that you need to check if the module...
Hello,
I am modifying an existing custom board with a sensor that requires exactly 1.9V VDD. Previously I was configuring REGOUT0 = UICR_REGOUT0_VOUT_2V1 but I was surprised...
I’m working on a BLE setup where:
A Nordic nRF52840-DK runs as the Central (it scans for devices with a specific name, then initiates a connection).
A Raspberry...
Hello,
We are considering to develop an appliance based on the nRF5340 AUDIO DK.
The nRF5340 AUDIO DK contains the VM3011-U1microphone that is absolute on the market....
Hello,
We’re testing the nRF9160 GNSS performance on our custom PCB and have noticed that, even with A-GPS, the first fix after powering on the device takes significantly...
I am having problems flashing my custom board with a nrf5340 chip. Sometimes it works, sometimes it does not, but more often than not it doesn't work and I cannot figure out...
Hello Nordic Team,
I’m trying to use the nRF54L DK to program an external MCU via SWD , but I’m encountering an error during connection. I’ve already followed this guide...