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 am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
Hi, I have a PC communication interface for a bluetooth device (it's an Arduino with a bluetooth shield). I have bought the new arduino (or genuino) 101 with integrated BLE...
I already know the phone's Bluetooth address, I want to write the address directly into the device, the device - directed broadcast, how do I put the address in the program...
I know most developers follow the Apple guidelines for Connection Parameters. But our device will interact with Android phones, so I was wondering in the interest of power...
Hi All,
Im planing to use NRf51 as a BT Central mode device and to do some simple things (like Immediate Alert control). First i tried things with dongle and Master control...
Hello,
I started with the UART timeslot API but countering some problems.
It will be helpful if I could get any tips or solutions.
I am trying to sample every 2ms and...
Hello
I asked a follow up question on another user's posting on devzone.nordicsemi.com/.../ , but no one seems to respond, so I will try here.
The abovementioned posting...
I've run ble-sniffer_win_1.0.1_1111_Sniffer.exe and pressed CTRL-R, then I get:
Keyboard input error: [Error 2] The system cannot find the file specified..
The log file...
Hello
I am developing an application where the data troughput is very important.
As i understand, the data thoughput is dependent on the connection interval and the number...
Dear developers,
I have a problem with peer manager reporting PM_EVT_ERROR_UNEXPECTED right after it has reported PM_EVT_CONN_SEC_SUCCEEDED.
This is quite a long call...
We all know that PPI can have the same event to trigger other tasks.
But I couldn't find any official document explaining the priorities/timing of those tasks linked to the...
Hi
I am trying to put the nrf52 device to system off state, in order to get minimal current consumption.
When I don't use the soft device, and enter system off state by...
Hi.
I'm using PCA10028, SDK10.0.0, S130.
If i scan again when it is scanning, system goes halt and reset.
So i want to check it's scanning or not before I make it scan...