Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
Hello,
I am trying to issue the command like AT%NCELLMEAS=3,3 on my console when running asset_tracker_v2 and using Serial Terminal, which is a superb terminal for issuing...
Is there a way to select an out-of-tree SDK from VS-Code?
From the NRF-Connect plugin welcome menu, I can select stock Nordic distributions, but I can't seem to select an...
I downloaded a public git repo here: https://github.com/Ahmedaltu/Distance_Measurement_Bluetooth
It is an implementation of the nrf_dm sample.
In my past efforts with...
Hello,
I'm am trying to use k_fifo_alloc_put and k_fifo get to add a then read data from queue (IoMonitorMessage custom object). However, when I add 2 objects to the queue...
I am trying to get SPI working but the cs pins is on P0.02/NFC1.
I believe this is because the gpio is not configured correctly. Here is a screenshot of my device tree....
Hello,
My application runs perfectly for like 14-15 hours and then when trying to connect to go into RRC connected mode to transmit the modem crashes with following error...
Hello,
we noticed for one of our boards that the nRF9160 is not able to startup with a floating MISO pin on the SPI where the flash is configured in device tree (SPI1 /...
We have a custom board based on the nRF52805 that does not have a LFXO, instead relying on the RC. We are using NCS 2.6.1.
We see current spikes every 4 and 8 seconds that...
Hi,
as mentioned in the title, when using the official vscode extension (nRF Connect for VS Code) for debugging and stopping a debug session, the target state does not get...
Hi:
I have the following hardware structure:
FPGA < -- SPI -- > NRF5340 (TX) -- ! ( ESB ) ! -- NRF5340 (RX) < -- USB -- > PC
Due to the nature of my application, I need...
Hello!
I am trying to collect data from an nRF52832 device which works as a peripheral to another device nRF52832 which operates as both Central and Peripheral.
Description...
Hi,
I am downloading GPS Almanacs from U.S. Coast Guard Navigation Center web site to inject into the modem using nrf_modem_gnss_agps_write() . Below is current almanac...
Hello,
I need a way to decide on which Api to use for UARTE (configured as uart1) once in main(). I am not intending to switch between them nor to use them at the same...
I am currently working on a project to migrate to the nRF Connect SDK. We are using the NRF52840-CKAA-R7 package of the nRF52840. However, I have not been able to locate the...
I'm develping application on nrf52832 with nrf5SDK v17.0.
The connection interval is set to 12 to 16.And the conn_sup_timeout is set to 1000.
The condition happened frequently...