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 went through a similar post for nrf51 which explains the numbers pretty well ( devzone.nordicsemi.com/.../) . I wanted to know what the values are for nrf52. The internal...
We have a nrf51822 device that has to send 6 bytes back to back at 12K8 and 6-18 bytes at 38K4 in the future.
The bytes are in an array and do not need to be generated...
Hi experts,
I have just tried lbs example. I saw in the ble_lbs_c.h, the base uuid and service uuid are defined for the peripheral peers who are going to be connected....
I'm developing with nRF52, SDK 12.2 and softdevice s132 3.0.0 . I modified the saadc_ble code from github which uses SDK 11.0. It seemed to work fine. But disconnection happens...
Hi,
I adapted the ble_app_multilink example to continuously scanning for ibeacons and collecting rssi data.
Data are then sent via UART to a microcontroller which provides...
Hi everyone,
Im new in embedded world so first sorry for maybe stupid or basic questions... Also there is not a lot of information about nRF52840 and IEEE802.15.4 :)
Im...
As a small team, we have to find silicons from retell market. Sometimes even the trader can not promise its source and batch. Here is a small list of nRF51822 available from...
I would like to hide BLE advertising from normal BLE scanner software.
And only be able to see such advertising with dedicated scanner.
I was thinking of changing access...
There have been a couple of questions asked that are similar to my question but in the interest of getting more clarity I am asking a new one as others have had accepted answers...
So, I open a nRF51 project today and found out that it failed to build. Turns out my uVision lost all of the target devices in its list, leaving only STM32 F0 and L0 series...
I am trying to download the examples from NordicSemiconductor/nrf51-ble-tutorial-advertising
The link shows:
github.com/.../main.c
but when I click on it, or right-click...