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...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
I recently purchased an nRF51822-mKIT and I'm having great difficulties in getting it to talk to either a Windows 7 or a Windows 8 desktop PC, or a Ubuntu linux desktop PC...
Hi all,
Due to wrong pin assignment on my PCB I am currently bit banging a uart on two P2 pins using the FLPR core. The read bytes and bytes to send are communicated via...
Hi
I'm trying to drive a 75hc595-type shift register with a SPIM instance on the nrf54l15.
I connect MOSI to the shift register data input, CLK to the shift register clock...
Hello,
after a longer time, I wanted to use nRF Connect for Desktop again, to figure out what exactly my device under development is advertising. I upgraded to the latest...
Back in SDK 17 or so there were code samples for both the client and server side of the LED button service.
What happened to the client/central example when you migrated...
Hi,
While testing, I ran into multiple problems when measuring the current consumption with the PPK 2 on the nRF52833 dk.
For all measurements the Blinky + Bluetooth demo...
Description
I'm working on a battery-powered application where WiFi needs to be shut down between cloud sync intervals. I'm following the same pattern as the wifi/shutdown...
Hi,
working with nRF52840 with S140 v7.2.0, not sure about SDK version. VS Code + ARM GCC + LD Gold linker.
I changed stack and heap sizes via __HEAP_SIZE and __STACK_SIZE...
We are experiencing an issue with high current consumption when using the nPM1300 powered by a battery. In Hysteretic mode, the battery current draw measures 109 µA. However...
Hello Nordic Team,
We are currently working with the nRF54LM20B device and would like to understand whether Bluetooth Channel Sounding is supported on this SoC.
Specifically...
Hi:
What is the maximum number of targets that a DFU distributor can support for simultaneous upgrade, and what is the upper limit? I haven't found any detailed explanation...
I'm trying to put my code on a RAM/ROM diet and cut out any extra cruft so it will fit in an nRF52832. It used to fit with older SDKs, but not with the newest (v3.2.3).
...
Hello,
Is it possible to configure an nRF5340 to be both a Broadcast Sink and a Broadcast Source, but with the condition that only frames received by the Broadcast Sink...
Hello,
I am measuring RSSI values with nrf_modem_dect_phy_rssi(...) from the DECT PHY firmware.
The nrf_modem_dect_phy_rssi_event refers to positive values being saturated...
Hello, I have a particularly weird problem that I can't figure out how to solve. I was using the 52833 DK for software development and the onboard leds were blinking perfectly...