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...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
I am working on a system where two nRF51 will communicate with use of the ANT protocol (S210). The master and slave must be paired after pressing a button on both sides. I...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
I want to power the dongle from a 5V battery but don't want to solder directly to USB pads at the risk of ruining them. Can I put the 5V from the battery at the Vin point...
I have S110 peripheral device with custom UUID, created as described in www.nordicsemi.com/.../80193304 .
On the other side i have S130 device who successfuly scans and connects...
Sorry for the non-tech. question but I just heard that BlueTooth group is significantly changing BLE licensing policy. Maybe it's some kind of FUD but it should be mandatory...
Hello,
I am running the s110_nrf51822_7.0.0_softdevice.hex and am encountering an nrf callback assert on line 1377 of rem.c.
Without any visibility into this code I...
Hello, before you say anything: "yes I have searched!" :D
I found that this question was similar to mine
How to write GPIOTE Interrupt
Now I am fairly certain that I...
Hello,
I am trying to connect to one specific device. To make this I am advertising with the whitelist. The problem is that the whitelist do not seem to work. I got the...
I am using the nRF51822 module. I am using the following code to set my device discoverable:
ble_gap_adv_params_t adv_params;
ble_gap_addr_t *whitelist_addr[1];
...
I've got a custom board with an nrf51822 (ic rev 2, QFAA), and I'm trying to understand some unexpected current draw that I'm seeing from the board. Currently the entire custom...
Hey there,
Red Bear Labs sells a board with a NRF51822 Module on it. From a past post I have found it is said:
"embedXcode supports the nRF51822 MDK board for both the...
I am playing with S130 to behave as a peripheral device and a central observer. This is working great.
I am new to the central side of things and have a quick question...