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...
Dear Nordic Team,
Thanks for support.
I want to merge softdevice hex,application hex and bootloader hex. I am using windows 7 OS and my SDK version nRF5_SDK_11.0.0_89a8197...
When a nRF52 BLE as peripheral had connected to a BLE device as Central, if the nRF52 BLE also coule connect to other BLE device as Central at the same time with the supoort...
Dear Nordic Team,
Thanks for support.
I try to make zip file generation using command promt as per the nordic document(How to generate the INIT file for the DFU.pdf...
I want to test RF during production but I do not have any GPIO or UART points on my DUT so I don't want to run the DTM. Can anyone tell me what problems there are with this...
Hi:
I reference rate meter program:
“nRF5_SDK_11.0.0_89a8197\examples\ble_peripheral\ble_app_hrs\pca10040\s132_with_dfu”.
After function "device_manager_init",I handle...
HI,
I am now trying to use nrf51_iot_sdk_0.8.0_f1f6187. And I have run example application in nrf51 iot sdk on nrf51-dk board. It works fine.
Now I want to develop on...
I want to send a service changed indicate after upgrading app by dfu.I know dfu already so that,but i don't know that how dfu do that.
there is service_change_indicate...
I used to able to get the blinky example in SDK11 to work. But for some unknown reason I couldn't scan my device using Nordic master control panel. The LED1 will be turned...
Can the nRF52 output the 32.768kHz clock on a GPIO. If so, do I need the 32.768kHz xtal, or can I output the generated clock from the 32MHz xtal? I need this clock to sync...
Hi
Yesterday I downloaded the new SDK12 and checked what changes could be relevant for my ongoing/next projects.
One remarkable thing was the fact that almost any peer...
Hello,
I'm trying to upgrade the application on my board via OTA DFU but it seems to fail if the app file is greater than 64KB:
DFU fails with my app which is 70kB and...
Hello!
I want to connect the MCP9808 with the nrf52832. Therefor I use i2C.
My example on the nrf52832 is the:
<nRF5_SDK_v11_0_0 folder>\examples\ble_peripheral\experimental_ble_app_eddystone...
Hi , I am using nRF51822 as a ble_peripheral to send the sensor data to the phone. I already add a characteristic with the property of notify , and it could work when using...
Hello,
I've been working with the SPI Slave on a nRF51-DK for several days. I am using the nRF51-DK (PCA10028), S130 v1.0.0 and SDK v10.0.0. First, I set up a RX and TX...