Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
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...
hiii....
i am using lightblue app in i phone to connect with the advertising device...in my ble profyl i have 5 services and 5 characteristics in each... most of dem i...
I make a call to sd_ble_gatts_hvx, and get an error. The call produces an error and I end up in ble_debug_assert_handler
From ble_debug_assert_handler:
The file name is...
Hi,
I've tried to implement s120 softdevice (version 1.0.0 production ready) on NRF51822 Development Kit and run ble_app_multilink_central example from sdk 6.1.0 on it but...
My devices should be able to "see" each other and at the same time they should be able to extract some information from a received Advertising packet. After reading about...
Hi, I use s120 stack. Peripheral device sends a notification 6 in a row, but the central device receives only the first 3 notification. How to get all the notifications?