Hi,
I am working on BLE on nRF52833dvk, am able to execute the sample example . I have one of the requirement, that I need to write the unit test cases for Bluetooth for...
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...
SDK: NCS 2.0.0
Based on: Peripheral LBS example
Central: Mobile (iPhone)
Peripheral: nRF5340
IDE: VS Code
Hi Everyone,
I am porting an existing project based...
Hello All,
We are intending to start a new project using nRF52840 SOC, for the same i decided to work with nRF connect SDK as it is recommended by nordic,
I am new to...
When connecting to AWS IOT the Asset Tracker V2 uses MQTT to AWS-IOT. This is TLS 1.2 from what I understand. We are using the 1.8 skd / 1.3.1 modem firmware.
We have...
Hi everyone
We have developed a smartwatch with a nrf9160 chip. We have used nrf Connect SDK 1.2 for the development process.
Now we want to migrate our project to nrf...
Hello there,
I am using the peripheral/radio/transmitter and receiver example in SDK17
But I am only able to transmit 2 bytes. I want to transmit like 8 or 9 bytes...
Hi,
I am testing FOTA function using sample "http_update/application_update" on NRF9160DK.
But found that the system boot stuck at
I had tested this sample with...
HI
I am using this sequence functions in my main loop for low current consumption
__SEV(); __WFE(); __WFE();
normally I have 13mA in my application when I am using...
nrf5-sdk v16.0.0
If you use the nrf_ble_scan module to try and connect to a peripheral that emits both connectable and non-connectable advertising packets, the module does...
Hello !
From PS it is not always clear what RADIO registers/fields are relevant for Ieee802154_250Kbit radio mode and must be initialized.
For example CRCINC ?
On "Figure...
Hi team,
I'm making BT low power keyboard using nRF52832 DV kit and with Zephyr RTOS. For this which IDE is best OR comfortable?
But I'm not getting example code if anyone...
I am programming an external device with the same code loaded onto the nRF5 DK. The sample works on the DK, It broadcasts and I can connect. However, when I program an external...
Hello. During development with the nrf52832 on the nRF52DK I've encountered a problem regarding the flash operations. When I try to perform a sd_flash_write operation, but...
Hello,
Our board consists of an STM32 microcontroller as the main core and an nRF52 as the BLE module.
In fact, we have older products on the market that support DFU...
Following up on https://devzone.nordicsemi.com/f/nordic-q-a/86119/some-zb_zcl_cluster_id_diagnostics-zigbee-attributes-do-not-return-values
It looks like this was fixed...