Hi, I am running openthread on the NRF54l15 DK. Whenever I am debugging and hit the breakpoint or pause the program, then on resumption my app crashes. How Can I debug while...
Hi everyone,
I'm working on a project using the Nordic nRF5340 microcontroller and I need to count both rising and falling edges of a square wave signal on pin P0. 14, coming...
Hello, I’m working with a combination of nRF5340 + nRF7002 + NPM1300 , and I’ve only changed the I2C pins connected to the NPM1300 to sda pgio1.4 and scl gpio1.6 .
SDK...
I am running into a secure fault when I set the NVS_SECTOR_COUNT to >= 7, not sure how to proceed.
it fails at nvs_mount(&fs)
I have added a nvs_storage partitation...
I've seen other threads about the issue:
- https://devzone.nordicsemi.com/f/nordic-q-a/117267/light-bulb-sample-works-on-nrf52840dk-and-doesn-t-on-nrf52840-dongle
- https...
Here is my script for programming. Does the sequence is OK? or any advice to improve?
nrfjprog --eraseall
nrfjprog --recover --family NRF53 --coprocessor CP_APPLICATION...
Using the peripheral_uart example routine from the NCSv3.0 library with the 54l15 chip.
1. compilation command: west build --build-dir build . --pristine --board nrf54l15dk...
We are developing tracking system for our ground floor car parking but couldn't able to get GPS location.. we install Nordic Thingy:91 inside the steel body. Please let us...
Hello guys,
We are developing nRF52840-based device that needs to act as both BLE Central and Peripheral.
Peripheral role:
In BLE Peripheral mode, nRF52840 should advertise...
I have a need to send pressure data form 1 device to 4 other devices , it is medical application , data rate is in such a way to be in human readable form, can i use nrf24l01...
Hello, Just purchased a nordic NRF5340 PDK from digikey. On plugging the micro USB 2.0 and switching on the device , the device powers up for couple of seconds (LED1 & LED5...
I'm trying to add BLE_UART functionality to a custom board, on top of the already existing USB (and working) USB_CDC CLI. I'm using SDK 15.3.0 and softdevice S340
I used...
Hey
I would like know how can i add battery model for mesh. I have seen the Battery indicator in normal BLE sdk, now I want to implement in mesh sdk in the form of model...
I'm currently using a HostController with pregiven communication protocol for transfering data to the NRF52840 (over uart). The NRF is flashed with the SD140 and I'm using...
Hi Dev Zone Team,
I had a question regarding the current measurement of Nordic Thingy 91. I am following the steps provided in the Thingy91 documentation.
I have a Joulescope...
Hello.
I am testing saadc function.
When I was connect the saadc pin with ground level, the saadc value represents negative value.
So I am searching the similar problem...
Hi:
I'm coding with the nrf52840 dk sample.
as we know, the gatt operate is notify,read, write, etc.
I have found the event about the write,and notify:
case BLE_GATTS_EVT_WRITE...
<environment> Windows10 ncs v1.3.0 modem fw v1.2.0 DK 0.9.0
I made one-shot agps app by modifying gps sample app. The behavior is this.
- download SUPL data from supl...
Just bought 2 nrf52840 DK's both stopped working
Observation
Was able to program and run SDK examples.
Above working setup not disturbed,so all cables are in order...
Hi, I'm using nrf52 dk and struggling to get low power consumption using multi_sensor_freertos ZigBee example from nrf sdk. Can you provide me some guides on how to optimize...
Hello,
nRFSD5 v16.0, softdevice v.7.0.1, nRF52811
I want to detect power failure/low battery voltage using POF feature of nRF52811 chip. Here is the code I'm using:
...
I am trying to capture audio PDM samples at every 5s interval blocks, but at the time of "pevt->buffer_released" event when i am giving the new buffer to PDM driver it results...