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, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm using the ble_app_grs_freertos example. I'm trying to maximize its thru-put potential for Central devices which can support the high data rates. For this I've used the...
Hi, guys,
What I do:
Add freeRTOS into ble_app_hrs example project in SDK15.0
What matter I get:
When I set NRF_SDH_BLE_GATT_MAX_MTU_SIZE as 247, the device can not...
Hi Guys,
I am using Si7021 I2C temperature sensor and I want to read the temperature value using nrf52840-DK. I connected the sensor to the 27,26 pin.
I wanted to read...
DK version: nRF5_SDK_15.0.0_a53641a
Softdevice version: s132_nrf52_6.0.0_softdevice
I am using a Fanstel BT832X SOC, which has the SKY66112 PA, on a custom PCB. The...
Hello,
I am using UART to receive data on a nRF52840 DK.
I have written some code using the Serial Port Library.
I have attached snippets of the code dealing with the...
Hi,
I'm working on a tone library. I'm using timer2 and ppi channels to generate 50% pwm signal.
It's working fine.
Now i want to add another timer comparison ( timeout...
I am trying to see if there is a way I can generate a multi frequency audio signal without additional hardware. I am talking about something similar to DTMF. The audio wave...
Would you please tell me how to use the nrf52832 PWM interface to implement differential output to spkr?
Here is my PWM interface configuration code:
NRF_PWM0->PSEL...
I am working on a device which also needs to give audio feedback to the user.
The app on the mobile phone needs to send a wav (or similar) file (mono, speech) to the device...
hi, I am using nrf52832 development board for PWM and I want to play an audio (.wav) file using PWM, I am unable to play the audio clip using the PWM, and same audio file...
Hello,
I'm using SDK15.3 and trying to do a non-connectable advertising while connected.
For that I set my adv package as non-connectable, however, when I run the function...
Dear Nordic Team,
I have a BLE application that we developed on nRF52840 DK for S140 based SoC and this application is working fine on the DK Board.
Now we would like...
I am using IAR version 8.30.2 . When I try to build the example project is the nRF5_SDK_15.3.0_59ac345 for 802.15.4 for the wireless UART I get a build error:
wchar_t in...