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'm trying to go through the proes and cons of a Hosted Vs Hostless Solution for BLE using the nRF52840. I have an AP thats running a stripped down version of Linux. Currently...
Dear Engineer,
Working on sdk17.1, hrs free rtos demo. chip nrf52832, on pca10040 board.
From Sdk 17.1, log not resume in application hook to save power.
Use log_pending_hook...
I use the PPK2 to measure the power supplied from a lithium polymer battery to a test device. I use 'Ampere meter' and the 'Enable Power Output' switch in the UI then 'start...
Hello,
I am using SoftDevice S140 SDK 7.2.0. I need to initialize the no init parameters.
For doing that I used nrf_power_resetreas_get() return parameter. Two questions...
Hi,
The memory space of the application core for nRF9160 is empty.
Now,if I set the ERASEPROTCET register located in the UICR to 0( Erase protect will be enabled.), how...
I have a few issues/suggestions for improvement of the VSCode extension for Nrf Connect, that I like to submit to the developers : I tried the github link https://github.com...
Hi
In my firmware, i setup a NUS service, piece of code as below:
I found that the nus_send_enabled_cb function is always invoked before connected function...
Hi,
We're really stumped on this one. We recently deployed 150 devices running nRF SDK for Mesh. All except three of these devices are running a modified SimpleOnOff Server...
Hi,
I have problems to use nrf52840 dongle with Manjaro and nrf Programmer v3.0.3. Indeed, when I plug my dongle I have this view on programmer :
So I see only the numbers...
Hello,
I am working on a project that modified from ble_app_uart_c, with sdk v16.0, softdevice S140. The 52840 board as ble central and an android app as virtual NUS peripheral...
I am working on adding a new LWM2M object (3302 Presence) to the lwm2m client project from SDK version 1.9.1. After creating and including the file "Kconfig.ipso_presence_sensor...