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,
Is the Errata 15 applicable to Softdevice?
Does Softdevice at any point read the RAM state using RAM[x].POWERSET and RAM[x].POWERCLR registers?
Thanks,
Just...
Hi Now I'm developing using nRF52832, and trying to estimate programming time.
So, I want to know what time to wrie one word "tWRITE" mean exactly. Does it mean that one...
Hello, I am currently building a wireless sensor network, and I am searching for a transceiver and not a complete system on chip. I was working using NRF24L01, and now is...
I tried to write in flash since a couple of weeks.. and i am not able to do it... I am using SoftDevice... so i think i have to use Persistent Storage Manager Where can i...
Hi Devzone:
I am using the example project "fsorage" on nRF52840.
I see the project specifies the range for the flash storage to be
.start_addr = 0x3e000, .end_addr...
Hello
I am preparing for Bluetooth SIG certification. I use nRF52810 / SDK15.0.0 / S112 6.0.0.
I've been helped by Nordic about QDID before.
https://devzone.nordicsemi...
Hi there
After initializing the SoftDevice S132 V6.1.0, I request the HF crystal by calling the function sd_clock_hfclk_request():
Later in the code, after a BLE connection...
SDK:V16.0.0
chip:52832
development kit:window+keil
I trying to combine libuarte and ble_central\ble_app_multilink_central\. My project work well in ble_central. But...
Hello everyone, I need to build a photo capture application.
And the CMOS sensor go through MIPI-CSI2 interface.
Is there any example code and library for nRF5340?
Hi,
How should the USB pins be handled in case I don´t want to use them? Should they be just left unconnected?
What about VBUS pin?
Thanks and regards,
Juan
Hello,
I got the issue to run the NRF9160 DK as an external AT-Modem. What I need to do is to issue AT-Commands over the UART, which control the NRF9160 modem through an...
Hi , I am running zigbee cli example code from sdk and configuring nrf52840 board as coordinator and trying to add xbee module to zigbee network. Coordinator is not accepting...
OK, a bit of confusion somebody can clear up for me, I hope;
Does NRF_SERIAL_EVENT_RX_DATA get sent when there is ANY data in the RX buffer, or only when the RX buffer is...