We are using the NRF9151 and unable to establish a connection to an LTE-M network in Ireland (testing in Cork currently). We are using a Kore MVNO SIM which supports Three...
Context: I am working on a project to monitor up to 880 devices in an Industry 4.0 warehouse. The warehouse is divided into 16 areas, with each area housing 30–55 devices...
The scan window does not alternate properly with the BT_LE_SCAN_OPT_CODED option in the scan parameters. Specifically, the scan window does not toggle on and off every 30...
Hi,
I am not familiar with the 9160DK board. I followed the same steps as the nRF Desktop Connect application guide but it always shows verification failed. I am using my...
Hello,
We have devices in the field using NRF9160 V2 with NRF SDK 2.3.0 and MFW 1.3.4 on a Actinius Icarus V2 board. They are mostly working great, but sometimes some devices...
I am encountering the error <err> flash_nrf: invalid address: 0x00100ff8:8 when using NVS in my custom Zigbee project. However, the NVS functionality works properly in the...
I am working on zigbee network
"In a Zigbee network, how can the coordinator retrieve the list of all devices connected to the network?"
What is the recommended way to...
Where to get this RaspPi_OT_Border_Router_Demo_v3.1.0-1.alpha.img file.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.thread_zigbee.v2.0.0%2Findex...
Hello
I need urgent help. From days I have been stuck exploring NRF SDK 15.0 to do a simple task.
I am using an NRF DK board PCA10040. After going through peripheral drivers...
Hi,
I am working with central and peripheral uart example and facing with connection problem between two boards.After debugging at the central side i am getting error in...
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 ...