Hello Everyone,
Happy New Year !
We would like to evaluate nRF54L15 system off/deep sleep mode current consumption. So we have tried the existing example ( https://github...
Hi,
I am developing an android app on channel sounding using Bluetooth low energy. i want to send values from nrf52840 device to my android app, 1) How to send values from...
I am currently developing a PC application for Bluetooth data reception and chart display. I want to perform secondary development on pc-nrfconnect-ble. My current development...
I am running smp_svr demo on my nrf54l15DK board, and use mcumgr command on my linux.
I could connect to my ble device and echo hello successfully (via peer_name='Zephyr...
I need to connect a device to an nRF5340 SPI port without creating a custom driver. I'm tempted to use the nrfx_spim driver directly, but I'm trying to do it with Zephyr and...
Hi everybody. I'm using nRF Connect SDK 2.8.0. I've implemented Zephyr RTOS' core dump functionality on my project. I forced the SoC to write the core dump data on its flash...
Dear Sir/Madam,
We have a customer to develop a product based on nRF51422 and then they passed their product for pre-registration test.
They used DTM interface to connect...
Hello
I have nRF52832 custom board and have BME280 sensor connected to I2C/TWI
Whatever I do I get same reading (for 3 different sensors)
I'm constantly reading same...
Hello, I would like to use nRF24AP2 in a SPI bus with an accelerometer (a slave peripheral). I need that the host works as master with accelerometer. But in this way we will...
Hi,
We have designed a custom board using the nRF52811 chip which has BLE 5.0. I tried running the " ble_app_uart_pca10056e_s112 " example on the custom board and it did...
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...