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,
Been chasing this undefined reference to `__device_dts_ord_XXX' issue around for awhile now with no clear path forward. What I am observing is extremely similar to...
Hello,
I am working on Thread client server based network. I am using nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8. My development hardware is nRF52840-DK, HW Version 2...
Hi,
I am using nrf toolchain v2.0.0, and am testing the dfu-ota example over BLE by following the below link ( ) . howveer for fast boot up, i am using "
CONFIG_BOOT_VALIDATE_SLOT0_ONCE...
It is possible to change the partition table through a FOTA?
Is the partition table stored somewhere on the device, or is it merely used for linkage? If it is linkage only...
Does anyone know how to use the CMSIS-DSP FFT library on a nrf52832?
I am using the nrf Connect SDK and it seems all of the examples are for nrf5 SDK.
I am looking to...
i use the ubuntu20.04 and open nrfconnect-3.11.1-x86_64.appimage through proxy successfully
then i install and open the toochain manager , there is not include NCS 2.0...
We are developing a new product and plan to use nRF52810. As I understand nRF52 will be supported for production in the new nRF Connect Release (1.3.0) that will come soon...
Hello,
Our application requires the device to go into deep sleep and wake up every 24Hr or on the Accelerometer interrupt. We were able to obtain the sleep mode and wake...
I'm trying to migrate my project to NCS 2.0.0 but having an issue like below:
c:/ncs/toolchains/v2.0.0/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3...
Hello everyone,
I am working with the SDK v17.1.0 with the DK nRF52832 with the examples of ble_app_uart and ble_app_uart_c.
I managed to implement a multilink communication...
Hi We have designed some boards with ESPRESSIF WiFi BLE Module ESP-32-WROOM-32E for control and monitor.
Is it possible to connect esp32 to nRF21540 to extend range ( such...
Hi, I am using nRF52840 and communicating with Simcom GSM( Sim7600g ). 1- Is there any example code/ Library to connect with the MQTT server?
2- Can I use this example code...
I found my thread device to have quite a large latency so I analysed the communication and found out that the device is actually timeouting and retrying before listening for...
We are trying to connect MQTT over IPv6 with nrf9160dk and custom board. We are using mqtt_simple sample.
Software NCS version: NCS main (latest)
Changes in the code:...