HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
I would like to use nRF51822-based BLE module as Master role or Slave role.
How do I give role(Master or Slave) to nRF51822-based BLE module ?
What should I use ?
I ask...
I have an application that uses the nRF51822 with SD110 version s110_nrf51822_7.0.0 as peripheral and the nRF51822 with SD120 version s120_nrf51822_1.0.0 as central.
I...
Hey;
I am new please tell me that how i connect more than one host(which is PCA10001 board) with a central device (which is PCA10000) using gazell dynamic pairing example...
Hi all,
i am doing a BLE project using nrf51822 hardware,
in this project my requirement is to initialize the event,
for doing that i took ble_app_proximity,ble_app_hrs...
Hi,
nRF Android Toolbox app supports BGM/BPM/HRM/CSC/HTM/RSC/CSC devices. Could anybody provide a device list with brand name which are supported by this app? For an example...
This is my first dive into low level programming (coming from iOS/Android dev background) and wanting to create something similar to the BlendMicro from RedBear Labs .
...
I am not sure, but i think we found bug or some interesting feature in sending notification values.
Here is the code i used:
uint32_t ble_meas_on_ext_adc_change(ble_meas_t...
Hi,
I know s110 doesn't support HFP and HSP.
So I want to know if there has a another way that nordic51822 can receive mobile phone sound and translate sound to mobile phone...
Hi
Maybe this is a silly question, but I'm getting into desperation!!!
The problem is that playing with the LBS example ( github.com/.../nrf51-ble-app-lbs) , I've noticed...
I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
Hi,
I am interfacing a TI TM4C123 microcontroller to the AddiCore nRF24L01+ Transceiver Module. I can consistently transmit and receive data with the microcontroller/nRF24L01...
Hi,
We are using nRF51822 in our custom board.
nRF51822 is interfaced with a MCU using UART.
We want to load firmware image in MCU which will then flash nRF51822...