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...
Hi,I use 51822 to make a fitness device. one of the function is advertising current value(Steps,Heart rate,Distance,Calorie) to the phone over BLE. What the default service...
I downloaded nRF51 SDK 5.2.0 and I am studying the examples for S120.
I notices that there's no gcc directory, thus only Keil compiler can be used. Is there a way to use...
Hello,
I have some questions regarding bluetooth low energy and the NRF51 series.
[list=1]1) I have to synchronise maximum 17 sensors, so i will maximum need 4 masters...
Hi.
I am looking for the internal resistance of the ADC pin of my nrf51822. I have looked at the Product Specifications (as well as the Reference Manual and other documents...
I find it unstable to send hid data, even if I set timer 1 every 8ms to send hid data.
I can catch data bag from wireshark it seems that interval of two data even close...
Hi All:
The hardware is working perfectly up until I changed some codes in the program and load it on the chip then I am unable to program again. The error message is:...
1.Size of EPROM. Is it big enough for our program as well as our data file for the whole day?
2.How can we secure the EPROM so that no one else can overwrite our code or...
We have an application that is an apple ibeacon, plus some extra properties that can be read (battery level for example)
The "ibeacon profile" eats up all the space in the...
Hi Guys,
i'm a newbie, trying to get the heart rate demo project working.
I've connected the nRF8001 to my own hardware, using a PIC processor.
i'm able to connect...
Hi,
I have a question about the service profile (ex:heart rate service, battery service,etc...), these services are based on protocol of IEEE11073-20601? Actually, I want...
See subject. The softdevice is currently installed on the chip (v6.0.0-1.alpha)
I searched online, and found some information that the security state of the chip has been...
Hi all,
When I receive data from the phone app, I do it via this service handler (and it works):
err_code = ble_services_init(&my_device_service, ble_receive_handler...
error:-559038737 ...line:1128 file_name:src\ll_lm.s0.c
And I can't find this file, so can somebody help?
Why this happen? How can I do to avoid this? It will cause reboot...
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...