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...
I WANT TO INCLUDE GPIOTE WITH PPI EXAMPLE PROGRAM IN THE SDK. EVEN IF I ADDED THE INCLUDE FILE,GIVE THE PATH TO GPIOTE.H AND ALSo added tthe gpiote.c file in the nrf_Drivers...
Hi,
I have successfully sampled my signal using SAADC example at a sampling frequency of 10 Hz. I am using a flag in the saadc_callback() function which I read from the...
Hi,
The current consumption of nRF51822 and nRF52832 listed in the specifications are shown in the figure. The figure shows the current value of LDO mode.
The consumption...
Hi,
I'm having trouble performing a secure serial DFU with the nrf52 DK, I'm using the following components :
SDK 13.0.0 : experimental_bootloader_secure_serial example...
hi,
i have set the uart buffer size as 64. but when i am transmitting data,i found that the size might not enough(eg. there are 100 Bytes to send).how could i do except for...
Hello,
I work on an application which use the pc-ble-driver 1.0 as BLE central for handling external peripheral devices.
Now, I am working on bonding procedure. To make...
I'm attempting to take a 115k baud stream of NMEA sentences from a GPS sensor, and outputting it to a phone based on the UART example. While I'm not sure if BLE is perfectly...
Using the ble_app_uart example on the nRF52 PDK, I can easily send multiple packets per connection interval--if I send a long string using ble_nus_string_send(), the notification...
Hi.
I've just received my nRF52840-PDK and now I am trying to run usb examples from SDK 13.1.0.
I have started with VisualGDB using arm-eabi toolchain and USB HID Generic...
Setting interrupt priority according to FreeRTOS documentation is an inverted priority sequencing, i.e. lower number is high priority. However in the freeRTOS example provided...
Hi,
I am seeing an issue where after enabling read back protection (rbp) on NRF52 and using sdk 12.1 the tag goes to state where it drains a lot of current.
command used...
Hello!
I'm using SDK 12.3.0 with nRF51822. Unfortunately since the begining I've got a problem with TWI interface. It keeps crushing my app. For no reason. At the beginning...