Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
Hello there,
I'm working my way through the Nordic Cellular modules and was trying to login this morning. It appears that I am getting repeatedly blocked by Cloudflare...
I'm currently trying to configure the Zephyr HCI USB sample to allow using legacy and extended advertising. Currently when I build the sample with extended advertising enabled...
Hi,
I've been struggling through creating the needed exhibits for FCC certification as a fully modular product. I keep expecting there to be example documents or templates...
We have a design in production using the NRF52833 -QIAAA0, Datecode 224700 and later in the hundreds.
Recently the assembler supplied NRF52833 -QIAAA0, Datecode 2126DS....
Hello everyone, I'm trying to create a sample code for a central unit on the NRF52840 to work with two services simultaneously, from a single connection with the peripheral...
Hello everyone,
I am a Hearing Aid Professional and I am looking for a solution for Auracast.
The Project: - An Auracast transmitter (Starkey Edge TV Streamer Auracast...
Hello Team, We are currently working on a new project that incorporates geofencing functionality using BLE. We have checked the current consumption in nRF52833 DK using the...
hi professor,
I'm using nrf5340 to design project,now I wan to reduce power consumption to uA level.According to https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog...
Hello, I am writing an AT command response parser for my custom AT commands. I thought about using nordic's parser utils found in include/modem/at_params.h but I have been...
Hi all !
I'm writing this message because I'm having problems trying to increase the number of devices in PAwR (I use Coded PHY).
I based my development on the SDK 2.8...
hello . i tested the sample for the persistance key it worked with the AES key . But when i tried with the EDDSA key i received that error psa_generate_key failed! (Error...
I have 7 GB large .ppk2 file exported by Power Profiler v4.2.1. I am looking for a glitch in power consumption. Doing this manually by scrolling through the waveform in Power...
HI! I am trying to decrease the memory use of my application that is built for a nrf9160 and noticed that tfm creates a 256kB partition that it only uses around 99kB of. RIght...
nRF54L15 has RRAM with error correction codes (ECC) built in, with autocorrection.
I guess ECC errors could either happen due to a power loss during a write (when reading...