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,
Can broadcasting be set to unconnectable mode to reduce power consumption? I tried to set the broadcast to p_advertising->adv_params.properties.type = BLE_GAP_ADV_TYPE_NONCONNECTABLE_SCANNABLE_UNDIRECTED...
Dear community
In an attempt to implement an LTE TCP client, I'm stuck at the problem, that `recv()` doesn't return after the server has closed the connection.
My test...
Hi All,
in Segger Studio those project explorer "code' and 'data' columns that pop up every time you change something are slowly getting at my nerves. In my humble opinion...
I would like to share a common time references between the NET and APP CPUs. This can be a single timer which both CPUs can access or two independent timers as long as the...
Hi,
Im working with serial LTE modem sampleApp which I have manage to compile, connect to my server and validate that it works using nrfConnect LTE Link Monitor to send...
Hello, I'm having trouble to understand why the saadc buffer is not being filled.
I had already tested this functionality without the softdevice, and everything worked fine...
Dear technical support team,
I'm using a PCA10040 board to sniff BLE packet.
Following the document named "nRF Sniffer for Bluetooth LE v3.0.0", I managed to see some...
Hello,
We are working on a project with NRF52832-QFAA-R7. The application include implementation of Bluetooth mesh. Our software team needs some clarifications and support...
My windows 10 PC no longer recognizes the development kit as a USB device (which it did when I started), but when put it in bootloader mode the bootloader USB drive shows...
I am working on some production scripting and as I want this to be able to run under both windows and linux I have been trying to erase all the NRF52840 using NVMC accesses...
Hey,
We are trying to design a PCB antenna and checking in the nwp_008 white paper.
In the nwp_008, it is saying,
The antenna is fabricated on a standard 1.6mm FR4...
Hello, everyone. I use sdk v17 and pca10040. I put the example 'pwm_library' in the example 'ble_app_uart'. However, 'NRFX_TIMER_INSTANCE (id)' in 'nrfx_timer.h' will generate...