Hi all! I am attempting to download a file from a web server to an NRF52832 using the Nordic IoT SDK version 9.0. Are there any good reference librarie? I found a few for...
Please help to understand. How to configure nRf24L01 receiver for 4-pipe (pipe 0, pipe 1, pipe 2, pipe 3 ). But most importantly, how to specify the transmitter settings that...
I saw earlier post on this blog and viewed on-line video for LitePoint OTA tester that claims to work with all BLE chipsets. We have multiple designs with different DTM interfaces...
Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
Hi. i'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.
I want to make sure that how to operate DFU.
Please check there is missing point or wrong point.
Step 1...
Hi,
I would like to save my project and add something like a version number to it. I use an example from nordic SDK. So in my case I use solution from ...\examples\ble_peripheral...
Hi Guys,
I am trying to enable LESC Encryption, but I do not understand how to generate keys_own.p_pk and DH keys.
The sequence is the following:
1. I receive BLE_GAP_EVT_SEC_PARAMS_REQUEST...
Hi,
We want to implement periodic advertisements on nRF52840.
We use:
1) nRF5 SDK ver 16
2) Softdevice S113 ver 7.0.1 (but this can be changed if required)
Does...
I am looking into automating the programming steps for the nRF9160 and nRF52832 for a production environment. I would basically like to do what the nRF Connect Programmer...
There seems to be a bug in the mesh stack friendship code: the friend node times out infinitely when an LPN node is re-provisioned with the same address.
Steps to reproduce...
Hello everyone,
I'm working with a nrf52840 devboard on which I put a LIS2DH12 accelerometer. I had a perfectly working example program featuring multiple functions. My...
Hi all,
I'll explain the problem. Our device (that uses a nRF52832) works with a custom app developed for iOS (v 13.4.1) and we've a custom set of services/characteristic...
Hello,
I'm trying to add DFU updates to a target board connected to a power profiler as a part of our CI process.
I have a nRF52-DK programmed with connectivity firmware...
Hello,
I'm getting err_code BLE_CONN_HANDLE_INVALID after calling ble_cps_measurement_send
I thought ble_cps_on_ble_evt was handling all of this but seems not.
I...
Hi
Use SDK15.3 path .. \ .. \ examples \ dfu \ secure_bootloader \ pca10040_ble \ arm5_no_packs. Using fstorage to write flash data, the function nrf_fstorage_write returns...
Dear Nordic Team,
I use a custom dev board with the nRF52832 SoC and the nRF5 SDK v16.0.0.
I need CoAP functionality for my project. I managed to get the CoAP Examples...
Hi guys, I am developing an mqtt-based app using board nrf9160. I tested the mqtt_simple example but it does not work. Here is my setup.
+ Broker server: test.mosquitto...
Hi, I'd like to set the alarm state of a minimal power configuration cluster that only has the attributes "remaining battery percentage" and "battery alarm id". However the...
Hi,
Is it possible to write to the UICR (with SES) without erasing it first?
Normally the boot loader sets the correct values in UICR, but for development I want to have...