Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
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....
Hello,
I tried the example ble_app_multilink_central (SDK 11.0) with S130 soft device. My requirement is that nrf-dongle should work in central mode and it should connect...
Super general question :)
Our current products use nRF24 chips (paired with 8bit AVR's) and we're very happy with performance.
For us the key requirements are low latency...
Hi all, i am trying to load this example on the smart beacon kit; i followed this guide step by step ( devzone.nordicsemi.com/.../) but the problem is the if i load the precompiled...
Hi all, i want to use the internal bluetooth of my laptop to receive values of a sensor on the nRF51 DK, and save them in a text file. How can i do this?
Hi, In my project I am using the signed bootloader example. The issue I got if I generate .zip file for dfu without --key-file the with --dfu-ver is option is working fine...
I have up and running the serialized ble_app_hts using ser_s130_hci serialization on two BMD-200 evaluation board of Rigado.
Now I want to know what files I have to use...
When I input the command below:
nrfgocli -p <path_to_application.hex>
it gives me the error below:
Could not connect to board
ERROR: Could not connect to board ...
I've migrated over my application code. I've noted that SDK10's new modules causes much high RAM consumption than on SDK 6.1. Everything is working however, except for the...
What are the correct parameters that I need to set in uVision to compile the experimental (signing) DFU for NRF51822_xxAC (SDK 10) (using dual bank)
Xtal?
IROM1?
IRAM1...
Hi Nordic Community,
Could you please tell me what is the antenna reference design used in the nRF51 DK? and why a lot of BLE development boards (like Redbear BLE shield...
Hi everybody!
Im trying to implement slave spi to bluetooth bridge.
In short, when cs line goes low, i want that one handshake line automaticaly go in busy (high) state...
Hi,
I'm using the nrf52 and in my application I need to sample a sensor after applying an IR pulse; the pulse length influences the sampling thus cannot be disturbed by...
I think this is a rather common problem:
I want to expose a couple of variables from my model code (members of structs) as characteristics. Is there a simple and elegant...
Hi
Question
What is the risk/chance that future revisions (>2.0.0) of S130 will be incompatible with the setting UICR.CLENR0 = 0x1C000 ?
Background
Today we would...
Hi,
I need to wait for a period of 7.5ms whilst my I2C sensor completes a measurement, I am currently using the nrf_delay_ms function however I am looking to optimise the...