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, After i flashed the firmware MEFW nRF58122 0.11.0, MCP "start discovery" button is disabled. I flashed the lower version MEFW nRF58122 0.9.0. Same issue.
There is exception...
Dear all,
I have a question on the LFCLK accuracy in the smart beacon kit, which is pca20006.
When I see the specification of LFCLK crystal 32.768kHz, this crystal has...
I'm developing a product using a module with a built-in NRF51822 and I'm experiencing a strange error:
After staying in a connection for a long time (hours to days), the...
Hi, I'm making a product with the nRF51822 chip.
I was looking at the MFi.
As you see in the picture, the condition for not taking the MFi is like this.
At the...
Hi, I've written my own ACI code for an arm cortex M3. So far, everything is working fine. However, I've noticed that if all data credits are used up and a DisconnectedEvent...
I'm using nRF51822 SoC and i want to notify the Androïd(4.3) application with the changes of the Major value due to switching the beacon mode . How to change Major value ...
Hi,
i can say that i'm familiarized with nrf51 devices from some time ago.
Using softdevice 7.1.0 and MCP 3.7.1 i was able to perform a device firmware upgrade using just...
Hey I am working on nordic nRF51822, I have a doubt.
Basically I want to use it as an iBeacon and along the iBeacon payload I also want to send some services.
Is that fundamentally...
Hello,
I tried to get the bootloader dfu example with the S110 8.0 and the latest 8.0.0 SDK running but ran into tons of issues. The packet handling with KEIL is just insane...
Hello everyone!
I'm writing here becouse I'm quite new to the embedded world and I'm experiencing some troubles starting with this platform.. I must say that, since I found...
Hello,
In my application, I'm going to power the custom board with a fixed 5V connection. What is the best practice for powering the nRF51422 IC? I was thinking in using...
Hi.
We need to ring the Buzzer with 4.2kHZ PWM.
However, in the event of 4.2kHZ in nRF51822 PWM is inaccurate about 2us.
Please tell us how to fix it.
※link Very...
I use this step-by-step guide to run nrf51 Iot SDK example on nRF51822.
First I modified app_ipv6_coap_client_pca10028 such that I can run it on nRF51822.
I downloaded...
Hello Everyone,
Im using the NRF8001 for my application and was looking through the arduino SDK provided by nordic.
I want to run the device in UART mode but do not...
Hello!
I have been trying to figure out how to get the device ID/MAC address for the NRF8001, and I found the lib_aci function lib_aci_get_address() that calls a cmd event...