Hello,
I've been working on a project involving an IMU and bluetooth for a while, and had been using the IMU (LSM6DSO) on polling mode. Unfortunately, I found out that I...
Hi,
If anyone has time, I'd be grateful for a quick review of my board. It is my first board, I'm still learning, so I would like to know where am I making mistakes. It...
Hi,
when i try making a new connection with a new device using my for loop (reconnecting using the adresses that i stored in an array), i sometimes can get a warning which...
Hello!
I am working to design and build a custom PCB using the nRF7002 chip and came across this callout on the schematic diagram and wanted some clarification about it...
Hello,
I am trying to use an sdcard with the nrf54l15 DK board with the 2.9.1 sdk. However I encounter "<err> fatfs: Storage init ERROR! error: -134" when calling the disk_access_init...
I will attach my main.c and skd_conifg, maybe i'm overseeing something in code. Also i will attach schematics and pcb. I'm aware of RGB led consumption, in reality it's around...
I upgraded the SDK to 3.0.0. and now I have an issue:
"Actions/Flash" command fails with "Timed out waiting for RRAMC.READY.". "Actions/Erase and Flash" works.
I am on...
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...