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...
I need to develop the IIC Slave function by using a GPIO of the nrf51822, but the development on the KEIL with C is not enough, GPIO with C program is too slow to follow the...
Hi All,
can any one tested BLE on nRF52832-CIAA?
Actually we have a nRF52-DK and also our application board.
in both the boards we loaded DFU project to check BLE...
I'm getting the following compilation error when trying to build the DFU bootloader example, using gcc 4.9.3 (4_9-2015q3) on Mac.
In file included from /Users/Eliot/dev...
Hi,I download the "nRF5x-Command-Line-Tools_9_0_0_Installer.exe" and install.my system is windows7_32bit.When double click to run the "nrfjprog.exe",the startup window exits...
I am new to nRF51822 and seek expert's advice!
I am planning to prototype using nRF51822 Bluetooth Smart Beacon,
Can some one suggest if I can use nRF51822 Bluetooth...
Hello, when I check nRFgo SDK document and demo, find one difference, it's strange.
First, in demo, I check hal_nrf.c:
/**
Typedef for the RF_CH register. Contains...
It would be useful in debugging to be able to fire up gdb and point it at a single binary so that I can step through code in both the bootloader and the application. The mergehex...
I'm trying to figure out the RAM power and RAM retention on the nRF52. This is the micro I've used that has had the ability to turn chunks of RAM on or off.
Here's my understanding...
I'm trying to apply a firmware update using a zip file that has worked with older version of nRF Toolbox. Using the current version, (4.1.1) on iOS, I select DFU, then select...
Hi everybody.
I am opening a dedicate question after a recent topic that already helped me a lot, with another discussion pretty similar to my problem. Resuming briefly...
On the nrf52dk development kit, I want to power the target nrf52 from an external supply without powering the interface mcu (the debugging probe). How do I wire that? I don...
I'm trying to add nRF_Drivers files to Segger studio project, based on nrf51,51422(10028) examples. I added path in preprocessor user definitions and I added file like nrf_drv_lpcomp...
I set up my PWM Driver like this:
nrf_drv_pwm_config_t const nrf_drv_pwm_config =
{
.output_pins =
{
BSP_LED_2 | NRF_DRV_PWM_PIN_INVERTED, // channel 0
NRF_DRV_PWM_PIN_NOT_USED...