i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
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...
Hi,
Is it possible to join an existing mesh network with a provisioner made on Nrf52840 (s140) ?
I have used the provisioner example to make a provisioner which actually...