Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
I am using Unity3D BLE Plugin by Shatalmac ( www.assetstore.unity3d.com/.../ . Upon using the example code, it is discovering the UARt custom service, but dont know why it...
I am really struggling getting anything to work on my revision 1 module and as it has nothing connected at this moment all I can use is BLE or UART to observe any function...
Hi,
I would like to change the the advertising interval of the beacon kit in the sample ble_app_beacon app; however, I could not figure out where this parameter is. I see...
Hi,
I want to connect a rotary encoder.
So I have 2 pins of the nrf51822 connected to the encoder and I have to check which one change first to increase or decrease the...
So there seems to be a conflict between the TWI and the Softdevice. My I2C communication works over TWI fine in isolation but when i try to send data over ble the TWI doesnt...
I am using the nRF24le1 in Enhanced Shockburst mode.
The datasheet describes how it is possible to upload acknowledge packets, W_ACK_PAYLOAD, to the TX FIFO. And then the...
Hello,
I need to get RSSI with the NRF51422 (pca10031, S110), but i don't want to connect with a central device (i.e. Smart Phone). The central device should scan for bluetooth...
We tried to pair with and connect to nRF51822 DK running HTM app with SONY VAIO fit15e NB and always fail as we did the following steps.
We also tried some devices like ASUS...
Hi,
I just replaced the BLE chip in my board from CC2540 to nRF51822. I simply want to know how to configure the interrupt on a pin as well as rising/falling edge interrupts...
What are the allowed channel numbers for gazell?
In the gazell user manual it states, a possible 80 channels.
While the nrf_gzll_set_channel_table () API reference says...
Hi,
Is it possible for me to completely copy the antenna design from PCA10028 unto my custom board? I don't need a very long range, but I need to make a design fairly quickly...
For PCA10001 have 16MHz crystal, and I use the NOP to test the cycle. And found the device work in 16MHz. How to set this board as 32MHz?
This is my current setting in...
We need to sample all 8 ADC channels for random 1ms pulses to record amplitude data from in real time. How much will that impact the bluetooth performance if it needs to freeze...