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...
Hello,
I am new to working with imbedded chips and could use some help. I am working with a pre-programed nRF51822 chip on a PCB and would like to be able to read the imbedded...
Hi I want to using nRF51822 link with MCU ti-am335x have Linux system(Ubuntu) by standard HCI command, BlueZ or related hci tool.
I know that I can use nRF51822 S120 serialization...
I would like to share my wireshark capture file (pcapng) with another developer to view that doesn't have a nordic sniffer. They cannot see the ble protocol information. Is...
I am able to set the connection timeout to 250ms in the ble_app_hrs peripheral sample, but in the ble_app_multilink_peripheral it will not advertise if I set it below 1000ms...
Hello,
When using the bootloader I've noticed that the booatloder resets after advertising for ~1minute. I'm try to figure out if this is intentional.
I notice that...
Hello,
I am currently designing a project that will advertise as two different beacons simultaneously using the Timeslot API. I have successfully implemented the nRF51...
In my all projects, I am using this code to obtain and set local device address:
uint64_t deviceId = ((uint64_t)NRF_FICR->DEVICEID[1] << 32) | ((uint64_t)NRF_FICR->DEVICEID...
Hello,
I build a Broadcaster(iBeacon) with the DK PCA10028. This Broadcaster sends periodically ervery 30ms a message (I have sniffed the Broadcast message and it appears...
Hello,
I am having some strange results with some firmware I have been developing. I developed the firmware on the nRF51 Development Kit (PCA 10028) and the device advertises...
hi,
i would want to develop a project with master (mobile phone)- bridge (acting as master and slave,nrf board)- slave (nrf board) .
i have tried the ble central(s120...
I use the Android 5.0.1 lollipop, SoftDevice S110 6.2.1 and SDK 5.2.
When a Bluetooth scan performed on Android phones,
0x10 (Connect), the event occurs and after 0x12 ...
Hi
I have been trying to get QtCreator configured such that I can use it as my IDE for the nrf51822 on Mac OSX. I use the NRF51DK as hardware, but also had it working using...