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'm using a custom device which has two services and each of them has one characteristic. I'm using notifications to send data to the other side and on each notification complete...
Hello!
I am a huge fan of "nRF connect"! This software is helpful! Thank you Nordic for giving us this for free!
When playing with a few devices (TrackR, Thingy, non-Nordic...
Hi Guys,
I need to implement the Zigbee gateway function on nRF52840, I have download the Zigbee SDK from the Nordic website, but currently only have version 1.0, and I...
Hi,
I am trying to send accelerometer values through bluetooth for nRF52832 and SDK 14.2. I am using "nrf-mpu-simple" program form this ' GitHub ' repository and added BLE...
Hi,
I use EasyDMA with UART.
I'm in permanent reception and the received octects go directly into a memory buffer.
When the buffer is full, the writing starts again...
I have been using a JTAG to program a nrf52832 chip (SD v15) during development and am now testing firmware updates from iOS. As part of it, I've made a firmware package using...
Hi,
the default board of the homekit SDK is PCA10040.
I want to run ble_hk_doorlock_static demo on board PCA10056 , What changes should I need to do?
tool-chain :...
I am currently trying to minimize radio noise when collecting data via the ADC, on a custom board powered by a battery (when the radio fires, it introduces a lot of noise...
Hi team,
My customer wants to apply Serial DFU in their product, but when they are developing with SDK13, they find our release notes with:
** DFU ** - Added support...
Hi I'm porting an existing project from nrf51 to nrf52810 and trying to configure the UARTE EasyDMA to handle serial reception.
We have serial messages of variable length...
Hi DevZone,
Is there an example implementation in SDK15 using Crypto-Frontend and Soft-Device together? I have been trying for days to merge two examples (tried to import...
Please tell me the setting range of the following parameters
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(20, UNIT_1_25_MS) /**< Minimum acceptable connection interval (20 ms...
Hi
I am running saadc battery measurement using the refernce code.
When I run the adc_configure() I have about 500uA consumption
then According to this thread I run...
Hi,
we are using BL600-SA in project,we want to configure ADC input Channel,In datasheet not able find the which channel number assigned to pins cleary,if we want to configure...
Hello everyone,
I'm facing difficulties trying to make SPI List work on the nRF52840. I'm using SPI1, clocked at 1M. START task is triggered via a GPIOTE event with PPI...