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 have shell working with the following configuration
CONFIG_SHELL =y
CONFIG_SHELL_BACKENDS =y
CONFIG_SHELL_BACKEND_SERIAL =y #also selects serial
CONFIG_SHELL_CMDS...
Check the below C++ code:
in file S.h, we define class S
in file S.cpp, we implement S constructor and function init()
in file test.cpp we first declare a global...
Hello there,
I am looking for a way to connect to the Eclipse Leshan Server without DTLS using the LwM2M Client sample. However, this does not seem to be so easy.
The...
I try to run nrf sniffer with Wireshark.
I flashed sniffer_nrf52840dongle_nrf52840_4.1.0.hex
I download and run nrf_sniffer_ble.py.
I got this error and I cannot find...
Hi all,
For a project I need to use a private library which uses the app_scheduler to queue events triggered from a second MCU. I am using FreeRTOS on the nRF and I am unsure...
Dear Support,
as suggested I create specific question based on this thread:
Could you please confirm that the QSPI peripheral makes polling of QSPI flash Status Register...
I was trying to implement the nRF5_SDK_17.1.0_ddde560 proximity example into the template.
After getting all the functions working and the application compiling, the board...
For some reason the microprocessor will not wake when P0.07 is pulled low. I have an external 10kOhm pullup so there is no need to configure the internal pullup. If I change...
Hi! I've been struggling with a bug on a nrf51822 product I'm working on. It features some I2C devices, a screen and a couple of sensors. The mcu gets a watchdog reset due...
In my application (built with NCS v1.7.0) I use a nonblocking TCP socket for communication. The main modem thread handles sending data and a separate thread handles receiving...
Hi,
I have a particular use case and have been thinking different ways to implement it.
Let's say there are different beacon sensors (static/moving) installed in a big...
Hi,
Based on Matter samples provided, OnOff cluster is working great (using nRF5340).
We shall implement a more complex (and custom) cluster with 30 or 40 items and send...
so this is something weird I encountered.
Every time I use an eraseall statement and download my firmware, the chip doesnt start up immediately unless I reset it 4 times...
Hi,
I am completly new in nrf-connect sdk and zephyr environment.
i don't understand how to configure the Eddystone TLM format for the nrf5340dk. I tried wiith the eddystone...