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...
Issue exists in SDK 15.0 and probably many many others...
I noticed that the nrf_log_push parameter is indicating it must be a constant pointer to a mutable character...
I'm attempting to pull the mesh bootloader out of the sdk and put it in its own makefile project, so it can be built separately.
I'm building with `gcc-arm-none-eabi-7-2017...
Hello,
I want to achieve bidirectional data communication between one central and two peripherals. Any my central device should be able to do bi-directional communication...
Hi. I have been looking through the forum to find anything that could answer my problem, but can't seem to find it. I am working a project, where our needs is to use a nrf52...
Hi there ...
In Softdevice S140 v6.1.0 started supporting advertising extension with this macro "BLE_GAP_ADV_SET_DATA_SIZE_EXTENDED_MAX_SUPPORTED" and I follow the migration...
Hi Team,
I am using nrf51822 for my project, i have connected a PIR Sensor and a push button also a LED driver WS2811 .
I am using ble app uart example as i have to control...
Hello,
I'm looking for 3D STEP model of nRF52840 QIAA aQFN73 package. I just found step model of dev kit, but not component itself. Could anyone help me and share one. ...
Hi,
I was trying to follow the steps for this example: https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo
However, I reached step 5, where I should compile...
Hi,
I am developing a bootloader for a custom board with the nRF52840 (nRF5 SDK v15.0.0 and SEGGER Embedded Studio V3.30) where we have no other option but to engage DFU...
Hi ,
I am working on application in which I am using GPIO pin to detect interrupt. GPIO pin normally has logic low level. When it becomes high level I have to generate...
We develop BLE server application on nRF52840 with SDK 1.5 using nRF52840-Preview-DK.
The application is built as multi tasks with freeRTOS where BLE is one of the tasks...
Hi,
I am using Keil uVision 5 and SDK 15 on nrf52840 development. NRF_LOG_ENABLED is set to 1 in sdk_config.h
But NRF_LOGS are not being printed in Debug(printf) viewer...
Hi,
when the micro go in: idle_state_handle(); I have 2 possibility:
If the soft device is present use the first instructions else the second.
This is correct, but...
Dear nordic,
I have an BLE application which works as Central and Peripheral and also which contain ADC,UART and GPIO's
Scanning and advertising controlled by application...