I am using a eeprep tool which can only be used with command prompt. I am struggling with it.
Here is the format to use eeprep tool :-
usage: eeprep [options] <infile...
Description : It is not possible to flash or debug an application with IAR on the Nordic target. This issue is caused by a bad interaction between CMSIS-DAP IF present on...
Hi,
What should i do after i load mesh app in " github.com/.../nRF51-ble-bcast-mesh" adress?i have two board
When i download the app,why doesnt advertising exist.i cant...
hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
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...