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...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi, Aim :- To Configure SAADC Sampling Rate at 200Khz. SAADC Configuration :- 1. The resolution, oversample, interrupt priority and low power mode are set as 12 bit, OFF,...
Hi,
I am planning to design a device based on nRF51-dk but with external programmer. I have ST-Link available so I thought I just provide a simple walk through showing...
Hi, all
I tested nRF5_SDK_17.0 ecdh example (path: \examples\crypto\nrf_crypto\ecdh), config with MBEDTLS, CC310, uECC separately and add a gpio toggle to measure timing...
Is there any problem if I stall older version of nrfjprog in my apple Macbook? Will there be any conflict with the new version already installed. The new nrfjprog have the...
Hi,
I'm trying to send and receive scan request/scan response. The system consists of 2 nrf52840, 1 central and 1 peripheral. They both advertise and scan on 1M and coded...
I'm currently working on a program that automates the Legacy DFU procedure and I'm running into some strange issues with writing to the DFU characteristics.
On the nRF Connect...
Hello,
I am trying to use the FDS module with the Softdevices and Peer manager.
I can store some data and I am able to read the header of the record, but when I try to...
Hi,
I want to use the static version of pc-ble-driver in my c++ code. I am learning cmake but I have no expereince with Ninja. I'm using only the version 6 of the API. My...
Target application 1: Data acquisition is carried out for a 0-1khz high-low level signal. The low level is effective. The count is increased by 1 for each trigger. 2: Use...
Excuse me:
I'm developing a keyboard with nrf52832,Calling ble_hids_inp_rep_send() returns BLE_ERROR_GATTS_SYS_ATTR_MISSING when the keyboard is just connected to ipad4...
Hello All,
I am developing a prototype for one of my application.
I am trying to integrate the zigbee stack to my base firmware.
For my application I am using RTC2....
Hi,
I'm using the example "ble_central/ble_app_uart_c" of nRF5_SDK_17.0.2. Connection to peripheral workes fine.
If the central re-starts while a connection is established...