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...
I tried to use printf() to get the data from SPI buffers. It runs OK in the peripheral/spi example. But when I moved it to the ble_app_uart, the program stalled at printf...
Hi,
We are looking to upgrade our connect SDK version to 1.7.1 (from 1.5.1) but at the moment there are a few breaking issues for us that will prevent us from doing so....
Hi All,
I have a question that i remark this code run different mode have different results
in Release mode => build success,the project can run
in Debug mode => the...
Hello.
I have couple of questions for hardware parts location on pcb with nRF9160.
Q1.
I'd like to ask a better location for eSIM(MFF2) related nRF9150.
This...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
In an effort to fix Toolchain problems setting up nRF Connect, I uninstalled Python and tried reinstalling via choco install python as per the "Installing Manually" instructions...
Hi,
Please fix this bug: The DK device is no longer found after following the following procedure
Problem operation process emerges
windows:
DK:PCA10090 0.9...
Hello,
I started my prototyping with the 52840DK and the SD Card was working fine. However, with the 5340 dev kit, I cannot get the SPI to work and access the SD Card properly...
Hi,
I connected my nRF52840 dongle to the laptop, it was detected with a red LED glowing on and off. Later I installed the nRF Connect software and installed the Power...
In our nRF52832 application, we have an external 32.768KHz crystal as the nRF52832 low frequency clock source. We also have a 32.768KHz oscillator on the PCB that is used...
Hello,
There seems to be a bug with scanning for many Bluetooth advertisements while simultaneously sending data over uart in Nrf sdk v17.
I have tried to work around...
When loading the nRF Connect Plugin for VCS, I am receiving either a crash message or the message below. It looks like a Python syntax error in the kconfig extension. python...
SDK 17
Soft device 7.2.0
nRF52840
Started with the 'fatfs' example, updated it to allow uninit, and to not reinit the IO if init is called multiple times.
it's working...
Hello everyone, I combined work with a timer and an example from ble_app_aurt pca10040 s132, the problem is that the timer does not work evenly, yes, I know about the low...