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 want to send big amount of data (10kb) with characteristic of 16 bytes. when the phone side is subscribed to notification I run a loop of data sending.
how can I synchronize...
I have read through the forum on this and I am still not completely clear. Here are my questions:
Can I create characteristics that are larger than 20 bytes? The Bluetooth...
In looking at the nRF51 UART Example I'm wondering about data loss over the Bluetooth interface.
When bytes are sent to the host, is there a re-transmission mechanism somewhere...
Hello,
I was just editing the handling of sent packets and I wanted to evaluate the contents of the ble_gattc_evt_write_rsp_t struct which is part of the BLE_GATTC_EVT_WRITE_RSP...
Hello,
im using NRF 51822 with SDK 10 / S110 8.0. Im working on a project that includes one or two timers (initialized by APP_timer function), the ble calender (like discriebed...
Hi,
Because I didn't want to keep with the last question when this is a tottaly new one, so created another question.
I've tried to get this project to work:
github.com...
We have a communication problem between nRF24LU1+ and nRF24L01+ chipsets. nRF24L01+ uses STM32F4xx MCU on board.
Is there an RF sniffer that sniff the protocol?
Hello,
I want to import DFU bootloader to my project. Now i got DFU working with "hrm" example. I can upload .zip file to my nRF and everything works perfect.
When i...
I'm using windows 10.
MinGW v4.8.12 I think, but when I do a g++ --version it says 4.8.1
Python 2.7.9 as per previous post where 2.7.10 didn't work
CMake v3.5.0-rc1
Boost...
Hi there,
is it possible to share the nrf51 reference layout as p-cad files so they can be (easily) imported into circuit maker / kicad?
I think this would be interesting...
Hi,
In micro_esb.h, it is indicated that the transmission without ACK is not implemented yet. However, there is a parameter named dynamic_ack_enable in the uesb_config...
Hello,
I am getting a 0xdeadbeef assertion at src\soc_radio_timeslot.c line 390. I am using S110 SoftDevice v7.1.0 with nRF51822 revision 2 CEAA. I am using the multiprotocol...
Hi,
i'm newbie to ANT world and i'm trying to create a mesh-like network using broadcast messages and shared channel with nRF51422 SoC and S310 soft-device.
So, i created...
Hi all,
I've been trying to develope a project by using an nRF51822 chip. The project is about to finish. However, I couldn't implement the pstorage module in a correct way...
I am looking to re-install the firmware on my dongle after making it a sniffer but I can't find a hex file for PCA10031. My MasterControlPanel has firmware for PCA10000 should...