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, 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...
Hello all,
In many thread I can read that it is not recommended to use the internal DC-DC converter to supply the nRF51822.
Can you tell me why it is better to use an...
Greetings all -
We have an nrf51-dongle for development and testing purposes, and are unable to connect to the device over USB with any of the Segger or Nordic tools. I...
Due to BLE's low range, license costs and unneeded complexity, I am looking in to pure radio RF. I am curious about ESB and Gazelle, and which one is good for relatively simple...
Testing OTA using nRF Toolbox on Android. Everything works fine, but for some reason the file selection is "stuck" in dropbox, i.e. I can not go up a level from dropbox, and...
my development environment is nRF-DK and IOT SDK
Q1 : IOT SDK Support Gatt Profile?
Q2 : IoT SDK Support DFU mode?
Q3 : in ipv6 coap server example, how i broadcast...
Hi!
I have custom board with nRF51822 and I need to communicate with serial flash W25X40 using SPI master example with SoftDevice enabled (S110 is used). I worked with...
Hello Everyone
i am using LINK LOSS service i would like to send notifcation to the peer device if the connection is lost and also if the connection is made between two...
Hi,
How to send large amount of data, using multiple characteristics? Assume that my data size 800 bytes and characteristics with notify property. I did splitting the data...
Hello,
I am looking for a way to send more than 20 bytes by using 'sd_ble_gatts_hvx' function.
I want to get the maximum debit that is in theory 6x20 bytes
Do I just...
Hello everyone,
I am doing a project in which a nRF58122 is getting data of an accelerometer and an ADC. Those can be set a really high frequencies. The problem is, when...
Hi all,
I'm working with the Nordic nRF51422 DK that has the nRF51422 chip with 32 KB of RAM.
My application works great on it using the SoftDevice S130 as BLE stack....
Hello!
I have been experiencing some trouble with the PStorage API. I have browsed every example and similar question I can find and none seem to match the continuing issues...