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!
My BLE peripheral needs to change its "static" passkey under certain circumstance.
However, when I attempt to connect after setting it, I get a PM_CONN_SEC_ERROR_PIN_OR_KEY_MISSING...
Hello everyone,
I'm trying to interface a NiceRF LN610 LoRaWAN chip to nRF52840 via UART. Initially, I tried communicating with the chip using CP2102 USB-to-TTL module and...
Hi,
In order to measure the RF power, I measured the RF power by radiating inside the RF shield box.
But there is something strange.
The position between the device...
Hi ,
I want to develop the firmware to read the nfc tag and read the sensor data send to the application via BLE I have read many post regarding nfc . Let me explain what...
Hi,
I am working on temp. sensor with nrf52832 dev kit for firmware testing and development and also using nrf52810 for product testing.
in my code, I merged twi communication...
hi,
I want to develop a project based on ble beacon mode and ble app hts code.
and I am using nrf52810. so will it work if I merge both codes and use for this project...
I know that nrf_cal_set_time() from the nrf calendar example is NOT meant to be called on a regular basis / should only be called to update the time being kept locally to...
Hi,
We are looking for a guideline to trigger GPIO and SAADC sampling at the same time.
Our purpose is to sample every 20 m
Hi,
We are looking for a guideline...
Hi, We have a DFU OTA process that was functional, but updating our softdevice to s113 7.2.0 has left us with a problem - since the softdevice does not exist in the nrfutil...
Hello.
I am doing a small project where nrf52 reads data from a BME280 temperature sensor via SPI and sends it using ESB.
I have no experience with radio, so I use a ready...
I would like to use the NRF24L01+ from a 3v coin cell, but interface it over SPI with a 1.8v-powered microcontroller. Assuming the uC is tolerant of the NRF SPI outputs, I...
We have a application where data transfers happen through a mechanism where the external client does a write-without-response to send in a command. The response to the command...
I am busy with my first BLE project , programming a custom service for both pheripheral and central role. I have already finished the pheripheral service, using a custom service...
There are other GPS modules on the market which can give information like "the device is within 10 meters of the given coordinates". Is there a way to either get this information...
Hello,
i am using AES CCM encryption available in nrf52832,
my data which need to be encrypt is same every time. data will encrypt and 4 byte will add at the end of...