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...
Hi
custom board using the nRF9160, toolchain version v2.6.0, mfw_v1.3.6.
Sorry I can't provide a decrypted modem trace, but I hope the screenshots are enough to show what...
I am trying to interface the PDM mic (Link : https://www.adafruit.com/product/3492) with NRF52832 Devkit. I am using PIN 27 and 26 for Clock and Data Respectively. I can see...
Hello, we are currently migrating from nRF Connect v2.9.1 to v3.0.2. When doing so, we found that the tinycrypt API was deprecated and decided to move things to mbedtls. We...
I use nRF5340 audio DK,iso_time_sync example, can successfully send BIS data, then I use DK as controller, bumble( google.github.io/.../index.html) as host and it fails to...
Hello,
Looking for some input on this LTE-M connectivity issue we are seeing.
Hardware: nRF9151, custom board, same result seen on nRF9151DK.
nRF SDK Version: NCS...
We are using Thingy:91 X as an evaluation platform for our upcoming product. Our test application is made up of a nested-loop structure like
while(true){ lte_lc_connect...
Hi all!
I have the NRF54H20 D and somehow the RTT viewer doesn’t work, the board doesn’t work. I am using the most simple zephyr hello world project. It says it is compatible...
Hello!
In the NCS SDK for the nRF54L15 chip, the DTS is configured in a way that part of Flash and RAM is reserved for the FLPR core (RISC-V core).
I'm wondering if we...
Hello,
I am trying to optimize performance of a series of SPIM transactions using the 5340. Each transaction is 3 bytes long: CSN goes low, clock out 3 bytes, CSN goes high...
Hello LE-Audio team,
By any chance, do you have a working code base that supports a headset with 2 end points instead of just one as your sample nRF5340_Audio kit?
If...
https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/topic/exercise-3-dfu-with-external-flash/
I have this exercise...
I'm using the code below to trigger a callback on pin rising edge.
Unfortunately, the counter is not being increased at all. Any reason why? I used multiple sources already...
Hello Team,
I AM USING NRF52833QDAA IN NRF CONNECT SDK , IN DATASHEET P1.09 IS MENTION BUT IN OVERLAY FILE OF NRF52833QDAA AT ALIASES PIN P1.09 IS NOT MENTION OR NOT DEFINE...
I have rebuilt the sample app at_client using VS Code (Mac) nRF Connect SDK v2.6.0 and Toolchain v2.6.0 Board target: thingy91_nrf9151 Snippets: nrf91-modem-trace-uart
I...