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 have a mesh network established with one of the nodes being the provisioner. I am currently using Laird BL652. I want to make an android application for the mesh such...
hi support team,
i have one question about 9160 TCP communication, is data re-transmission fulfillment by the modem? how does it work when in psm mode?
for example, when...
Hello All,
I am working on nRF51822 custom board.Use SDK nRF5 12.3.0 in IAR workbench.
I am use ble peripheral example path given below,
...\...\examples\ble_peripheral...
Hi!
I am trying to add service data to my scan response service data for a custom service. I am unsure of how to set the UUID correctly for this.
UUID declaration:
...
After compiling, loading and running the example code for "ble_app_hts", on an nRF52 DK board, I connected to it using the nRF BLE Toolbox app "HTM" on an Android phone. The...
Hi,
I am working on nrf52sdk devkit. I am using max30208 temp. sensor. I configured one project twi_sensor and it's working properly. but when I merged this code into ble_app_hts...
Hi All:
Good Morning.
I have some problems about how to modify nRF52840 pins in Thread NCP/RCP SPI project,I have checked this link https://devzone.nordicsemi.com...
Hi, l’m have a new question: Is BLE_GATTS_VAR_ATTR_LEN_MAX limited 512?I need to adjust it in my project. I tried to modify the parameter of BLE_GATTS_VAR_ATTR_LEN_MAX , Increased...
Hi, Im biulding Demo App with Ble using Nordic Library, i want to build App kind of send Massage to phone from device BLE, and vice versa, pls theo me what to do. i connected...
I want to program a new firmware in the DVK-RM186 and get the following message
ERROR: nrfjprog.dll load failed.
What to do
Best Regards,
Piet
186_EU Module type...
Hello, I'm working on a custom board, and I use JLink OB as programmer. Whenever I try to connect to nRF52811 on the board, this happens:
I check the connections, everything...
Error while probing devices: Error occured when get serial numbers. Errorcode: CouldNotCallFunction (0x9) Lowlevel error: INVALID_OPERATION (fffffffe)
popped up on the log...
Hi
We are testing using "ble_app_uart". In case of APP_UART_COMMUNICATION_ERROR, I would like to restart only UART.
In this case, does it restart just by executing "uart_init...