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...
I'm trying to add buttonless DFU to the SDK's template application.
Here is my setup:
Soft Device 6.1.0
Secure Bootloader
Modified Template App (Added buttonless...
Hi,
I am using nrf52832 custom board with s132 to read data from 4 sensors using twi. i have 2 separate TWI with two different sensors on each bus. i am using nrf_drv_tw...
Hi,
I have a question with regards to the system-on sleep current of the nRF52840. This is specific to when using the bluetooth mesh and the nrf_mesh_disable() function...
Hello I am trying to connect nRF52832 development kit to use with Wireless vibration controller store.ncd.io/.../ using mesh module which is transmitting the data to the receiver...
Hi
I'm trying to combine NUS central and peripheral in a single nrf52840. Using SDK V 15.0.0 and softdevice V 6.0.0. Have added both ble_nus and ble_nus_c files and enabled...
I am trying to add Timer2 to light_switch server example. But it fails to compile with a undeclared error for NRFX_TIMER2_INST_IDX. I have set the following macros in sdk_config...
Hello all,
I plan on using the blinking LED authentication in mesh configuration, I have seen the nrf mesh app video where it is done using the app but I want to achieve...
Hello.
I am using the NRF52832 Evaluation board.
If I click the connected board of Device Manager to upload program application, nrfgo studio will be turned off without...
Hello,
I have an existing customer who has products based upon the nRF24L01+.
He would like to upgrade to the newer nRF52x series but is concerned about backwards compatibility...
Dear Nordic
I found a example using nrfx_twim_rx() to scan slaves, I was just wondering if I can use nrfx_twim_tx() to scan slave devices by send zero byte data? I use nrfx_twim_tx...
Hi,
In the BR Bluetooth (not BLE) there is a profile called OPP (object push profile) that enbled sending text messages to mobile phone with out the need to install any...
Please check the file attached in the attachment section. I am trying to compare NRF52 series chip. Please correct me if I am wrong and please add the missing values of NRF52810...
I see in the SDK that PB-remote is experimental.
"Provisioning over Mesh (PB-remote) (experimental)"
We are working on a very large project and are in the process of choosing...
I try to load my nRF52 with app via ble from windows 10 laptop.
nRF52 dev kit is loaded with the Softdevice and Bootloader from nRF5_SDK_12.1.0\examples\dfu\ble_dfu_send_hex...