Hi,
I can see in the documentation that nRF5340 DK support TWS operation.
I couldn't find any reference code or more detailed description of this TWS operation of the...
I am using this code to create and start transmission, but I cannot find a way to set the MACID to the internal NRF_FICR->DEVICEADDR values
My method with iBeacon is not...
Dear sir/madam
Background:
We have developed a remote-control system where we use nRF52840 and SDK 17.1.0
VDD is 3,0 V
We also use the library “app_button” where...
When dynamically allocating BLE GATT services and characteristics using custom structures and Zephyr’s dynamic memory functions (e.g., k_malloc, k_calloc), the service registration...
Hi All,
I am implementing BLE-based FOTA for the application core on an nRF5340 using MCUboot . The update works successfully when using the nRF Connect mobile app , but...
Hello,
I have an nRF52840 based custom board (myboard, NCS2.70)
its partitions node closely follows the nRF52840DK dts file:
both have &flash0 in the /chosen group...
Hello,
I have a problem with my nRF54L15-DK board - it is not visible by PC.
nRF54L15 mcu is apparently working fine with last uploaded program, as it is responding as...
Hey there, I've posted this issue on the tutorial website and I came across a post stating that posting here will get me a quicker response. Here's my problem, when I tried...
In my application need to nrf8001 connect(bond) to e phone in a specific duration (for example 1 hours )and then disconnect and in one hour later bond again. In this duration...
Hi,
I am developing a Heart Rate application.
I need to ensure that i am flashing correct softdevice file through my application.
How can i do that?
Regards,
Sum...
Hi,all
i study DFU step by step according this link devzone.nordicsemi.com/.../a00076.html,but failed at step 8.my peripheral advertising as Nordic_HRM not dfuTag.
Can someone...
hi,
I used previously nrfjprog version 5 to program SD+APP+BL with --dfu flag and I can perform OTA DFU.
Now with version 7 there is no --dfu flag anymore and if I try...
Same question as devzone.nordicsemi.com/.../
What needs to change for a gcc setup in the compile flags.
If that helps, some of the flags I have now include:
-mfloat...
Hi,
I'm using s130 and my mcu is both central/peripheral. In the centrol role, when I try to connect and pair with an peripheral, I get all the way through SMP pairing...
I have been developing an application using PCA10028 board which needs to use timer. From the SDK8.0.0 pack, I found an example "timer_pca10028". It works fine when the SD...
Hi,
I'm trying to get a simple single packet transmit-receive working with the nRF51822. I have the following code shared between my transmitter and receiver:
#include...
Hello,
I am wondering how the Softdevice works internally with state changes because that's important for error handling. Here's an example:
Let's say the Softdevice...
Hi, I am trying runtime debugging using eclipse. Following are details of my set up:
Eclipse Mars 1.0 running on ubuntu 15.04 (64 bit).
Nordic nrf51822_xxaa...
Hi,
I'm trying to connect a nRF52-PREVIEW-DK to a Raspberry Pi 2 model B using 6LoWPAN. The nRF52 is running an HRM example, with LED1 blinking ready to connect. The Raspberry...
Hi. Is it possible to enable the encryption of data which corresponds to the particular characteristics?
I'm looking for a way or an e.g showing how to use the encryption...