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, I want to implement OpenThread features with another sample and I'm not sure how to go about it. Is it even a good idea to add OpenThread to another sample or is it better...
I use the serial port routine SDK17.1, nRF52833 want to burn the protocol stack, s113_nrf52_7.2.0_softdevice. But when I burn it to the chip, the address is 0x1000 and if...
Hello I have a board that I am trying to profile with the power profiler kit 2 and the readings seem very wild. I have a device that I know the base configuration with the...
I have a customized PCB with nrf52840. Pin 0.18 is used as CS pin in SPI communication.
I want to disable the nreset function and I add this CONFIG_GPIO_AS_PINRESET=n in...
I'm using the CLI interface through USB and UART, and I am wondering if there are any innate methods for checking the validity of the data being sent and received via the...
hi Nordic support team,
I cannot re-flash firmware for nrf52840 after ram off is implemented.
I recheck with other chip like nrf52833, it have the same result: \althrough...
I understand, it is possible to add variables to a section of ram, that will not be initialized (zeroed) at boot (see for example: https://github.com/nrfconnect/sdk-zephyr...
Hello,
I want to create my own board from the nrf52840. I am planning to copy the schematics given only taking into account what I need. I went through the schematics and...
Hello,
I am using the nRF51822 with SDK v9.0.0, SoftDevice S110, and the DFU bootloader v8.1.0.
For certain reasons, I want to reserve one page of the 'app data' for shared...
Hi Support Team
If a center role and a peripheral role in one nRF52840 at the same time,can the center role use code PHY and the peripheral role use 1M PHY?Many thanks.
Hi,
I need to read the data from an acceleration sensor. I tried with a custom program of mine to simulate some data, but it is delaying too much.
I tried reducing the...
Hi,
Iam using nRF5340 DK and nRF Connect SDK V.2.6.1.
Iam following the link
FOTA over BLE
In this one until 5th step it worked fine and while doing 6th step it is...
Hi,
I have purchased some Thingy:91 devices. They are HW version 1.6.1 but I cannot find the documentation for that on your website. It seems that the latest available is...
Hello,
I am using nrf5340 Audio DK board. In that board I have flashed a sample firmware of Unicast Gateway.
This firmware is suppose to scan the advertisement and establish...
Hi there,
I am writing code to set my BLE PHY throughput from 1M to 2M when my device establishes a connection; my code works when I connect to my nRF52840 dongle from a...