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'm developing multiple peripheral and a central. Central is only scanning and Peripherals are only advertising.
In the example, I see that I should use the ble_app_blinky...
I get a BLE_HCI_CONNECTION_TIMEOUT error when I use NRF connect to connect to my dev board only when my dev board is using SD 6.1.0.
Once I get the error I have to reset...
Hi, I am new on BLE development and a bit confuse on choosing development kit. After search around, I learned the following, please tell me if any wrong:
Segger JLink...
I am trying to debug the DFU in IAR. I realize I will have to turn optimization off and grow the flash size in the linker file. However, when flashing as is I get the following...
Hi, Nordic Team
My development environment is PCA10028, SoftDevice 130, SDK12.3.0
I am developing a multi role.
#define CENTRAL_LINK_COUNT 7
#define PERIPHERAL_LINK_COUNT...
SDK version: 14.2.0
I use "ble_app_hrs_freertos" as code base and modify it to create a "ble_app_template_freertos" project.
" softdevice_task " is already in this project...
hello,
For now, I have to power cycle my board or manually send "nrfjprog -f NRF52 --reset" to start the application firmware after download. I would like the application...
Hi all,
I'm trying to combine the BLE NUS central with USB CDC functionality.
I have copied over functions from the USB CDC ACM example into the BLE_APP_UART central example...
Hi everybody,
I am meeting a strange problem that i can't compile the .h file from the nRF5_SDK_15.0.0_a53641a\integration\nrfx\legacy and nRF5_SDK_15.0.0_a53641a\modules...
I want to make a burn file, but I get an error when merging hex files. : “The hex files cannot be merged since there are conflicts.”,When I cancel the compilation of the nrf_dfu_settings...
Hi.
I am following below step for Installing micro_ecc_lib_nrf52.lib.
1.Install version 4.9-2015-q3-update of the GCC compiler toolchain for ARM. You can use ARM's Launchpad...
Hello!
I have a custom pcb with Lsm6dsl connect to nrf52832 via i2c.
I can write and read regs of Lsm6dsl well ( reg "who_am_I" return 0x6a as describe in datasheet )...
Hi,
Does nRF51822 have FCC ID? We are currently in the process of FCC ccertification and we would need this knowledge to see what test should be done.
Please let us...
Hi,
I wanna insert the accelerometer and gyroscope in my solution. Now, I am using the nRF52840 and I wanna know if you can recomend any library and/or shield to add this...