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, We are completing a project where is used the BLE device nrf52832. The product is composed by 2 devices: a peripheral and a central (both with nrf52832). The broadcaster...
Android update its repository android.support to androidX, so Nordic sample code of nRF_UARTv2.0 must do some editing to be a exectable code with the App,
Now we have met...
Hi,
I've developed nRF52832 chip for our company's application,
and I found some weird phenomenon
we using nRF52832 chip with Nordic softdeivce and SDK v12,
BLE...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
To reduce current I disabled NRF_LOG_ENABLED...
Hi,
Recently we have bought Thingy91 PCA20035 devices and tried to add to nrf cloud account but we end up with issues.
We followed the standard procedure to add the device...
Hi,
I'm trying to do something (seemingly) VERY simple:
I want to increment the count in Timer 2 every time a GPIO pin (17) goes from high to low, without using the CPU...
Hi. I'm programming a nRF52832 with a simple "HelloWord" code that just blinks two led. This code was created by MBED and loaded by SEGGER J-Link but I'm having some intermittent...
Misc info:
1. SDK Version: v15.3
2. SD: 6.1.1
3. Toolchain: IAR v7
I'm trying to use secure_bootloader from the examples but it's taking higher current upon power...
How easy is it to implement (or use) a simple modem-like interface to make a Bluetooth-replacement for a wired srial link between two instruments?
Like using a Bluetooth...
Hi,
I see you added support for AGPS here: https://github.com/NordicPlayground/fw-nrfconnect-nrf/commit/3849e8ae60018505e778a1b0b24c0c36f8f8b809
but I have trouble building...
There is a mesh assert in our mesh application when using a Google Pixel 3 phone (Android 10). The error occurs as soon as the device connects for the first time in the nRF...
I am able to load the project.. I have followed all the instructions from nrf connect helkp and have verified it.
tag v1.1.0 (have done west update)
using SES 4.30c as...
I started with the Nrf_tempelate project and used nrf_uart_app to add uart service in it. The application works fine after reset and as long as it is connected to nrf connect...