Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
hi Support Team
I am using 3 Development Kit flashed with Mesh Beaconing Example kept apart distance of 30mtr , Say A, B , C
In Another Kit I flashed ble_app_beacon Say...
Does `sd_ble_gatts_hvx()` queue indications and if so then when does the next message get sent; after the previous one is sent or after the receiver acks the previous one...
Hi
I have a project that uses several protocols, including UART and USB CLI
As such, I had to move the nRF logger to work on RTT, so that everything could work properly...
Hello,
I was wondering if it is possible to read the model (e.g. NRF52810_xxAA_REV1) from a chip with nrfjprog?
In production we use nrfjprog to program our devices and...
Platform: pca10100
SDK version: SDK17.0
Purpose: Use radio to scan Bluetooth devices and perform CTE sampling. When the scan data and IQ data accumulate nearly 4K, output...
I'm using a 52840 and need both low stand by current and use of a UART. I understand that the UART drives up the power so I'm trying to completely shut it down when not being...
Hi, everyone
I am studying openthread.
I had a nrf52840 Dongle(running CLI/MTD example) act as MTD node to join in the openthread network.
The Dongle's LEDS were removed...
Hello,
I am using a nRF DK (nRF52832 - PCA10040 - SDK 15) to communicate with a custom electronic device developed by my own company (which integrates an 1-Wire slave)....
Hello,
I have a question regarding eDRX mode on the nrf9160 in combination with NB-IoT. I tried to configure an eDRX cycle of 20.48s for the use in a battery powered actor...
Hello,
I am using the nRF52832 on a custom board, with SDK 15.2 and SD132 v6.1. My BLE application uses the SAADC to measure VCC voltage every 6 hours. I am using an app...
Hello Sir,
I am Working with nRF52 DK Development board. My application based on BLE. I want BLE stack for Scanning mode and also tell m,e how to operate with mobile apk...
How to
1. increase advertising frequency - Which BLE GAP parameter should be updated?
2. increase RSSI signal strength - My device is not battery operated, so there are...
Hi,
How can I make the modem start a hot fix after rebooting the nrf9160?
I am getting a GPS fix, then powering down the modem with CFUN=0, which should be saving the...
Hello, I recently bought a nRF52840 with the intention of using it as a substitute for UART wired communication. What I want to do is send and receive messages between my...
I carried out following steps:
Application was using SDK 11.0.0 for nRF51 SoC
Ported SDK version 12.1.0
Using secure DFU boot-loader from SDK 12.1.0 (followed all...