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...
I am wnating to clarify, if i can use the Gazell protocols on the nrf51422? I can't find it in the SDK for the 51422, but it is in the sdk for the 51822.
There are some include dependencies that go like this:
app_uart.h -> app_util.h -> app_error.h -> nrf_error.h
and nrf_error.h is under Include/s110.
In order to debug...
Hi,
The err_code shows NRF_ERROR_INVALID_STATE when called sd_ble_gap_adv_start(). I want to know why it happen, and how to handle it. This happened upon the ble disconnected...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
Is it possible with Nordic NRF51422 to perform accurate proximity ranging to make sure that a circle of 2 to 3m but not more is identified in a reliable way?
What is the...
I'm assessing whether ANT is suitable for the network deployment I have in mind, and I would appreciate to hear any thoughts you have on this.
I have a network of say 20...
Hi,
I want to change the GAP params such as connInterval, slaveLatency, and have some questions:
1.can I call sd_ble_gap_conn_param_update directly or need to send...
I used nRFgo Studio(version 1.15.1) to program S110 and application through my Jlink. But it's not worked in version 1.16.0.
It's not a good feature! :(
Is there any compatibility table for nRF51 series chips with revisions, softdevice versions and SDK versions?
I have some custom boards with a module that contains a nRF51422...
I'm trying to output a relatively high frequency PWM (300kHz). I'll need to adjust the duty cycle on the fly, without glitches and minimal time spent in IRQ handlers.
Currently...
I'm trying to build the ble_app_hrs example from Nordic's SDK on a Mac OSX 10.9.2 and have been following Nordic's nAN-29 Note v1.1 to install required tools, while looking...
Good day, I am using a USB to UART IC and it isn't working just because the nRF51822 Tx signal is inverted from this IC. There are some way to invert the UART signals?
I am building a new PCB board for a prototype. It will be used for proximity. It will blink on low battery. It also has a piezo speaker attached to a pin as well. My question...
Hi all. I'm now developing a triangulation solution for indoor robots as a project at my school. I have 4 radios, that I want to communicate with.
One master node send a...