I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
Hi
My thingy91 does not appear in the Connected Devices list in VS Code. I've tried everything now.
What's the prerequisites for getting this to work?
Do I have to install...
I'm using a nRF5340DK with nRF Connect SDK v1.9.0 and want to use MCUBoot with Direct-XIP.
Using the hello_world sample project, I added MCUBoot.
In the MCUBoot prf.conf...
I have issues with my NRF5340DK devices that I'm hoping to get support on. Several devices appear to be bricked, stuck in a boot loop or otherwise unable to program using...
Hi, I'm hoping someone could advise on interfacing with the T2 LC3 codec included in nRF Connect.
The context is I have stereo I2S microphones providing 24-bit 2's complement...
Hello, As part of a student project I am looking to learn about Nordic technologies for BLE and ANT. The goal of our end of study project is to provide an extremely accurate...
If I would like to add Bluetooth capability to the nrf9160, can the nrf5340 be used as a "companion" MCU?
Would be great if there is a pre-build firmware for the nrf5340...
Hi,
I am trying to write a program that connects my phone to my nRF52840-DK board; I then send one of two commands from my phone, then the nRF52 will respond accordingly...
Hello,
Recently, in my organization we have decided to transition from nRF5 to nRF Connect SDK and while going through this process we noticed an issue with the source control...
Hello, I am trying to get the peripheral_lbs example to unpair all devices (delete all bond informations) using VSCode and nrf connect sdk version 2.0.2.
I tried using bt_unpair...
As part of the NCS install, in the ncs\vx.y.z\Zephyr\doc folder there is a ton of Zephyr documentation (more then 13MB) in .rst format. How do I use this instead of the online...
Hi all
I've tried to build the nRF5340: Multicore application on different host platforms using the nRF Connect SDK v2.1.0. It worked without any problems on Windows and...
Hi,
I'm using NRF52832 with s132 softdevice for a low power project. I notice that when running firmware with DFU Buttonless, the SoC consume more power than without it...
Hi,
I'm trying to reproduce the fatfs example on a nrf52840 DK and Sandisk micro SD card that's plugged into a Sparkfun Transflash breakout board. I can't seem to mount...
Hi everybody,
I'm working on a project where I want to write in an external flash nor memory, and transfer data over BLE. The combination of the peripherical_uart sample...