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...
If the device is paired (but not bonded) using "Just Works", sd_softdevice_disable() causes the application to hang/crash (nothing happens until reset by watchdog timer)....
I want to generate 2 fast PWM waves with 25% duty cycles from nRF51822. They have same frequency of 4MHz but there is half a cycle delay between them. I checked the nrf_pwm...
Hi,
I am trying to get the NRF8001 rev. C chip working with a Tiva Lauchpad (TM4C123GXL) board. I modified the original Arduino SDK for use with Energia. I am using the...
Hello,
i want to write a global unsigned long variable in RAM after programming the device. The Use-Case is to set the clock value to the actual time. So the new unsigned...
I use BLE mesh github.com/.../nRF51-ble-bcast-mesh
but when I use the master control to write values to update the values of services, the following error occurs: "global...
Hi. All.
I am in the process of update SDK 9.0 from 5.2.
Meanwhile, SPI couldn't read from external flash's data.
Unusually SPI works well before infinite loop, I tested...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
I want to use the nRF51-DK board as a programmer for my target. As I understand it, this can be done with the signals on P19. However, there is one signal, EXT_RESET, that...
github.com/.../nrf51-UART-examples
Hey any I was trying to test the example, the one with BLE
I test
APP BLE sending --------shows on PC UART software
However, I can...
Hi,
I would like to ask if someone has experience using the AES. I n eed to be absolutely sure that the user SW can use the AES HW block for own custom usage. If yes, Are...
I'm using SDK's interface for AES ECB block, but getting a hard fault when ECBDATAPTR is redirected at ecb_data in the initialisation function:
static uint8_t ecb_data...
I have built the dfu_dual_bank_ble_s110_pca10028 project and attempted to load the ble_app_hrs_s110with_dfu_pca10028 application. I did find that if the use the S130 softdevice...
Hello,
I have a nrf51822 chip using s110 SD. I am trying to read a serie of 14 bytes from UART. If the device is connected to a phone with BLE I receive the correct values...