Hi,
I developed a custom board with nRF52810. Here is my schematic:
Layout:
I can succesfully upload the "ble_app_beacon" example in SDK17.1.0 with softdevice112...
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...
We have a custom hardware device that uses the nRF51 and the S130 softdevices. We are able to connect our device to our app on iOS and Android and through a web-bluetooth...
I want to erase selected pages from the NRFflash memory (Not whole flash).
I have defined one function for NRF memory erase. In that, I have followed following sequence...
Hello, i am using NRF 52832 QFAA
In pstorage_platform.h I see
#define PSTORAGE_FLASH_PAGE_SIZE pstorage_flash_page_size()
and the return value of pstorage_flash_page_size...
Hi Nordic,
I have been quiet for a long time but here is another question.
For the project I am working on I want to measure the current with the PPK. Although it seems...
Hello. When I received nRF52DK, I have successfully uploaded some examples also with softdevice through the Keil IDE. But after few days Keil and also Segger IDE stopped detect...
Hi. I'm new to both the nRF24L01+ and to this forum.
I'm intrigued by the prospect of using these amazing little transceivers as RF modems. Because I find elements of the...
Hi,
On SDK12.2, I replaced main.c in ble_app_template with one in twi_scanner and modified sdk_config.h.
But, no expected log, even "TWI scanner.", issued to terminal...
Hi,
I want to add a service to the "ble_app_beacon example" that i can change
the value of the major and minor directly via nrf connect, some one can help me
to add the...
If I leave the CE pin in a HI state, and assuming I have the PWR_UP = 1 and have loaded the Tx FIFO with data, will the data be transmitted by merely setting PRIM_RX to a...
I've paired ble device with android and then device went out of range and wen ble device comes into range device will connect at that time do we get any callBack???
Hi,
I'm looking at increasing the sensor update rates for the Thingy:52, and get more frequent readings into the sample app. Let's assume I want to change the temperature...
I've been trying to use the Device Manager to store and recall bonding information for use in whitelists. Unfortunately the dm_whitelist_create function always seems to return...
I have recompiled the secure boot loader, s132 and it works great on the dev board but not on my board. The difference in boards is minimal with the exception of the fact...