Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
Where to find the sample for nrf5340 net core that is written by default. I mean when I use BLE observer sample with zephyr controller there is some code that goes in Net...
Does mcumgr support relay functionality? On one device, I have a firmware image stored in external flash connected to a 9160 and need to relay that image via UART to an on...
In case of peripheral losing keys, but client(Android nrf connect app) still has them. ( shows it is in 'Disconnected + 'Bonded' )
On the next connection attempt, there...
Hi,
I'm trying to build my custom test project with the nRF Docker in accordance with https://github.com/NordicPlayground/nrf-docker .
I've started with this simple script...
I am a BLE beginner and have some confusion about the IQ data of Bluetooth AOA. I used the example direction_finding_connectionless_rx and direction_finding_connectionless_tx...
I'm using nrf7002 to download FOTA from http server over WIFI ,and the file download in the external flash that on the Devboard The project done successfully ,but i need to...
Hi there,
I'm reaching out regarding the nRF9160 and RRC Mode.
We have devices in motion (for example, during highway travel) that attempt to determine their position...
i am using NRF52832 and I'm using nRF5_SDK_17.1.0 i am using BLE_APP_UART code from this SDK. now i want to get my MAC id of BLE so how can i get that in code ? please help...
Hello, I'm working with NCS 2.6.0 in Visual Studio Code.
When I execute the code in my project, I receive error messages before the main loop starts.
I think there's some...
From what I understand, when A-GPS data is acquired using the GNSS-sample it is automatically stored in the NVS-memory of the modem? If the system acquires A-GPS data and...
Hello,
Project secure boot loader S140, SDK 16.0, nRF52840.
This line of code causes compile/LInker errors in my project. I guess I need to adjust memory start address...
Hello,
my application is running without TF-M and I store a password persistently in trusted memory using "psa_import_key()". This works with SDK 2.4.2. After that I made...
Good day! I have a nRF52840 based board that I interfaced with a MEMS microphone (SPH0645) through I2S interfacing. I got to the point where sounds made near the microphone...
Hi, I am developing on NRF5340 chip, using an external Flash memory (AT25SL321) on my custom board. I was previously using vanilla Zephyr version 3.1.0 (everything was working...