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...
Hello,
I'm trying to program the NRF5340 DK board on linux. However, the board doesn't show up when I run `nrfjprog -i`. It doesn't show up when I run lsusb. `udevadm monitor...
I'm struggling to get a Micron MT25QU128ABA ( https://media-www.micron.com/-/media/client/global/documents/products/data-sheet/nor-flash/serial-nor/mt25q/die-rev-a/mt25q_qlhs_u_128_aba_0...
Dear Community,
We want to use bonding to connect our app to the nRF and create a personal account.
So all your devices will have the same UUID. If the device never connected...
We're working on a board with an nRF52840 running BLE with softdevice S140 and SDK 17. The board has an external SPI flash, and when we realized that SPIM3 can be run at higher...
I want to know if I call the following function, which condition should I meet to determine that the coordinator is not connected to any terminal devices. For example, I now...
Hello, I am looking for some help or example code that describes minimum set of the files and #defines required to enable AES 128bit encryption and decryption using ECB mode...
Hello,
I'm trying to learn what might be typical latencies for Bluetooth LE Audio. For instance, the aptX low latency codec claims latency around 20-40ms. Is Bluetooth LE...
Studying the documentation for the nRF52811, I found a difference in the description of memory recording and memory erasure:
write: " The CPU is halted while the NVMC is...
Hi,
I have nRF52840 DK and am using nRF5_SDK_17.0.2_d674dde.
I am not using SoftDevice, and Zephyr RTOS.
I have a simple program and using RTC0 timer. My code snippet...
Good afternoon,
I have a question regarding the nRF9160 and the eSIM configuration. We have developed a prototype PCB based on the nRF9160 DK and included an eSIM. However...
Hello,
I am trying the example of ble_app_uart and when i am building the example it gives me an error RX_PIN_NUMBER undeclared. When i load the pca10056.h i can see TX_PIN_NUMBER...
Hi,
We have been working with an end device based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b and FreeRtos
This device has some bindings already set...
Hi,
my zigbee network for 120 sensors. if i declare 120 install codes then most of them don't work. The "zb_secur_ic_add" function works without error, "zb_secur_ic_get_list...
Hello!
Following problem:
I try to save 100Byte uint8_t messages in the nvs on the nrf9160.
Sometimes it works and only some moving logs come up and sometimes the following...