I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
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...