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'm looking into the best way to split an application implementing a LwM2M stack over 6LoWPAN between the network and application cores of the nrf5340. I fell like the most...
I have an nRF51 based Bluefruit LE Friend device with the Nordic V3 BLE sniffer firmware installed. I am using the associated Nordic BLE interface with Wireshark 3.2.5 (64bit...
Hi everyone.
I know this is gonna be a long story, thank you for your patience...
I have successfully utilized a few examples in the SDK15.3 directory on my PCA10056...
Hello
I have an interesting problem from the ble_app_uart example modified to work with spis.
ble_nus.c code
In the ble_nus.c code (above) I modified to enable notifications...
I have some question about the scan timing, referring to the documentation here: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsds_s132%2FSDS%2Fs1xx%2Fmultilink_scheduling...
Hello Guys,
I am running an application which is sampling 3 ADC channels at 50 MHz. I am using sample buffers of size 150 and PPI to generate a sample event every 20 microseconds...
Hello,
I found one thread on this issue
https://devzone.nordicsemi.com/f/nordic-q-a/12029/segger-embedded-studio---unplaced_sections-problem
I have added the below linker...
Hi I am new to the SDK and I am working through the examples. I am currently looking at the UART example under examples/peripheral. Iam seeing that both the virtual comm port...
Hi,
I would like to ask, if I just want to "Download program", what components on the schematic diagram are needed?
Download program is OK, so first make sure that...
Hi all,
I've found an alexa gadget example but I can't seem to get it running on my nRF52840-DK. The example I've found was located under repository:
https://github.com...
nrfx_gpiote_irq_handler() which is nearly 150 lines of code. All the GPIOs seems to have same priority at the hardware level, how among different GPIO's Interrupts are processed...
Hi, I got an SDK15.2 project that we converted the bootloader to be both serial and ble for the dfu. Unfortunately we have a few units in the field that have only the BLE...
Hi,
I want to schedule timeslots back-to-back, or as close as possible. Question is how close to eachother timeslots can be scheduled?
I read the following about sd_radio_request...
I have a custom BLE service that works correctly with nRF Connect. When I use the API, though, it sends me the same value repeatedly and does not update to reflect new values...