Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
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,
I have a master configured as "Bidirectional Master Channel" and a slave configured as "Bidirectional Slave Channel". Both talk to each other. When I start just the...
Is the DC/DC converter enabled when running ble_app_beacon?
Or is it only the LDO that is enabled?
I am running the application on nRF51822-DK.
BR Magnus
I ran into this last night and curiously, James appears to have posted about it yesterday ( devzone.nordicsemi.com/.../trouble-with-system-halted,but-cannot-reset-nrf51822...
I am trying to get the Heart Rate example in the nRF51 SDK to work (found in ...nrf51822/board/nrf6310/ble/ble_app_hrs). It fails at line 338 in main.c (at the call sd_ble_gap_device_name_set...
I'm putting some bootloader and static config data in the customer section of the UICR and I accidentally wrote to 0x1001200 and worked just fine.
Looking closer, it seems...
Dears:
We will adopt nRF51822 for our project, and we want to confirm with you for the question as below:
Does nRF51822 support HCI command protocol through either...
Hello,
I do erase flash pages in my application I use the sdk api:
nrf_nvmc_page_erase(firstaddress);
nrf_nvmc_write_bytes(address, data, len);
but I did not found...
Hello,
i couldnt find the correct answer yet. I would like to use a RTC and also the s110 and BLE.
I collect data from sensors over i2c and send it over BLE. timing...
My username and password credentials do not work here or on the normal nordic semi site. The random password (i.e. fj[k%3) will work at the nordic semi site, and continue...
Hi,
I am starting development on my project using the ble_app_hrs as a template. This project already has the buttons setup for interrupts using the Button Handler library...
Hi guys
I use gazell protocol for my application. I want to try some other way to decide the channel tables. So I decided to monitor the RSSI and chose the channels in...
Hello, I want to be able to perform actions in my app based on the tactile buttons being pressed on the beacon. When I bought it I was under the impression that the service...