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,
We survey APPLE's ANCS right now! But we have a question that need your help.
I use ios device ios 8.3,ble softdevice 8.0
I have some questions about the pairing...
Hi,
I tryed to compile code for DFU from GitHub, but every time some file is missing, then I must search it on net, then download for 100 times!!! When I thought I finished...
Hello,
I have to transfer 256 bytes over BLE using a nrf51822 with s110 SD. I have used the steps in the guide in this post: devzone.nordicsemi.com/.../ and it works fine...
Hi all,
The ble_app_keyboard demo could not connect to ipad smoothly like followed operation:
1.use two iPads(ios8.2), iPad A and iPad B;
2.use the ble_app_keyboard...
Hello there,
I have a question about compatibility of dongle with ble_peripheral examples.
I have been using pca10028 nRF51-dk running ble_peripheral examples (+S110)...
Hi,
I am using nRF51822 controller for my development. I implemented the system sleep mode as below.
for (;;)
{
power_manage();
}
void power_manage(void)
{
uint32_t...
Hello, I found that there has been SDK update for NRF52 regarding NFC. Currently, it looks like NFC is just used for tagging.
I'd like to know whether I can use NFC peripheral...
Where can I find the BLE_GAP_EVT_ADV_REPORT value if I am using S310 SoftDevice?
Without it I cannot use my client to get advertising data from server. Or is there any other...
Hi Nordic:
I have two questions about SoftDevice s130:
Device A,B,C,D are using s130.
When this device (called A) is a peripheral and connected with a tablet...
Dear Nordic developers!
I am working on a project, which should use the ANT+ and the BLE communications, too. The S310 SoftDevice is good for them, but I have some problem...
Hi
I have been reading a lot of posts and the documentation on DFU for SDK7.2, but something is not really clear to me.
When I compile and program the boot loader in my...