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...
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...
Hi,
I would like to test my C code with bootloader over air by BLE. I am using nrf51822 with soft device 110. Does Nordic Company is sharing any application which can bootload...
So this might be one of the most confusing issues i've come across sofar. We're currently developing a product based on NRF52 (more specifically NRF5283 QFAAB0) with a custom...
Is there firmware available as binary file that can be loaded to the nrf52832 that allows connectivity to is as a UART HCI compatible device?
Would the same firmware be...
Hi,
I am using "nRF Toolbox -> DFU" to change an application on my BLE module which contains; nRF52 device, SDK->v11.0.
I am using ".hex" file to load the application...
iphone5_b.psd m370_android6_b.psd long_write_error.png I using SDK11. I porting nus profile to my system and make a customer's UUID. I use Lightblue on iPhone 5 to connect...
Hi,
I would like to know, by using nRF528322 Development Board can we dump the code into another hardware like custom nRF51822 microcontroller..??
If Yes, What are the...