An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I'm looking for an easy way to send raw data measured by NRF51822 (as single bytes) to a host computer, without using Nordic dongle.
The example project ble_app_uart...
Hello!
I have a problem with getting a value (uint8_t) from a characteristics.
I am using 2 nrf51422 boards, where one is a central and the other is a peripheral. I...
I am running a GATT server with multiple proprietary characteristics. I need to perform an action when some of these characteristics are read. They are read-only characteristics...
I'm using an nRF52832 (QFAAB0) on a custom PCB, nRF5 SDK, S132 v2.0.
I'm occasionally encountering spontaneous resets and want to tract down the source. I found the RESETREAS...
On fds_init() I am getting back an "Invalid Data" error code and I'm not sure why.
This is on pca10040, SDK11 and S132 v 2.0
I lifted the example mentioned here -> devzone...
Hi all,
I am using mbed for developing on nRF51-DK. The code has an initialization of a character array as follows:
char tmpbuff[80];
The code compiles and when loaded...
Hello!
I think I might be having some trouble writing to the UICR register, and I've therefore read the UICR register using the nrfjrpog -NRF52 --readuicr command. Im interessted...
Hi, i used this script to change my MAC adress but i checked with MCP , the MAC @ is the same.
More then that, the error code returned is really not logic in fact i got error...
Hello,
I bought a BLE nano and MK20 set with nRF51822 from RedBearLab. Love Nordic complete bluetooth solutions.
In general I am pretty new to Bluetooth development...
Hi there,
I'm currently building a custom app for detecting eddystone/ble peripherals in both iOS and Android, and am using the same hardware to test. On Android, I'm getting...
Hi,
we use nRF8001 in a custom hardware/software project. The device is battery powered and should
use minimum current (in the range of <20µA). When we set the advertising...
Hi all,
I use nRF51822 module and my environment is Eclipse + GCC + SDK 10.0. I refer to the example in path <SDK_PATH>/examples/ble_peripheral/ble_app_template, then make...
Hi,
I've read the BT specs covering addressing several times and still don't really understand how private addresses work in real life.
Lets say my peripheral starts...
Hi all,
I'm want to have an additional user authorisation process in my peripheral device by having a special characterisitic that the central has to write an encoded value...
My six nrf51822 modules died after I erase flash and download "ble bcast mesh" (with sd110 8.0.0)
github.com/.../nRF51-ble-bcast-mesh
At first time, I download firmware...