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...
Hello Nordic Team,
I am having issues with the HCI UART firmware for the nRF52840 on the Thingy91. I have been using the HCI UART firmware from nRF Connect SDK 1.0.0 for...
Hi, I am working on a project to send commands from mobile to device and vice versa. I am using nRF5_SDK_17.0.0_9d13099\examples\ble_peripheral\ble_app_template . I have made...
Hello,
I am using : SDK 17.0.2 and S132_7.2.0 with nrf52832 DK
in my BLE application, the FDS has 2 behaviors :
1) When the softdevice is enabled : fds_write returns...
Hello,
I´m searching some information about the NB-IoT protocol stack and the overhead which is send with every message.
I nearly searched the whole net but didn't find...
Hi,
It has been stated that nRF9160 doesn't support RLC UNACK, which we have also observed with nRF9160-DK in signalling mode against radio communication tester. Are there...
Hi,
I have a setup where mobile device(central) connect to nrf51dk (peripheral) and exchange data for a time. I want to detect unplanned disconnection of mobile device in...
Hi all, I try read DEVICEID in non-secure application but always return "BUS FAULT", I tried too enable NRF_FICR register in "spm.c" but the error persist!
I try
NRF_FICR_S...
Good morning Nordic,
I am trying to configure the I2C pins for our board (using nRF5340-QKAA SoC) but I cannot find the pin numbers for I2C_SDA and I2C_SCL.
All I could...
Hi all,
We are using the BMD-340 from uBlox, which runs the nRF52840 SoC.
On this BLE Peripheral, we are running the ble peripheral demo project ble_app_uart (pca10056...
Hi,
I am trying to disconnect an Android smartphone from the nRF52840. After trying for some time we found out that the BLE stack of Android does not reliably closes a Bluetooth...
hi..folks
wish you happiee new year
i am using nrf52832 whille i tried to pair my device with my android , i am getting an error message " pairing rejected by nordic_uart...
Hi,
According to below thread, the advertising interval has a random 0 - 10 msec delta, so if the adv interval is 20 mses, if run it for long enough, will the result be...
Hi,
I would like to use the PDM interface for my application in nrf52840.
I configured the driver, and started using the SDK's API successfully.
Question 1:
During...
We want to achieve something like this -> We have several BLE peripherals with us and we are going to connect this peripherals to nrf9160 using nrf52 module and then send...
Hi,master
I want to learn DFU/bootloader, I am looking at the official source code, but my ability is too bad, I can't understand it at all. Is there any detailed information...