Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
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,
I am using window 10
I am trying to connect to the nRF52 DK, but it does not show me the files on the board as it is explained in the how to connect to the DK.
Also...
I have successfully built my project in VS-code for the Thingy:53. Because I don't Have a debug probe I cannot flash the firmware from VS-CODE. What are the files that need...
I was using Power Profiler app with PPK2 for capturing data on long period(48 hours) after 2 hours of running the app is crashed.
Detailed Error message
System Report...
So I am using an nRF5340DK with the "central-bas" example project. I added the MCUBoot-Bootloader by adding "CONFIG_BOOTLOADER_MCUBOOT=y" to the prj.conf file and it works...
I am implementing a port for nRF52832 for our custom communication stack. Devices are time-synchronized, radio operates in destined time slots. During the radio inactivity...
Hi all,
I am using NRF5340 with nRF Connect SDK v1.9.1. And I want to add my own .h and .lib(GCC) file into my project.
Please tell me how to do.
Thanks a lot!
Target nRF52832(nrf52dk_nrf52832) SDK NCS v2.0.0 My project base: \nrf\samples\bluetooth\peripheral_hids_keyboard
Hello. I want to increase Tx power for test. I already...
Hi.
On my production line, the first station is an automatic flashing machine, it takes the components from the reel one by one, connect, flash my program and pack again...
Hi Everyone,
I am currently developing a BLE application.
I have noticed that advertisement events do not cause the CPU to return from sd_app_evt_wait(), is this the...
Hello All,
I have a problem about conflict between Active Scanning and Advertising when I build my project from sample central_uart & peripheral_uart .
I want my nrf5340...
Please tell me about "nRF Util".
The following is an excerpt from "nRF Util User Guide v6.1.0
Is it correct that the maximum value of "--application-version" is 0xFFFFFFFFFF...
Hello,
I am trying to port a project from the NRF52840 DK to a custom board where I am using the NRF52820. The code compiles fine when the project is using the settings...
Hello
I am trying to move all my Nordic project development into VSCode, and also link this with GitHub. Following examples on line, I installed the GitHub Pull Requests...