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 All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I am creating some app. So I tested ble proximity and ancs apps.
I'd like to know how to reconnect to paired peripheral device on ios.
peripheral on ios has random address...
Hello!
I need to perform directional connection from the phone to the device on nrf51822.
The device should be hidden to the search, but allow connection if know mac address...
I'm using nRF-Shiffer V 0.97 on a PCA10000 V2.2.0 Usb dongle.
I see lots of helpful details.
But the problem is, that the sniffer often misses parts of the communication...
Hi,
I recently purchased a Blend Micro from Redbear Labs, currently I have created my services.h through compiling the .xml file, and now am trying to use the redbear library...
Hi Guys,
Hopefully this is not a duplicate question.
I always try to search before I post but there are so many ways that people can ask a question, all technically...
Hi,
I asked the same question but it was a long time ago and still I don't know how to solve this issue. I got a reply but It wasn't help so now I'm writing again with...
Hi
I am new to the nRF kit and C, but I have a project where I shall use the nrf51822 as master and MCP3201 ADC as slave. The nRF is only going to read values that i give...
Hey! I've been working on triggering DFU from within my application. It's obvious that the bootloader in the new SDK has been written to support this but I had some problems...
Hi,
I need the softdevice to be able to receive and send data on it's own without necessarily connecting to iPhone or anything. So:
device1 (nrf51822 receive and send...
nrf8002-based loss prevention solutions are being developed.
our often experience intermittent connection to iOS 7.
Disconnection from the moment after a successful...
There seems to be a lot of questions recently that are re-hashes of previous discussions.
Many discussion forums post a sticky etiquette thread. Can we maybe have something...
The nRF51822 only has one UART and my app needed two. One for a GPS receiver and one for a simple terminal command line interface. The UART RX is interrupt driven, but TX...
Hello,
We are developing using the S110 and having major trouble re-establishing Bluetooth connections to our device. The reason we need to reconnect to our device is to...
Hi all,
I found something different between SD6.0 and SD7.0:
1.KB bonds with iPad successfully;
2.Click OFF the bluetooth button in iPad setting, then KB goes into...
I'm trying to get the ble_app_hsr example working with BLE_DFU_APP_SUPPORT enabled. I have included:
ble_dfu.c
dfu_app_handler.c
bootloader_util_arm.c
But when I build...