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
I am calculating the power consumption using
devzone.nordicsemi.com/.../
But there is some point that I don't understand.
When the BLE event type is "Peripheral...
Hello,
the past week I am trying to make the bootloader_secure example work for a custom hardware with no luck. This whole procedure give birth however to several questions...
Hi
I am currently working on a BLE based hardware but I am a little confused about the terms such as service, characteristics... etc.
Let's say, I would like to control...
Hi,
I am using the following function to read the content of a register:
static ret_code_t read_reg(uint8_t slave_address, uint8_t register_address, uint8_t *value)...
Hi,
Could you please help me identify the file and function name that is used by the S130 softdevice to start HF clock automatically for ble advertising? I can see that Clock...
Hello again,
I'm working with the ble_app_hrs example application with DFU app support. I'm following the DFU procedure and I've reached the point where I actually start...
Hi everyone,
My idea is:
I have several nrf51822 ble devices and I want to connect them simultaneously one by one with gateway over IOT. I am using bluz gateway shield...
hi all,
I use nRF52 SDK11 with ble_app_beacon example.And write some code in main().
uint8_t buf_data[32];
unsigned char c_data[] = {"abcd"};
//unsigned char c_data...
When debugging my application, I'm finding that gdb blocks at app_scheduler.c:253 like this:
(gdb) bt full
#0 0xfffffffe in ?? ()
No symbol table info available.
#1...
I'm using SDK 12.1.0, gcc, nRF51822, no SD init'ed or enabled at the time this code is running. I need to retain the values of a bunch of variables across a sys off.
Here...
I want to integrate nrfjprog.dll (or nrfjprog.exe) into my own windows APP, but I can't find the detailed document for usage of nrfjprog, could someone tell me where I can...
Hi everyone,
I recently was able to do firmware upgrade via Android phone( Link ). So once I programmed the device with a proper bootlader, I was able to always reflash...