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...
I have written a flash code using fds in which i am trying to save the data 7pages(1024 each). I have defined array of record key and fie ID for it.The problem it saves for...
Hi. I'm using nRF52832, SDK13.0.0.
I need SHA256.
My code is
NRF_CRYPTO_HASH_CREATE(init_packet_hash, SHA256);
const nrf_crypto_hash_info_t hash_info_sha256 = { .hash_type...
Hello,
Using nRF5 SDK v15.3.0 Peer Manager drops Service Changed indications if an ATT MTU exchange is in progress, this hapens because function service_changed_cccd() in...
Hi there,
We need help with BLE bootloader.
Here's our setup: nRF5_SDK_15.3.0_59ac345 52840, Production PCB SES compiler for bootloader IAR 7.60 for our production code...
Hello,
I am using nrf52832 SDK 15.3.0, in Segger Studio IDE.
When i am using NRF_LOG_FLUSH in my application , then application is getting stuck in the below code:
...
When the transmitter frequency is 2445MHz and the receiver frequency is 2413MHz, the receiver will receive the data from transmitter correctly. Not only the receiver can receive...
Hi, currently I use nRF Connect v3.0.0 to flash my nrf9160-DK. With the Segger Studio from Nordic I am able to generate the merged.hex but now my problem: I erased the chip...
Hello
I would like to compile Direct Test Mode on Segger embedded Studio.
I follow all instructions with getting started assistant
but i have one error : error 5 cannot...
I am starting with the nRF52-DK. Page 8 of the documentation has links for examples to get started.
4 Start developing After you have set up the development kit and installed...
Hi,
I get the problem when I tried to download ncs
west update WARNING: Can't set ZEPHYR_BASE: parsing of manifest file failed during command update : no "manifest...
Hello, everyone, I have an issue where I could use some help!
I have this setup.
- One nrf52840 ble peripheral (the data collector) that accepts multiple central connections...
Hello all.
I am developing a BT4.2 compliant application. I have a question about LESC (LE Secure Connection).
devzone.nordicsemi.com/.../how-to-implement-ecc-functions...
I am using the custom_bluetooth_service tutorial from https://github.com/bjornspockeli/custom_ble_service_example . I am trying to set the value length of the custom characteristic...
Hi,
I've been trying to connect nRF9160 DK to google cloud by running "google_iot_mqtt" following the directions here https://devzone.nordicsemi.com/nordic/nordic-blog/b...
I use SEGGER step-debug commands F5, F10 and F11.
Sometime F10 cause the debugger to step into disassembly code, making continue debugging hard.
Restart debugging 'cause...