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...
U-blox NINA-B111-04B is being adopted. (Nordic Semiconductor nRF52832 is used) For product evaluation, I would like to connect with Anritsu BLE tester MT8852B for evaluation...
Hi all,
I am continuing with university project now in its 4th year of development for a wearables leg motion measurement application. Two trackers with identical hardware...
Hi,
We have a bluetooth product which uses Nrf52840 as the MCU. It composes of a peripheral and a central device of which connect with each other via bluetooth and they...
Hi,
We have a bluetooth product which uses Nrf52840 as the MCU. It composes of a peripheral and a central device of which connect with each other via bluetooth and they...
Primarily addressed Torbjørn Øvrebekk, Nordic.
Refer document nRF52 832 Product Specification v1. 4
I read " The same block in the Flash can only be written n WRITE number...
Hi,
I'd like to implement my own application level z_SysFatalErrorHandler so have declared it in main.c and removed the __weak qualifier, however when I force a fault it...
hi all
i want to create ble device with nrf51822 can connected to 433 rf transmitter device and when send every command to ble via ble service, ble device send specify command...
Hello,
I am trying to build the example code ncs/nrf/samples/nrf9160/secure_services in SES4.18 Mac.
However, the build failed with the error:
1> /Users/dev/nrf9160sdk...
Hi,
I am working on nRF52832 with SDK 15.3.0 with SoftDevice s112. I am actually shifting from nRF51 to nRF52. I have merged nrf51 custom code to nrf52, and able to advertise...
Hello everyone, I am using an nrf52840 development board with the NUS UART Central example from the SDKv15.3.0 packet as the code basis. I am also using the s140 softdevice...
Hello together,
in last 7 month every problem is solved about the stable nrf52dk, easy to understand SDK, pretty tutorials and so on (good job of the nordic developers!...
Hi,
I'm trying to implement USB MIDI class so my Nordic nRF52840 PDK is recognized as a USB MIDI controller (using the nRF52 USB port).
I followed Edvin advice here...
Hi all,
Last year, we have successfully developed main app with bootloader without SoftDevice on a custom board using the nrf52840. The starting address of the main app...
I have the following problem in my app:
Connect with BLE
Using the device works
Disconnect
Connect to BLE Device
Start Gatt.DiscoverServices()
Android does...
Hello Everyone,
We are using nRF52840 DK with Segger Embedded Studio (SES) using SDK v15.0 We are sending few command to sensor via SPI for reading sensor value. But while...