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...
I develop my BLE with SDK 8.1 and softdevice 8.0, and I want to restore some data(about 50 bytes) to flash, can anyone please help to provide me an example for the entire...
I have had a look at you experimental implementation of DFU signing.
I'm very concerned about the code size. The old Bootloader used about 13KB and the new one with signing...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
I've got 4 services with 15 characteristics between them. Trying to add any more than that results in sd_ble_gatts_characteristic_add() returning NRF_ERROR_NO_MEM .
All...
Hi Expert,
I found a weird case that at my 51822 plaform with s110 enabled, if I define a global buffer like:
static uint8_t system_buffer[1024];
it obviously will...
Hi
The nRF24Le1 has 256 bytes in the infoPage for user data, starting 0x0100.
My question is how to write to that area?
Is it accessible from nRFgo Studio?
Is it accessible...
Hi every body,
Is there any way to increase the support packet per connection to more than 1 packet for S120 softdevice if i have just single slave and single master? ...
HI,
I have followed all the steps from devzone.nordicsemi.com/.../ and I can relay text between Termite & my iphone.
Can someone share a function / method which I can...
Hi,
I used the ancs demo of nRF51_SDK_7.2.0_cf547b5 to modify our application. It still work well, but sometime when I left the device and went out with my Iphone about several...
Hi,
I have two customs boards and on the one with the QFABA0 I can go to system off and see 0.6uA of consunption but on another board with the QFABB0 I go into system off...
Hello,The user manual describe that the NRF51822 can commuiate with NRF24L01.but,when I debug this system,There is something wrong with Address and data.I try to translate...
Hi BLE fellows,
Following the steps explained here , I have tried to integrate the OTA DFU feature & bootloader from the latest SDK to my application and tested it on my...
I use sdk_9.0.0 and I have realized that there are only:
#define BLE_GAP_ROLE_INVALID 0x0 /**< Invalid Role. */
#define BLE_GAP_ROLE_PERIPH 0x1 /**< Peripheral Role....
Hello,
There's lots of questions and back and forth talking the nrf51 SDK both on here and on other sites, about the requirement for a product key to access and download...