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'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
What is the difference between setting a pin output (to drive an LED) with this set of commands:
nrf_gpio_cfg_output(5);
nrf_gpio_pins_set(5);
and this set of commands...
i use sdk14.2 52832 i use uart
UART0_CONFIG_USE_EASY_DMA =1 consumption ~2.1mA
UART0_CONFIG_USE_EASY_DMA =0 consumption ~650uA
Is this a normal phenomenon, is it true...
Hello !
I'm Omar Rosas from Newark / Farnell tech Support.
I have a customer that he need's to know if there is a enclouser or housing for this part number NRF51822...
Hello,
Few days ago our CI builds which were written with Mesh SDK 1.0.0 started failing and it turns out that 1.0.0 was removed from https://www.nordicsemi.com/eng/nordic...
What is the ID for indicating that NO SD is required in a DFU pkg?
I am using SDK15 with a secure UART bootloader, but NO soft device. (just MBR, APP, BL & BL settings)...
Hi there,
we are currently designing an NFC antenna for our product based on the NRF52840.
The integration guide out of the spec is pretty comprehensive (see below)...
Hello everyone,
I would like to update my advertising data on the fly but actually it doesn't work. Some posts talk about this behaviour but no real answers.
Here's my...
Hi everyone.
In our products I am using the dfu bootloader included in the SDK 10 with very minor modifications affecting only what is advertised. Within the bootloader...
Hello!
I am trying to implement the Cycling Power from https://devzone.nordicsemi.com/f/nordic-q-a/9169/cycling-power-service-0x1818
Please, could you show how we need...
Sorry I am reposting this issue as by mistake I closed my previous question.
Hi, I have following issue and need some help. I am using SEGGER Embedded studio for ARM Release...
I used the command
nrfjprog -f NRF52 --program light_switch_proxy_client_nrf52832_xxAA_s132_6.0.0.hex –-chiperase
to programm the nrf52832 board and get the below...
Hello,
I found the strange phenomena on nRF52832.
By using the SAADC, I have some noise on ADC Data only at a certain temperature range.
Temperature range is depend...
Without FreeRTOS usbd working normaly with config:
#define NRF_SDH_DISPATCH_MODEL 0 #define APP_SCHEDULER_ENABLED 1
But with FreeRTOS need use
#define NRF_SDH_DISPATCH_MODEL...
I'm upgrading a client project from SDK 14.2 to SDK 15, and running into some undefined symbols in ble_dfu_unbonded.c:
Error[Pe020]: identifier "nrf_dfu_set_adv_name_svci_async_t...