Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Hi, I am trying to implement an example that support multiple peripherals (HRS & UART). When I get a connection (from either) I get the BLE_GAP_EVT_CONNECTED. How can I differentiate...
What is exact difference between heartbeat and health models?
I know heartbeat can be used to detect node outage, but so can be health message?
So, which one should be...
When starting up the device with the nRF5 SDK 3.2.0 for mesh, even though the model and subscription list state is loaded from flash, it is stored again right afterwards....
To the kind attention of Nordic support team,
I was reading this blog https://www.ericsson.com/en/blog/2017/12/wake-up-radio--a-key-component-of-iot
May I ask if Nordic...
After Downgrade protection in the NRF9160 has been set with AT%XPRODDONE=1, switching it off with AT %XPRODDONE=0 returns ERROR. Is there a way to disable downgrade protection...
Hello DevZone,
Is there a way for hardware to update the timer capture register?
I want to create different frequencies using a single timer. Next to the timer, Bluetooth...
I am using Nordic proprietary RF receiver and transmitter. I want to display the received data on my serial terminal using UART pins (any 2 pins as Rx-Tx) .
When I tried...
Hello,
i'm writing a code for NRF9160DK where i plan to send a HTTP POST request to a test server when i push BUTTON1 on DK. To achieve this result i studied separately...
Hello,
I have an issue since today. Indeed I worked for a few weeks on the nRF52840 and everything was alright. I used a dock to connect the nRF52840 by serial port with...
Hi,
I have an application where an nRF52840 DK(1.1.0) is configured to work as both central and peripheral. I want to set a lesser duration for advertising with whitelisting...
I have added lbs_service from ble_app_blinky service within ble_app_glucose example. I made changes in main.c and EMPROJECT File accordingly. I have added ble_lbs.c file in...
I need help in implementing Monitor Mode Debugging (MMD) using Segger Embedded Studio development. Can you please provide detailed help and explanation please?
Hi Devzone:
After searching through the forum I found out that nrf_fstorage_write can only make 1 to 0. So each write needs an erase operation preceding it.
But erase...
Baseline: CLI example on the 52832 with SDK v15.3
I assume the issue will be some more undocumented fix.
sdk_config.h
main.c from the CLI example (UART backend...
I was previously working on nRF51822 ble beacon, in which codes flash of hex 20006.
But i wanted to flash a code nRF5_SDK_11.0.0_89a8197\examples\ble_peripheral\experimental_ble_app_blinky...