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...
I have tried to use sd_app_evt_wait() to sleep cpu, and use gpiote interrupt to wake up cpu from sleep.
However, gpiote interrupt cannot wake up cpu.
When I use __WFE()...
Hi,
I am trying to send sensor(accelerometer) data through beacon. I am basing my logic on the beacon example. I am putting my sensor data into an array and passing it...
Hi,
I have an nRF51 DK, found here www.nordicsemi.com/.../nRF51-DK .
I am using SDK V11.0 and S130 V2.0.
I am developing on a Linux machine.
I can compile and run...
Hi.
I'm using the Power Profiler Kit and the PPK desktop application to log the power consumption of my device. This works well for short time spans.
However, I'd also...
Hi
I'm trying to delete all files with a given file id. Will fds_file_delete() delete all files with a given file id, or just the first one it finds?
thanks
SDK1...
Hi
I'm trying to use fds_record_find() to detect if a record exists in flash storage. After erasing the device (via nrfjprog), flashing the softdevice, flashing the program...
I use an app_timer to periodically update sensor reading in my application. There is a characteristic used to change updating rate by stopping and restarting the app_timer...
Hi,
I work on a project for the nRF52832 with Keil µVision using ARM Compiler V5.06 update 2 and nRF5 SDK 11.
In a module I allocate quite some memory using malloc(...
For the BLE GAP advertising flags byte in the advertising data, we have the following options:
/**@defgroup BLE_GAP_ADV_FLAGS GAP Advertisement Flags
* @{ */
#define...
I cannot seem to save the new Device Name value in the nRF51822 beacon.
I am using the mobile app nRF Connect.
This is my procedure:
1).Run nRF Connect on Android device...
Hi Nordic Team;
I am using nrf51822 devices with sdk12.3.0. I am using buttonless dfu example without any problem with sdk12.3. However, I see that you realese sdk14 that...
We're considering nRF51/52 to implement a specific BLE application. We need the nRF51/52 go to sleep if a BLE collision signal or interference on an advertising channel has...
Hi,
I'm using nRF5_SDK_13.0 on nRF52840 based on ble_app_hrs_rscs_relay example. I use it to connect a bluetooth 4.0 device and it's ok now. Also I have a bluetooth 5.0...
Hello, our device is able to be used by Iphone and Andriod. For the ANCS, we have tested the Iphone and it is OK. However, Andriod notification does not need the ANCS. As...