Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
Hi,
For my application I am supposed to evaluate if nordic SPIM & SPIS drivers are working on interrupts..? In the driver file "nrfx_spim.c" I observed the below code...
Hi,
I have some questions regarding DFU:
Does it have its own BLE hardware?
Does it have its own processor? Or it's part of the main one?
Can we synchronize between...
Hi all,
struct spi_config {
uint32_t frequency ;
uint16_t operation ;
uint16_t slave ;
const struct spi_cs_control * cs ;
};
in documentation, it says...
Hi I am recently working on Enhanced Shock Burst (ESB) protocol. where PTX and PRX
and
PRX will communicate upto 8 PTX
i have a question like how a single device will...
I'm working on porting some Arduino code for a Crystalfontz 320x240 FT810 display to run on the nRF9160DK. I'm having some success, But it seems Zephyr has an FT8XX driver...
I use a example application from SDK_DIR\examples\ble_peripheral\ble_app_template\pca10056 base on nRF5 SDK v17.1.0,then use SDK_DIR\examples\dfu\secure_bootloader\pca10056_s140_ble_debug...
Hello there, my application needs to switch master/slave roles after the connection established.
As i know, the initiating device will be master every time in BLE. From...
Hello.
I am developing nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral.
I am creating a characteristic using characteristic_add. I want to set the attribute handle...
Hi
1、 A customer wants to evaluate the keyboard that can run ble and mesh simultaneously with nrf52 chip.
2、I found mesh example in both NCS and nrf5_SDK_for_Mesh_v5.0...
Hi, I am working on this project where provsioner provisions all the unprovisioned devices (nodes) and then sends the LED's data (containing brightness, intensity and pattern...
Hi, I tried running an spi sample program with code as in below, shorted the MOSI and MISO pins and data was visibly received in print statement:
While in the same code...
I have recently bought nRF9160-DK on Mouser, here's the product page: https://www.mouser.ie/ProductDetail/949-NRF9160-DK
On Mouser, it is marked as LTE-M NFC NBIOT GPS &...
In an attempt to do in app DFU I have taken the following resources for inspiration:
nRF5_SDK_17.0.2_d674dde\examples\dfu\secure_bootloader\pca10056_uart_debug
and the...