Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
It looks like APP_TIMER_INIT changed in v8 of the SDK. I do NOT want to run the code for timer callbacks in the IRQ, I want to run in the background loop. How should I properly...
Hello,
Our application board uses two NRF24L01P and two microcontrollers, so we have total four quartz generators on board. To simplify things we would like to use a single...
I have a project which measures temperature and humidity. After measurement the data should be send trough BLE.
I have one service for the sensor and two characteristics...
Hello,
what do I need to pay attention to calculate the consumption of nrf51822 in low power mode (sleep).
I make this simple program :
=========================...
whether one s110 device can connect to multiple s120 devices simultaneously...?
if not what is the special feature mentioned in Bluetooth 4.1 specification..?
is it limitation...
I'm testing ble_app_ancs experimental sample.
It seems working first connection. But after rebooting iOS Device, or Turn Off/On bluetooth function on iOS Device, ANCS does...
I'm developing an UART with SD110. I've updated the SDK to the newest 7.1 and I'm using MDK Pack-Installer.
I found a problem in app_uart.c and retarget.c .
retarget...
I have a nRF24L01+ connecting to an Arduino board using the RF24 library code. It is a print of the registers:
On the nRF51822 I have the following code:
int main...
Hi, I was looking on Digikey and there is a device with the following code: NRF51422-QFAA-R7 V2
Does anyone know what the R7 V2 means? I think R=reel? Thanks
Hello everyone,
I have two nRF51822 (PCA10024) which I want to communicate, one is a peripheral s110 and working properly with a batery service and a custom service, and...
I am new to BT certification so my following question may be incorrectly stated.
We are creating a new OEM BLE module using the nRF51882-CFAC. We intend to sell this module...
Devzone,
I've been working on a central device based on the project 'ble_app_multilink_central' and have encountered an error originating from within the softdevice of...
In Bluetooth 4.1 spec they mentioned scatternet option for BR/EDR topology....not for LE topology...
is that option of connecting to multiple centrals at a time will applicable...
I need a BLE device that can broadcast codes/id to my android mobile app. Also, I need those codes be changed by once in a while by an admin app. Is this possible?