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...
Hi,
Through this post I got an updated bootloader for the nRF51822 128Kb chip version:
devzone.nordicsemi.com/.../
After the last update of the iOS nRF Toolboox Version...
I got an easy but fundamental question: How to make sure that the central sees the advertising package of the peripheral..
For example when the peripheral advertises only...
Hi,
I'm interested in 256kB Flash / 32kB RAM version of nRF51822 or nRF51422 (chip variant: QFAC/CFAC).
There is a fully integrated 3rd party module (like the BL600 that...
Hi. I am haveing trouble with the SD looseing connection to phone/ipad when I enable a power converter placed closed by. When I sniff the communication with the phone I can...
Hi Nordic Team,
I have designed an module with nRF51822QFAA, and took the reference of nRF51822 Dev-Kit for PCB antenna.
But i was not able to get the performace details...
Hello.
I need to count impulses going to nrf51822 in low power mode. I use the following code to configure GPIOTE and PPI to toggle counter and it works well:
#define...
Hi
I'm having some trouble with the read authorization giving me weird reply values.
In my application, I'm using a custom service called "Light Control" consisting...
Hello, I have inherited a (good) project in which the previous designer implemented a checksum using a value calculated from this:
char* pMemory = 0;
return crc16_ccitt...
If I want to recognize the specific beacon device in the smartphone app, how to read a specific uuid as major, minor beacon in the application?
I know the uuid with a unique...
Hello Everyone,
I want firmware revision to be added in advertisement packet how can i do it . is it ok to add it to manufacturer data or it is nordic proprietary .
...
I want to displayed Service and Info of Beacon. in App(Master Control Panel)
Now, State of my source is only Service displays.
What can I do to fix it? How do I fix...
HI, I have test mbed compiler with NRF51-DK ( I don't like Kail)
so I don't find tutorial or example for test BLE comunication
In particular, after install the new firmware...
Hello, I have 2 nRF51 DK PCA10028 models with 2 nRF51 DONGLE's.
First off, I am a student that is very interested in programming but teachers here can not teach me due...