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'm working on project where I want to scan nearby beacons while participating in a Mesh network. I've configured everything as shown in the sample ble peripheral lbs...
Hi,
I am working with an nRF52832 in the nRF52-DK. I am trying to use the ADC with timers through PPI. I have a timer with five CC events, and one of them through ADC measurements...
I am attempting to establish a PPP connection between an nRF9160 and a Linux device over a UART (hardware flow control is optional). The goal is to allow these devices to...
Hi,
When applying for the SUPL client library i get the error message: "your application for SUPL-C license hase been denied"
I have an active DevZone account
I applied...
I have my code working correctly and for site testing of the first 20 units the customer wants to know the
MAC address so that any glitches can be identified to a particular...
Hi,
we would like to use nRF Desktop to test throughput and show we can send 20B per ms (from peripheral to central).
The LLPM sample is not well optimized, while nRF...
Hello,
Using the nRF Connect SDK 1.9.1 for nRF9160 location. Found the "location" library quite simple and scalable to use. So was looking into it. We do not plan to use...
I bought a PPK (not the PPK2) a while ago, and it's been working fine. However, recently it stopped working. I'm using a JLink EDU mini, and the power profiler app in nrfconnect...
Hi, I'm developing an application using Libuartes to handle GPS data 1. According my knowledge about Libuartes, It will call the NRF_LIBUARTE_ASYNC_EVT_RX_DATA when the buffer...
Hi,
Since BLE advertising consumes current, I want to stop sampling ADC data during BLE is advertising. Are there any BLE events to know when advertising happens or are...
I use the zephyr version 3.0.9 for DF.i use the both boards nrf52833dk.i set the antenna array including antenna_num,antenna_patterns,and antenna_ref(pdu_antenna).
both...
Hello,
NCS1.9.1, VSCode, nRF5340DK, periodic_adv
CONFIG_BT_DEVICE_NAME="xxx" in file prj.conf.
how to dynamic change BT_DEVICE_NAME in main() start?
Best rega...
Hi everyone,
I am looking the schematic of nRF52840 (PCA10056) and I am a bit confused with the Power Sources (sheet 7 of 7).
There are three load switches that prioritize...
Hello,
My project:
- I have a low consumption project width BLE. - I'm using internal LF clock (I know it's better to use an external) - I use the Beacon example project...