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...
Hi,
Do all NRF51822-DK (development kit) have the same silicon build revision? If not, which distributor should I approach for the latest revision and is there a specific...
I have encountered a problem with the IAR linker where I run into a 32k code-limitaion, even though I have a licence with no limitations. According to IAR, the problem may...
I was playing around with examples and decided to implement a custom service that sends the RSSI as a single-byte characteristic value. Here's the init function:
static...
Hi,
I'm trying to connect to BLE and send data on UART. I'm using nrf51422 with softdevice s310 and SDK v5.2.0.
The following code gives me error 3003 which I figured...
Hi,
I think getting started with the Nordic chips is not as easy as some others.
I would like to know what are the first things that I need to run my code on a Nordic? Especially...
I just got the nRFgo Dev Kit, and going through the set up I see I need a nRF6310 Motherboard, but I can't seem to find anything about it - like were to buy it.
I just downloaded their iccv8cortex trial version and it includes the 51822 as a target. My 5 minute test drive not withstanding, it looks like this might be a good option...
How to reduce power, for bond connections such as cscs services which only requires communication once per second?
Is there a way to manually / automagically turn off the...
Before I call sd_power_system_off(), I do the following:
NRF_TWI0->ENABLE = 0;
NRF_TWI1->ENABLE = 0;
NRF_ADC->ENABLE = 0;
NRF_SPI0->ENABLE = 0;
NRF_UART0->ENABLE =...
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...