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...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
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...