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...
hi :
i send characters of SPI master of 52DK to SPI slave of our target board(Nordic nRF52832), our target board use SDK v12 spis example. but spi slave event can not rececive...
I am using SDK 12.3.0 and S130 2.0.1.
In example ble_app_uart and ble_app_uart_c,
Central setting:
Peripheral setting:
Why it took so long to discover service...
Using the same connectivity firmware, a dfu update using nrfutil takes about four times as long as the same update using nrf connect. I have to setup dfu updating in a production...
Hi,
I am trying to communicate with a Wi-Fi module external to nRF52840 via UART. I am using the nrf_serial_read() API. I have tried different values for UART baud rate...
Hello, I am trying to broadcast a data among 2 receivers with a special ACK payload. I transmit and gather ACK with one receiver properly yet m_nrf_esb_mainstate locks in...
Hi,
I am trying to use Segger embedded studio for my project,
I get these errors:
Building ‘ble_app_uart_c_pca10028_s130’ from solution ‘ble_app_uart_c_pca10028_s130...
hello,BPROT does not work normally when i am debugging BPROT.
when i set CONFIG0 bit2 to 1,that is NRF_BPROT->CONFIG0 = 0x00000004,then i want to erase block 2(start address...
I am having a hard time turning ON semihosting. Here's my setup:
- Debugging is done via Eclipse GDB SEGGER J-Link Debugging with the Enable Semihosting checked and console...
Hi all,
I have a problem. I add NUS to light switch proxy . But the first time, I use nRF_UART or nRF Mesh connect to my Dev Kit. Then, I disconnect , I see it run MESH_GATT_EVT_TYPE_DISCONNECTED...
Hi,
I'm trying to set up a custom project with all the mentioned components. I build the bootloader, I'm using the `s140_nrf52_6.0.0_softdevice.hex` for the softdevice and...
Hi,
When i tried the light switch example from the Mesh 2.0 source code, i got the error code NRF_FAULT_ID_SD_ASSERT. when it is doing the provision process.
The last...
hi Nordic Support Team,
One Of Client has a Machine with Bluetooth Sending some Data every 1min.
They want to capture this data and Send this data through Mesh. Is it...
Hello,
I am using sdk 12.2.2 and nrf52 customised development board. My challenge is as follows.
1) I am getting success in fds'_write function.
ret_code_t ret = fds_record_write...
We planing to use the NFR52832 with heavy algorithm (Real time ECG analysis) with light BLE use. Does the BLE have higher priority that can slows the algorithm?
I have a wireless project. Requirements as:
Support platforms: Desktop/Laptop and mobile, Pc/Mac/IOS/Android. etc.
many connections: flexible but can support 100+...