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 use custom board nrf5283 ..
Getting the following error while trying to flash
ERROR: JLinkARM DLL reported an error. Try again. If error condition ERROR: persists, run...
SDK: 4.1.0
CHIP: 52840
old question
my sleepy zed lost connection to the coordinator after refreshing key of the coordinator.
1) how can I manipulate refresh...
Hi All,
Is there any proper method for updating the firmware via serial port of nRF52840. The same process as arduino or esp32. Can we invoke the updation process with a...
Hi Nordic Team,
Summary: Please guide to open and build simple example nRF5340 project using Segger IDE on Windows 10
Details:
We tried to have Segger IDE setup for...
I am trying to compile a sample application for the Board nRF5240 . While i install the nRF Connect SDK for ncs v1.5.0 through Toolchain Manager 0.9.1 , I get the error as...
HI,
Is it in anyway possible to change the maximum gazelle payload size to 64byte instead of 32byte, I need more data when I send data return to the device.
Hi.
I am working on the MSC, and starting with the usbd_msc demo. The windows explorer will show a disk named "USB Drive" if connect to the PC.
I would like to change...
Hi,
I am using SPIM in nrf5340 to read datas from 2 sensors. The sample rate is 400Hz, and I have to send and receive 8 bytes to each sensor every 2.5ms.
So I set up one...
Hello,
I want to judge the end of a file. In the past, I can directly call the feof() function when writing in C. Now I call the api in "fs.c & fs.h" in the example of zephyr...
Hi,
On a nRF52840 based coordinator, I want to support Zigbee 3.0 install codes and legacy devices with HA predefined link key at the same time.
1. Is that possible by...
I am working on a device driver for the W25Q128JV flash device. This is the first SPI device I've used with the nRF52840. I had some observations and questions about SPI programming...
Hi - I've bought two nRF5340 DK kits for some development work - and after about a week's effort and searching Nordic Semi documentation, Youtube and the internet in general...
I develop my own device on nRF52840 which will be HID device. And I have made my own HID descriptor of device:
And if I send data with function from example:
...
Hi,
As an alternative to writing a configration software for my device (a native app for windows or maybe android) I,m considering putting physical controls on the device...