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...
Hi,
I am working on the latest version of SDK (v14) and SoftDevice(v5) on nRF52382. When I call the sd_gap_disconnect it returns NRF_SUCCESS. However the BLE_GAP_DISCONNECT...
I was trying to verify the DFU functionality on SDK 14 on nRF52832. Here is what I did.
1. Using nRFgo to erase all
2. Program bootloader/soft device with C:\svn\nordic...
Hi,
I am using SDK v12.2 and gcc compiler. S132 softdevice for nrf51822 controller.
And i am using s132 softdevice.
I want to connect multiple nrf51 devices (approx. 14...
Hello sir,
I am using nRF52832 board and interface with 3 axis accelerator reading ADC for 3 Channel. I have use sample code for controlling in timer/RTC mode. My ADC is...
Hi,
I'm doing some measurement on the radio peripheral of the nRF52840 using the generated events and a timer which is set to run at 16MHz. Radio events and Start/Capture...
SDK version: 13.1
Hardware: nRF52832
Eclipse version: link text (I could not get the marketplace working in the latest Mars Eclipse version, so I downloaded this version...
I am evaluating the sdk14 ble_app_uart example. I am able to run this code and connect to this uart service but do not see messages get passed to the uart pin. Only when I...
I am using a nrf52832 Development Board with s132 for some BLE applications. I developed a beacon app, set for BLE peripheral, and every reading of the advertising from this...
Hi,
I'm using NRF51 DK board and i am following characteristic tutorial available. I am able to send temperature value over Bluetooth by using light blue app.. Instead of...
I am using nRF connect to debug an application on a nRF52832. When I perform a scan, I can see the UUID of the nRF52832 device I want to connect to. Where is this UUID stored...
Hi,
I'm unable to auto connect with nrf51 using nrf Connect App, if I select Connect using Auto-connect only and no Bonding in nrf Connect App for first time.
With Auto...
Hello,
i have a question about the range. I have a Bluetooth-Module with nRF52832. I tested it in my Office. Additional I can Change the Output power from +4 dBm to 0 dBm...
My use case involves buttonless beacons that should only be connected to by authenticated users on their mobile device (Android / iOS).
Once connected, these beacons will...