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...
I want to update status in manufacturer specific data of advertisement packet. is there necessary to stop advertising first then reinitialize advertisement data and again...
Hello peeps,
nRF52480 I2C Interface with Invensense ICM 20948. I am using SDK 15.2. I see there is some Support for MPU 6050 Invensense but not for ICM 20948. A lot of Registers...
Hello,
I am currently working on the nRF SDK for Mesh v3.1 and I am using a static provisioner as in the light switch example. I have merged the client and server functionality...
Hello! I have a custom board with a NRF52832 chip that is working fine with the last program I flashed into. But since yesterday I can’t access it to load a new code (flash...
What all do I need to modify in the Blinky peripheral (from SDK 16) with in order for the 840 DK to advertise and connect with CODED PHY in long range mode?
My code compiles...
Hi everyone,
I am looking at using MQTT v3.1.1 with TLS 1.2, to send data to Azure IoT Hub.
I tested the MQTT Simple sample and it worked perfeclty. So I am modifying...
nrf52832 , I have flashed ble_peripheral/ble_app_uart with simple modifications
ble doesn’t advertise while Jlink/seggar debugger is connected to our custom board.
...
I use SDK16.0
use BLE + Multiple Beacon, Beacon use timeslot,BLE use softdevice.
I want to modify the advertising content of BLE,But use advertising_stop->advertising_init...
I'm currently working on integrating modem FOTA updates into my application. I have the FOTA working at the moment, I'm able to go to and from a FOTA-TEST version with the...
I try to run this sample https://github.com/NordicPlayground/fw-nrfconnect-nrf/tree/master/samples/nrf9160/mqtt_simple from the master branch, but when I connect to the network...
I'm connecting the battery to the VDDH 3.6V or 3.7V and sensor to VDD, it means nrf52833 get powred on from VDDH and sensor get the power from VDD. is it ok? please check...
I use the nRF52840 MCU and SDK 16 with S140 softdevice. I want to use spi interface to control 3 SPI slave. They share the same SCK, MISO and MOSI. I use 3 chip select pis...
We're using the IOS-Pods-DFU-Library on an iOS13 iPhone connecting with an embedded device that supports Nordic NRF DFU. We're experiencing some issues with both the nRFConnect...