Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
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...