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...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
We ran into an issue when trying to use mcuboot on nRF53 with an external QSPI flash. In hal_nordic/nrfx/drivers/src/nrfx_qspi.c, the function nrfx_qspi_write has the following...
dear all:
I want to know how many beacons can be scanned by a gateway in the application of beacons.
At present, we have only actually tested more than 100 tags that scan...
Hi, Nordic Team. I'm using BC805M EK (nRF52805). In my code, I'm using SAADC (PPI interruption), TWI, BLE and System ON/OFF button .
Q1) I don't need RTS, CTS on the UART...
Hi
How to control two channels separately with one PWM instance?
I want to turn on/off the PWM output of each channel with any interrupt process.
app_pwm_disable() and...
Hi,
I am using nRF52840 , SDK 17.0.2/ble_peripheral. I am integrating Mesh SDK 5.0.0 libraries with ble_peripheral libraries in the nRF SDK 17.0.2 as per the documentation...
I created my first nRF52832 custom PCB board and I am having issues with poor RF performance. My project uses RSSI to estimate the distance between a peripheral and a central...
1.For example ,i have provisioned a few ble devices and added to the network by using an android phone .
Is it possible to do the provisioning with other android mobile...
Hi
I am using fds to store log in flash, after reading all data from flash, I am deleting record from flash.
But I found that Record ID incrementing from previous Record...
Hello,
I am creating my first bluetooth application and am having difficulties figuring out the interrupts. The application is working and is very simple - please see pseudo...
Hi everyone,
I have a fairly simple use for ADC: sample 4 channels (scan mode) every 10ms and store in RAM.
Every now and then (asynchronously) there will be a function...
Hello,
I am currently having issues with storing structure data in nRF52840 DK external flash. The default QSPI example present in peripheral sections work fine. But in...
Hi,
We are developing an IoT product using the nrf9160 controller. In the schematic of nrf9160 DK, they connected Ferrite Bead FB2 ( BLM15AX121SZ1D) to pin 101. please check...
Developing a peripheral which supports multiple connections.
It's a pain to have to use loads of devices as centrals - is it possible for nRF Connect (Android) to make multiple...
I'm using bsdlib (v0.7.7) on nrf9160 without Zephyr. Our products are working fine in the field, but so far you need to specify the host by IP address. I'm trying to implement...