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,
Is there a way on the nRF52 to clear the APPPROTECT bits once they have been set?
On the nRF51, it was still possible to erase the chip to clear the readback protection...
Hi,
I'm trying to build the blinky example of nrf52 Development Kit in KEIL 5.17 but I keep getting this error :
Error #540: 'ARM::CMSIS:CORE:3.40.0' component is not...
Hi
what's the best way to update the application on a nRF51822 beacon? I tried using the nRF Beacon Android application but wherever I put my hex file from Keil it was...
I am having an application for nRF51822 with S110 soft device, and setting up DFU. There's now bootloader running. On my Windows PC, I am trying like this:
nrfutil dfu...
I've been looking into the OTA DFU dfu_init_template.c. It seems that dfu_init_postvalidate function can be used to perform a CRC check. However, in bootloader.c it seems...
Hello,
our company is, amongst other things, developing motors for roller blinds.
A recent product idea is as follows: We have in a room, for example, 3 blinds with motors...
Hi.
I'm using nRF51 DK for developing a device.
and, I'm trying to use 24LC01B(external eeprom) by i2c.
Looking for code used for i2c, there are two *.c files, sw...
The documentation for this function states the following:
This function initiates or resumes a
Primary Service discovery procedure,
starting from the supplied handle...
kindly check this thread at first
my question is when I tried to power off the system using sd_power_off(); then waked up the system then try to connect, it requests to...
I have written an iOS application that is connecting to the BLE UART example (...\nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_uart) running on an nRF51 DK. I am...
If I understand it right, in java you cannot define a value as unsigned int. So the MSB of a Byte will decide, if the value is positive or negative.
But I have to use all...
I am trying to use the nRF51822 to capture all Bluetooth Low Energy packets on a channel. In it's final application environment the chip will have to fulfill several functions...
I performed flash read using nrfjprog --readcode . here the snipped of the output file
:020000040000FA
:10000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
:10001000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0...
Both nrf51 & nrf52 SoftDevice specs say that this can be done:
infocenter.nordicsemi.com/index.jsp
infocenter.nordicsemi.com/index.jsp
There have been a couple of...