Hi, I was using the BLE online power profiler to determine possible power savings with the nRF54L15DK over the nRF52840 using the zephyr bluetooth broadcaster sample. The...
Hi!
I have been unable to find a single, simple set of instructions for adding MCUboot to a project(toolchain 3.0.0 sdk 3.0.0) that will enable a non-default signing key...
Hi everyone,
We're using the "Manufacturer Specific Data" field within its advertising packets to send the firmware version to a phone application. It requires the company_indentifier...
Hi, I am using ncs 3.0.2 and an looking at adding extra .conf files during production. For the app it works fine using --extra-conf, but I can't figure out how to add one...
Hi All, I am trying to write to "adafruit e-link 2.13 Featherwing colour dispaly" from nRF54L15DK running zephyr. With ESP32 i am able to write to the display. But with nRF54L15DK...
Hi, i am looking for basic start up parameters for a 24L01.
I do all my programm in assembler (sorry i am old).
what i aim to do is simple TX-RX, like a small remote...
Hello Guys, I want to build some project with Nordic products but ı don't have any sample code , if you have sample code for Keil let me improve myself.Actually codes can...
Hi,
As has been explained numerous times in posts on this forum and many others, mapping RSSI to a distance measurement is notoriously difficult and inaccurate. I was...
Hi
Can anyone verify that it is possible to use the nRF5340 PDK to program custom nRF53 board?
The documentation says: The nRF5340 PDK supports programming and debugging...
Hello,
we are using NRF9160 +Nrf52832 in a project. NRf52832 has to be used as HCI interface..after searching for this, i came to know that zephyr based HCI uart sample...
Hi,
I am working on Eddystone project, after I successfully tested the Buttonless DFU example, I added DFU service to Eddystone example ( nRF5_SDK_17.0.0_9d13099\examples...
I am using this MBN52832DK and find out this nRF5_SDK_17.0.0_9d13099.
Trying to import into Segger Embedded Studio but rebuild come out error.
using the nrf52832_xxaa...
Hi all,
I would like to have a semi-duplex communication link over one pin (+GND). The nRF will act as a pure slave device which responds to, and acknowledges, commands...
Hello, we understand that the Nordic framework, by default, restarts advertising on disconnect. I learned that here, thank you:
https://devzone.nordicsemi.com/f/nordic-q...
I'm currently running on nRF Connect SDK (hash: 4b012fb4882f0ddd3de9f339ebc5a3f1c3cacd4a). I'm running a connection between a nRF91+nRF52840 (as central running NUS_C) using...
I have an nRF52840 board that fails to connect to Linux over USB. The board powers on and the green LED at the lower left of the PCA10056 flashes on/off rather quickly. But...
There is a bug in fds.c file, Please go through the below code snippet.
I do not return from fds_gc(), execution stays there for infinite.
More information:
1) #define...
Nordic nRF52840, with regards to stored security keys in flash, some wear leveling schemes move data when being updated but do not erase data from the old location. This is...
Based on several posts I've found on the forum, the notification queue size is automatically set by the stack based on the connection event length (NRF_SDH_BLE_GAP_EVENT_LENGTH...
Hello, I have developed a program that reads (with I2C) a temperature sensor and sends it to the central board. The central board is a NRF52480-DK. I have tested the peripheral...