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...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
I've not worked with BT4.0/4.1 before, so I was wondering about this:
Take the heart rate monitor example, connection happens automatically when a heart rate monitor is discovered...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
I'm interested in using the chip and a very simple board. No buttons, no humidity or motion sensors, just the beacon (like a heartbeat). I'm trying to keep the price down...
Hi all,
I am using the experimental_ble_app_multiactivity_beacon example with S110 v7.1 and SDK 7.2. In particular the hrs_scanner app on the pca10028 board.
I am using...
Hi, I would just like to know if there's an equivalent to "BLE_GAP_EVT_CONNECTED" for services discovered. There's some stored data I want to send in a loop only after services...
Hi,
Does the nRF51822 have a capability of responding to multiple phones?
I am working with RFduino using the RFD22301. I'm assuming that the RFD22301 is the same BLE...
Hey,
the nRFgo Studio contains a simulator for the nRF8001 and 8002. Will there be an update in the near future to simulate the bahaviour of the nRF51 platform?
Mar...
I have TIMER2 running at 500us interval. ANT is working as 100Hz master.
Understood softdevice will affect the timing and cause some latency.
I am guessing it is delaying...
Hi:
I'm implementing an controller for an open source drone Crazyflie ( www.bitcraze.se/.../) . My device is similar to pca10001 board.
Since Crazyflie is acting as peripheral...
Hi all!
I've been unsuccessfully trying to DFU the Smart Beacon Kit with the latest firmware.
Using the nRF51 DK and the TC2030 tag connect cable I was able to program...
I am trying to get a communication between two pieces nRF51822 using the my service. I checked the peripheral with Master Controll Panel app and is working fine. The multilink...
Hi,
I have the (IoT) environment running. The Raspberry Pi (with Miredo tunnel) is connected to the outside world. I can ping6 the ipv6.google.com server from Rasperry...
Hi Team,
I am using nrf-51 DK as sniffer.
I need some guidance regarding how to study or analyze these packets?
I don't know what exactly I should check in each REQ...
Hello,
I am working on nrf51822, My requirement is to upgrade the firmware over the uart with help of DFU.
I have made code for that on controller side and fortunately...