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 am trying to implement the Simple On Off Server model in an existing project. In main.c I did the following:
1. In models_init_cb(), I added the following lines:
2...
Hello. I'm trying to make a product by running nrf51822 as an observer role.
This product will only use passive scanning and will not transmit any data.
How much energy...
Hello,
I have some issues sending valid information to nRF Connect app by bluetooth using the Aduino Nano 33 BLE with nRF52840 on it. I am using Arduino IDE and the ArduinoBLE...
Hi all,
The project I am working on consists of a BLE peripheral, a BLE central and an enhanced shockburst device. I run into a problem in the code of the peripheral:...
In a project based on Softdevice S132 7.0.1 employing the Softdevice timeslot API, I noticed that the nrf_radio_signal_callback_t function passed into sd_radio_session_open...
Hello,
I am using UART_1 to receive GNSS data. For UART_1, baud rate is 115200bps. On terminal, I can see the correct data when baud rate is set to 115200bps. When the baudrate...
Hi, i am using nrf52840 development kit , four servo motor . using 15.2 sdk version
here i am controlling the angle using adc values , i am done with one servo motor . pwm...
Hi
I am modifying the scanning and advertising paremeters for coded (125kbps).
I made the following changes in advertising
.primary_phy =BLE_GAP_PHY_CODED, instead of...
Hi All,
I am using nRF52832 SOC for my development. I would like to buy a packet sniffer for my BLE development.
Can someone please suggest a suitable device for this...
Hi
In the SDK, Replay_Cache_Entries is assigned a value of 40, which means that Replay_Cache can only process 40 unicast messages. That limits the maximum number of unicast...
Hi,
I am using
nRF52840
SDK 15.3.0
Keil IDE
The soft device is S140
JLinkRTTViewer for debug
Device has both Central & peripheral functions.
It takes about...
Hi,
I used(SoftDevice 140, based on the ..RF5_SDK_15\examples\ble_peripheral\ble_app_beacon )
m_adv_params.properties.type = BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED;...
Hello Everybody,
Here are two patches for nRF5_SDK_15.3.0_59ac345 to make the ble_app_uart compile as a C++ application with GNU Tools ARM Embedded 8 2018-q4-major.
nrf...