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,
We are using ncs 1.0.0 and modem fw version 1.0.1.
We are currently using 2 UART, 1 SPI and 1 I2C peripheral in our application.
We want to use one more UART in...
I merge all hex file of Bootloader, Bootloader Settings, SoftDevice and Application with Buttonless DFU code included into one hex file. After that, i recover the device....
Hello Nordic team,
I am trying to get my product read for FCC/CE compliance testing. I came across the radio_test example and other examples posted on DevZone. I have the...
Hi,
I have just recently started to develop an NRF52832 chip with Keil uVision 5.
My setup is the following:
PCA10028 Development kit connected to Feather NRF52832 bluefruit...
Hi,
We are planning to add an external flash to our nrf52840 based design.
The flash type is
http://www.puyasemi.com/uploadfiles/2019/06/20190604154800480.pdf
I'd...
I used This char tutorial for this project. Basicly I added beacon advertising mod with a connection mode to this project and I tried to changed minor and major of the device...
Hello! Something strange is happening with my nrf51822.
I have a simple code to obtain data from the ADC and send it through BLE.
I do the following in the main loop:...
Hi,
I am new to Nordic Thingy91.
I have tried to connect Nordic Thingy91 (nRF9160) device using "nRF connect v3.2.0", via USB. But I am facing, below issue.
Issue 1...
Hi,
I am getting the same error despite adding the files properly.I even tried by providing the absolute path.
"nrf_section_iter.h": No such file or directory.
I get errors saying XYZ.h header file is not included though I have included them everywhere. Please help me on how to resolve them.
Regards,
S Sachin Goud
Im use the \nRFready Smart Remote 3 nRF52 v1.2.1alpha\nRF5x SDK-SR3\examples\ble_peripheral\smart_remote_3_nrf52\Projects\Firmware_nRF52832 code ,then I have dowmload the...
Hello -
This is a strange problem and I'm guessing I am missing something obvious. I am using the sd_ble_gap_scan_start() API to perform active scanning as follows:
...
Sdk: nRF5_SDK_15.3.0_59ac345
example: nRF5_SDK_15.3.0_59ac345.s.ble_peripheral\ble_app_hids_keyboard
question: After connecting to ios, ios virtual keyboard is automatically...
In some other non-hid app, I can set APP_ADV_TIMEOUT_IN_SECONDS to zero and it worked fine. The advertising is continuous.
But in the ble_app_hids_mouse, I set both APP_ADV_FAST_DURATION...