I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
I understand that it is possible to set a static passkey on the nRF51822.
However, what I would like to do is handle the verification of the user-entered passkey myself...
Hello all,
I am completely new to BLE and would like to make a sensor network with nRF51822 ( 1x S120 as center node and 8x S110 as slaves) I have been reading the content...
I am trying to make my NRF 51 advertise forever till someone connects. I have based myself on the ble_uart example where it uses fast advertising with 40 ms intervals for...
Hi,
Last year, I heard that nordic semi will release a SoftDevice for central that supports mulitple packets per interval time until June, 2015.
For now, I guess s120...
My understanding so far is that the input buffer of GPIO is disconnected by default and we can keep it disconnected for saving power when the pin is configured as output....
Hello,
I just read this paper "High speed data streaming with nRF24L01 " where we can achieve 1.6 Mbps Data Rate in clean RF environment. I am currently using nrf51822 in...
The documentation for ble_evt_hdr_t says that the evt_len field is
Length in octets excluding this header.
However as far as I can tell it's actually the length...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hi,
I need to implement an application who acts like a GATT client and gets notification from a GATT Server (on smartphone) and then sends the information to a GATT Client...
I am wondering what is the lowest DBM/RSSI i should have to make sure my connection between devices is safe both with setting up a connection and datatransfer?
Hello,
I know it is not recommended to use SD8.0.0 and SDK8 on revision 1 ( QFAAC0 ) based modules.. But as it is for testing purpose only and would save me a lot of time...
When not programed bootloader,my own 51822 module can work without Development Board,i supply the power through the button cell to my module.
But when programed bootloader...
Hi,
I want to use ble_app_multilink_central example for my own application. Here are my problems:
Setting MIN and MAX CONN_INTERVAL to more-less 20ms or lower (both...
Hi.
In my program I need a frequency at 2 MHz (a square wave with duty cycle at 50%), it should just run a frequency in a short time, under one second. Also the code must...