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.
Development platform : nRF52833-DK, s113, SDK 16.0.0, IAR 8.31.1
I am in the process of RF certification.
I downloaded the example at "nRF5_SDK_16.0.0_98a08e2...
I tried in vain to connect my nRF51822 eval board with LIS3DH using SPI. Currently I am using the SPI example in PCA10001 with spi_master_init and spi_master_tx_rx function...
Is there an issue with my clock that's causing the BLE not to advertise? The debugger seems to an error on the gatt_params_init() function, which should mean its a RAM address...
Dear BLE mesh Experts, We want to provision and operate a mesh network using an app that is running on various phones. The idea is to use a single phone during installation...
hi Forum. I'm working on a project with nrf52840 + S140 + TWI (SDK v16). Got all working separatly on my custom board, i.e. softdevice alone works fine and TWI also works...
Hi,
I'm trying to implement Install Codes on our project without good results: The end device could not join the coordinator network after retrying several times.
Because...
Hi All,
I need to send HCI commands from my uC to nRF52840 (with DTM firmware) via UART to for example set channel, Tx power, packet type etc.
Are there any examples/documentation...
Hello,
nRF52832 BLE project using SDK 15.3.0 and SoftDevice 112 v6.1.1. Circuit has the output of a comparator connected to two GPIO pins (COMPARATOR_PIN1, COMPARATOR_PIN2...
Hey guys, I'm currently working with NRF9160, developing code that requires a work-item to be scheduled within a time-frame (timeout value) that could go up to >24-hrs. I...
Hello,
I am using nRF52840 S140 v7.0.1 and using ble_app_blinky. I have a query on Secure Serial DFU if there is a change in Flash and Ram address.
In original example...
Hello,
I am using nRF52840-pdk with Keil5 and nRF-go studio for development purpose.
I am facing an issue that after new firmware version upload from nRF-go studio to...
Hi everyone,
Currently, I was developing an application on top of Zephyr. I notice that NRF52 SDK provides library for MQTT-SN protocol. However, my application needs to...
Can the TCLK timeout be changed? I have a ZigBee device that joins and performs a key exchange but then is forced to leave the network 12 seconds later due to a TCLK timeout...
I am working on a project that I need to scan bluetooth devices. I am using nrf52832 as a central, sdk 15.2 and s132 v6.1.1. when I activate the advertiser tab on nrf connect...
Hi,
I haven't ran the FOTA download library in a while and I was just testing it. I don't seem to be getting any of the FOTA_DOWNLOAD_EVT events. I am running nRF SDK v1...