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.
...
I would like to communicate with and existing product that has the ability to communicate thanks to a UART-Bluetooth module. This module uses a Serial Port Profile and shows...
Hi,
I'm working on a thread network and I have some difficulties to configure the BorderRouter.
I use the BorderRouter V2 rapsberry image from Nordic, I recompile the...
Hi,
I want to be able to update the bootloader along with the application via OTA DFU. I know I can't generate both the application and bootloader in one image/zip so I...
I am looking for specs for the input impedance of the comparators (COMP and LPCOMP) for the nRF52832. I searched the forum and all I found was someone saying it is ">1 Mohm...
Hi,
I am trying to incorporate flash storage library to ble_app_uart_c example. I have added all necessary functions from ...\examples\peripheral\flash_fstorage.
When...
Hi everybody
I have a couple of questions regarding power consumption for the 'nRF5_SDK_11.0.0_89a8197' (nRF52832).
I currently have an application which use 12-bit SAADC...
Hi, I made a simple diagram of what my device should do:
The nRF52840 should receive data via SPI from another controller, mathematically process this data, and output...
Hi,
I just pulled the source code of 'nrf' from the git server (SHA1 ID: 383da27cc232bd7baa353e965b7fe8fa08b56d77).
After performed 'west update' to sync other repos,...
Hello!
I want merge and write via SWD full firmware, including: main firmware, bootloader, settings page.
When I start debug, all data correctly writed, but main firmware...
I am trying add UART functionality in nRF5_SDK_11.0.0_89a8197\examples\dfu\bootloader.
After adding all required files and compiling program I am getting following error...
Hello,
My device has GATT data attributes configured to have BLE_GATTS_VLOC_USER so the data are in application stack. In this way, the softdevice has direct access to the...
I've been trying to use the Adafruit nRF52 library ( github.com/.../Adafruit_nRF52_Arduino) and the Arduino IDE to program a nrf52832 using my nrf52840 DK. However, I keep...
Dear Sir,
I wanted to make the peripheral connect to a predefined central device. Here I am using an android phone ( with nRFConnect installed in it) as the central device...
Hi,
I Used nRF52832-CIAA-R in my ongoing product development.
I need two UART and one I configured PIN(P0.6 and P0.8) for GSM.
Can I use any GPIO pin as a UART for GPS...