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...
Hi all,
I am using sdk 5.2.0 and s110 softdevice 6.0.0 on PCA10006 and nRF6310 platform for development.
I encounter unpredictable BLE link loss issue. In my application...
Hi,
Edit: Development with Eclipse and GCC
I'm rather new to working with eclipse and C.
I already have a problem with the first step of your explanation: (I'm using...
I've tried several time with this code, but the value the device with this code sends some kind of garbage number to the detecting device(e.g smartphone).
Does it really...
I am trying to implement write long characteristic between master control panel and PCA10001 board.
here is my code
static void on_ble_evt(ble_evt_t * p_ble_evt)
{
uint32_t...
Hello, we can't seem to be UART break working in interrupt. Is there any detailed documentation on UART operation? We're using the spi_mem_nRF51 Series Reference Manual Version...
Hello
I'm using nRF51422 with S310 softdevice. I've been testing HID example (keyboard) for a while.
What I'm trying to do is to send as much as possible bytes at once...
I am using nrf51822 with PCA 10001, SoftDevice S110 6.0 and SDK 5.2. I modified the HID example to send media keys, basically I just changed the report map and added a few...
Hi,
I have the following code running on NRF51822:
int main(void)
{
// Configure GPIO 08 (P1.0) as output.
nrf_gpio_cfg_output(8);
// Set HI on GPIO 08(P1.0...
Greetings,
I'm experimenting with iOS and bluetooth, using the Heart Rate Monitor example. I have tried, and failed, to convert the NSData I get from the "Heart Rate" characteristic...
In one of my current projects, I need:
to have access to more than 8 kB of RAM (which is not possible when using SoftDevice)
to have Observer role (which apparently...
I see many questions regarding developing applications without the SoftDevice. Perhaps I don't understand how this firmware system works, but isnt the SoftDevice required...
I am new to Bluetooth 4.0 and want to use for a specific application. I intend to modify the Bluetooth 4.0 protocol and would need continuous transmission of packets. Is it...