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...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
We are using BLE and QSPI at the same time and want to have maximum RF range. Sensor data is collected, encoded, and written into flash via QSPI. This goes on for a few minutes...
I have a question: Is it possible to use BLE Long Range mode (Coded PHY) in the NRF52840 with mobile phones? If not, is there a solution to use it in parallel with normal...
I am using NRF52840's NFC with apple wallet but it requires certification from Apple to be used as tag reader. How can I get it certified so that I can read data from apple...
Hello,
I need to be able to send/receive binary data over this BLE UART Service (bt_nus) on macOS. I'm using the peripheral_uart sample project with no success. It seems...
https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/drivers/spi_flash/src/main.c#L36 may I know where I can find the pin connections used in this example
"const...
Hello all,
We're on the initial stages of a design that requires Wifi (ideally) in a very challenging environment, where in the worst case scenario the temperature could...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
I have a BME688 connected to a NRF52840DK and I cannot get a working I2C communication using Zephyr. Below are all sources:
app.overlay
main.c
prj.conf
I was...
Hi.
I am trying to disable the RESET pin (P0.21) on the nRF52810 microcontroller (custom board) and set it up as a normal I/O pin.
I'm using the SDK v2.6.0.
I don't...
Hi, my device is central device( Central UART ) and I couldn't get stable pairing with peripheral device with display which provides passkey code. The scenario: 1. From the...
Following instruction here for setting up NRF52840-Dongle as a radio coprocessor for use with OpenThread Border Router.
The error is at the second step when executing "...
I'm alter the overlay file to adapt my board.
In my board,I try to use pin 9,10 as uart_tx and uart_rx,without cts and rts.
I wirte it in my app.overlay as follow:
...
I am currently working on a project where I need to connect my nRF52833 microcontroller to other devices using the Nordic UART Service (NUS). I am using the nRF SDK and Segger...
Hi,
I created a custom board following the instructions from https://www.youtube.com/watch?v=V_dVKgWKILM . Everything is ok and with the "Hello world" example builds without...
Hi,
We have our custom PCB with an nRF9160 SIP that is connected to a nRF9161-DK via P20. I have a couple questions about this setup.
Is it fine for us to program...