I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
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...
As I understand it, any applications using the modem libraries on the nRF9160 must be built in the non-secure domain. The MCUboot and TF-M needs to be in the secure domain...
Hi.
I need read the external voltage in input P030, and the battery backup voltage in P031.
If I read using only one channel, the P030 (AIN6 ) the value that show...