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, 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...
Hi,
I am trying to run the example ble_central_and_peripheral_experimental (SDK 9), I program the device with S130 and the hex file. The other two devices I program it with...
Hi,
What is the meaning of "NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION"?
It means use the internal RC clock source, but what is the meaning of "250_PPM_250MS_CALIBRATION...
My application uses the WDT. In my application, I use a soft reset to enter the bootloader. Because the soft reset does not reset the WDT the program will reset while in the...
Hi, current i'm writing a program in nordic nrf51822 chip and I facing the problem of region RAM overflowed with stack after adding the BLE code as shown below :
//***...
I have a RFID application in which there is a Reader and a tag. The Reader reads the tag information once the tag is in the Reader's range. The tag is an active tag.
The...
I'm working with app_fifo_uart and I'm seeing that my event handler gets the event 'APP_UART_TX_EMPTY' repeatedly. Multiple times a second. Is there any reason for this? Can...
I am using my nrf51-DK with mBed for prototyping. I noticed recently, that the DK had stopped broadcasting a BLE service, so I followed instructions to update the firmware...
I was under the impression that HomeKit was an extension of the MFi Accessory Interface Specification, which relies on the iAP protocol to access additional functionality...
Hi, I'm trying to run the ble_app_uart_s132_pca10040 demo but I can't get it to work.
We're using Keil 5.17 and downloading the example from the pack installer.
The packs...
Hi,
I always see HardFault when I debug a float point code. But it can run smoothly in run-time.
Firstly, I use code Style-1.
float val
val = (int32_t)NRF_ADC->RESULT;...
Hi,
We decided to add NFC functionality to our nRF52 open source sensor beacon design, RuuviTag: http://ruuvi.com
I would like to ask your opinion about the antenna...
I'm quite new to the Bluetooth development in gereral...
I want to design a Hardware using the nRF51 Dongle as the reference Design.
The plan is to take the Altium Files...
Hello Nordic Team,
i've get my things working and i figured out how i can set service data and to display it in nRF Master Control.
Now i want to CHANGE my service data...