Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
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...
We've been using the nRF51822 sniffer to listen to packets. One of our developers used to be able to use it decrypting packets without a problem (He uses 32-bit system, firmware...
S110 v8.0.0 / ble_app_hrs_with_dfu
I want to enable whitelisting.
In the advertising_init() function I have:
ble_adv_modes_config_t options = {0};
options.ble_adv_whitelist_enabled...
Hello,
I'm testing current time service client example on SDK 8.0.0 with iOS 8.2.
while the device can be search by android and pair,the IOS 8.3 has see nothing.
how...
Hi.
I'm working with nrf Temp, in the file TemperatureDataParser.java, and I want to send out a note when the measured temperature has passed the chosen SETTING(distinguishing...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
I am trying to make the experimental_ble_app_uart for s110 work using SDK 7.2. It works fine without any modifications, but when i turn off Hardware Flow Control in the UART_init...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hello, I am new to Nordic NRF51dk and I'm working on the SPICommunication_module c.
For the switch case statement, I am trying to understand what the spi_master_evt.evt_type...
Now, I'm using "nRF51\peripheral\temperature" example to test something for my nRF51 DK board.
I have upgraded sofeDevice s110 v8.0.0 in DK and I can use Keil "Download"...
I am using Unity3D BLE Plugin by Shatalmac ( www.assetstore.unity3d.com/.../ . Upon using the example code, it is discovering the UARt custom service, but dont know why it...
I am really struggling getting anything to work on my revision 1 module and as it has nothing connected at this moment all I can use is BLE or UART to observe any function...
Hi,
I would like to change the the advertising interval of the beacon kit in the sample ble_app_beacon app; however, I could not figure out where this parameter is. I see...