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...
Hi
I using nRF51822 ble_app_uart project with softdevice 7.0.
I need to manage my internal flash memory map so i cannot use pstorage libary test main.txt .
So i try...
Hi,
What is the typical range of operation that can be achieved by nRF51822 Bluetooth Smart Beacon Kit ? I know it depends on the Tx power, but can a range of approx 30ms...
I need help choosing between 2 technologies above, my goal is to enable multiple (up to 20) devices exchange small amount of information (around 30 bytes) between each other...
Hello
How many packets can the nRF8001 send in a single connection event? I have seen here, that it is possible to send up to 6 packets with the nRF51822 + Softdevice S110...
Hi, we've been using nRF51822 for developing application and iOS 7.x detect then just fine.
Since I upgraded to iOS 8. Beacons are 'invisible' to our application.
I was...
When I try to use the mergehex tool to combine all three my application never seems to get properly combined.
What I'm doing:
mergehex -m softdevice.hex myapp.hex -o...
I am using Nordics sample bootloader and I really want to make sure that given a freak accident in sending it the firmware or in the firmware code itself that the bootloader...
Please,
We want to develop our BLE related application on PC and we find that "GAP/GATT driver for windows" is a good way to achieve that. While our system is based on...
I upgraded to:
Keil V5.11.1.0
J-Link 4.90
nRFgo Studio 1.17
S110_nrf51822_6.0.0
The blinky demo works fine, but s110 demos like the ble_app_hrs won't advertise. LED...
Hey folks,
I am having a little trouble with my nrf51822 at the moment and needed some help.
I am currently using a highly modified version of the ble_app_temp project with...
Hi,
I am measuring die temperature of the nRF51822 using sd_temp_get() at the timeout handler of the RTC1 timer every 2 seconds.
I am using the battery service for a...