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...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
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...
I'm working with the ble_app_hrs_s110_with_dfu_pca10028 (nRF51 PCA10028) example and am wondering what will happen if I attempt to send more than one sample at a time. Will...
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...