Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Dear all,
I need to know in detail the nRF51822 RF capabilities asked by bluetooth SIG.
Items 1 to 12 in chapter 1.3
See attached document RF ICS 4 1 0 (002).pdf
Thank...
Hardware: Rigado BMD-200 B using the nRF51822_xxAB
Softdevice: S110_nRF51_8.0.0
Base project: ble_app_hrs_s110_with_dfu_pca10028
Project Device: nRF51922_xxAB
Project...
Hi All,
I am trying to develop a application using radio communication, so i choosed to develop a application so it can able to tx and rx. So i integrated both rx and tx...
Hi All,
We are trying find a way to upgrade nrf51822 in the field post initial release.
I read the following posts
( devzone.nordicsemi.com/.../)
( developer.nordicsemi...
My board requires P0.9 and P0.10 to operate as GPIO pins. On the NRF52 these pins share the function with the NFC antenna. How do I make them function as GPIO pins?
I know...
Hi,
I just finished compiling my code for the nrf51 to take ADC measurements and send the hex values over ble tuart o my iphone. Now I want to see if I can send that data...
Hi, i know maybe this question was asked before, but i have a particulary issue.
I have 2 devices connected through BLE. Just when them get connected i need to send a byte...
Hello!
I need to read a string from UART, there's code below:
unsigned char GetChar(void)
{
while(!RI)
;
RI = 0;
return SBUF;
}
int Readfstr(void)
{
char...
Hardware: Rigado BMD-200 B using the nRF51822_xxAB
Bootloader: dfu_dual_bank_ble_s110_pca10028 with the device set to nRF51822_xxAB
Softdevice: S110_nRF51_8.0.0
DFU Tool...
I'm trying to use BLE library for python to communicate with one Nordic nrf51844 chipset. Because one characteristic is notification enabled, I need to enable notification...
Does there exist a white paper describing some typical PPI use cases with coding examples? The only one I've found is the peripheral/gpiote example and it is severely lacking...
Updates are moved to the end of the question
I created a modified version of pca10028.h and boards.h and have preprocessors changed so that the following new config is...
I example test ble_central and ble_peripheral of ble_app_uart.
Radio TX and RX test is OK.
It confirmed the data communications relating to uart_event_handler function....