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'd like to understand why BLE_GAP_ADV_TYPE_ADV_IND is used while using a whitelist.
An example application that does this is the ble_app_proximity app. You'll see the...
Hi.
I need to use multiple SPI devices and I'm not sure which is the proper way to handle this, should I open/close each time the SPI port with different SS pin configurations...
Hi,
I wonder if nrf51822 has a clock inside it.
It doesn't need to be real clock
but It's important to me.
I store datas on flash and send it to the phone when it...
Greetings,
Kudos for implementing a no glitch version of PWM with and without using timeslot.
github.com/.../nrf_pwm_noglitch.c.
Could the reasoning for the following...
Hi,
I'm really struggling and the Android side (I guess?)
I have a nRF51 app based on the UART initially, with my own services added. etc.
On the Windows MCP it behaves...
Hello,
I work on nrf51822 with S130. I use nus service with uart_c and it's very slow (500 ms to send "abc" test string).
I am not energy limited on this application...
I'm working in a project & I need to update my firmware from my mobile app not through the nordic applications, when I tried nordic applications, just to prove the concept...
It's said that timer0 is used by softdevice and the current consumption differentiates for the defferent timer frequency (PS V3.1 table 22 and table 52).
But I don't find...
Hi,
when using a test based on the UART app, when running it a samsung all is working just great.
However, I tested it on a Nexus 7 with less luck.
From the Sniffer/wireshark...
Can anybody recommend me to select chipset providing following functions?
BLE (Bluetooth smart)
SPI Slave
No need external MCU
UART for debugging (optional...
SWD is supposedly a multi-drop bus.
Is there a way to program multiple nRF chips using only the 2 SWDCLK/SWDIO pins?
How are people programming and verifying boards...
i compiled the ble_uart_exmaple program and it get downloaded to the kit then the four LED on the nrf51DK started blinking continously i dont know what happen to board and...
Hi,
I have a question regarding sending sensor values from a slave to the multi link central. I am using a custom profile on the peripheral to send sensor values as notifications...
I use softdevice s110 7.3.0 and SDK version 7.2.
Some times softdevice call app_error_handler with:
error_code 0xDEADBEEF
line num - 990
file_name - src\ll_ctrl.s0.c...