Hi
I am trying to port some PWM code from the NRF54L15 it uses HAL access because i have found it has faster writes which are useful for my application (testing latency...
Hello,
I have recently upgraded from v2.9 to v3.0.1 and have noticed that the mesh security has changed from CONFIG_BT_MESH_USES_TINYCRYPT to CONFIG_BT_MESH_USES_MBEDTLS_PSA...
Hello.
We're trying to expose and use the Wifi stack in micropython in our project for the nRF7002. We've managed to get Wifi scanning to work (based on the sample code...
Has anyone experienced the following error when Flashing (and debugging) from within VS Code. I have no idea what has happened, but it has hit several projects.
Even though...
Hello,
I have a firmware that sends every 15 min a packet to nRFCloud using nrf_cloud_coap_json_message_send().
The code is working great most of the time : hundreds of...
Hi Nordic Team,
I would like to confirm whether enabling APPROTECT also implicitly enables Secure APPROTECT, or if these two protection mechanisms need to be configured...
Hi,
The Thingy 91 X uses a shared antenna for BLE and Wi-Fi. I can see from the Hardware Guide and the schematics that there are several hardware connections between the...
Please can any one tell me that how to recognize the sdk version of that we are used it can be predict from softdevice version?
for ex. •S132 SoftDevice v2.0.0 is used in...
Hi,
I am working on a project that includes eddystone format. I am using SDK v13 sample example. When ı try to disable auto relock feature, ı cannot read or write any adv...
Is there any way to print all SDK documents at once?
I'd like to print all of the SDK v12.0 Documents and carry it with in offline,
But I can hardly find any PDF Document...
Hi.
I'm trying to figure out how to properly use GPIO pins, but so far I did not find a document explaining how to use GPIO with nrf included functions.
I found bits and...
I am using nRF51 (PCA10028) DK and nRF51 SDK v9.0.0 for Development. I want to merge all three DFU(BLE + SERIAL + ANT). i have merge BLE and SERIAL DFU code. For this i have...
Hi,
I merged 3 hex files(softdevice.hex, bootloader.hex, application.hex)
I uploaded this hex file to nrf52382 DK.
After uploading hex file to DK, although there...
Hai
i have the following queries about pairing / bonding in nrf51822.
can i retrieve the bonding information from flash memory. if so how can i do that..?
if a...
Hi
Last year I got a nRF52 devboard and I modified the ble uart peripheral example to flash a led depending on what it recieves from nRF uart app.
It all worked fine(after...
Hi,
I'm trying to use the SPI example from the SDK 11 to comunicate with a MPU accelerometer.
The first time it works well, but then the clock send only 8 peak, so the...
FIrst timer with the nordic.. so i could use some help.
i've tried my code on the eval kit and it worked fine. On my custom board (has external 16MHz crystal www.digikey...
I've come across a couple of products that shows up as both classic and BLE. But when connecting to these products via nRF Connect or inspecting the traffic, I can't seem...
From reading the reference manual, product specification as well as searching the developer zone: here and here . Is it correct that the AVDD pin supply's ONLY the radio....
I have a strange problem with the secure bootloader.
After a succsessful DFU update of firmware, the firmware starts, but resets after a short while (about a second). ...