Dear Devzone, Dear Devzone, I got the v0.8.1 nRF54L15-PDK. To verify the power consumption of system off, I used the Board configurator to set the development board voltage...
Hello. We are developing custom boards with the configuration of nrf5340 + nrf7002.
In the previous sta example, a build error occurs when the "Board Target" in "build configuration...
Hi,
I'm working on a custom board with nrf52832 and I'm running into an issue where the firmware will only run on the custom board in debug. But it works fine in nrf52DK...
Trying to set up UART/UART0 for async. I cannot get the uart interrupt config to shut off.
CONFIG_UART_INTERRUPT_DRIVEN =n is set in the prj.conf
In config output...
I’m working with the Audio Application (from the Nordic sample program) on an nRF5340 Audio DK as a gateway, and a custom board with an nRF5340 as a headset. The custom headset...
I am doing some development where I use the external flash for storage external to my application. When I enable MCUboot, I can no longer access the external flash. This is...
Has anyone successfully built the pc-ble-driver static library in Visual Studio as a project? In this manner one could debug applications that use the library when there are...
My code bluetooth module hangs if I use flash storage functions inside the ble_evt_handler . I am using the functions from the fstorage example in peripheral folder. I turned...
I have always understood it to be dangerous to invoke a call in a callback. It is not clear to me what the callback model is in SoftDevice so I would like to know when it...
Hi
I have searched a LOT but I can not find if Nordic can record audio with high enough fidelity to a SD card (I have seen in the SDK how to attach a SD card ).
I want...
Hi everybody,
we're testing our device with nRF52840 and full Bluetooth 5.0 by sending some packets over coded PHY and receiving them via nRF Connect for Mobile on an Android...
Hi .....
Here i want to make mesh topology between 5 boards , in that one has to act as client and other has server . i want to send the string data from client to particular...
Hi all,
I am trying to write in flash but when i use:
pg_size = NRF_FICR->CODEPAGESIZE; pg_num = NRF_FICR->CODESIZE - 1; // Use last page in flash
addr = (uint32_t ...
Hi, I've being using an arduino to collect pressure measurements from the BOSCH BMP280 pressure sensor over I2C. I want to do the same using the nRF52840 and miniturize my...
I am trying to install the pc_ble_driver_py package via pip on MACOSx. It works fine for python2.7, but I cannot find it under python 3.7.
Pauls-MacBook-Pro-2:XCP psnell...
Hello !
Due to the slow access of your company's website abroad,
the nRF5 SDK forMesh v3.2.0 document cannot be read normally.
I hope to provide the download method...
Hello,
I have followed the BLE tutorial on characteristics to make my own 2 custom characteristics that successfully read and write uint8 data to my nRF52832, however I...
I am using the examples/nfc/record_text application (nRF SDK 15.3.0) with disabled leds on pca10040. When I approach the NFC antenna with a nfc reader (like a smartphone)...