Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
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...