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,
We are using nRF Connect SDK 1.8.0 with nRF52832. As per the nRF Connect Documentation, when there is no active task, idle thread is called. Could you let us know...
Good morning,
I' mi trying to improve power saving on a device and it would be great to trigger:
1.an NRF52832 input pin transition triggers a "SPI1 instance" reading...
Hello,
I want to send 614.4 kHz clock signal to GPIO.
I checked that GPIOTE example could be used for this.
When I update uint32_t cc_value at nrf_drv_timer_extended_compare...
In searching, I haven't been able to find much information on implementing USB CDC ECM. Has anyone successfully implemented CDC-ECM with an nRF52? Alternatively, has anyone...
Dear nRF,
I know this topic has been covered many times, but I am unsure how I can change the uart pins for BLE 2-wire? I have not found any configuration for it inside...
Hi,
We've been in the process of debugging our development board but are having issues. When we try to connect to our board we get:
ERROR: [SeggerBackend] - JLinkARM...
I am using the Segger interface for designing an nRF52 based device. I am planning to use SWDIO SWCLK VTref and GND pins on my device. Is it necessary to connect the nRESET...
Hi!
We upgraded our node version 12.x to v 14.x and are trying to run in on Ubunto. "yarn install" trying to download pc-ble-js driver automaticly from the rebository git...
Hello,
I'm working on getting PSM mode with the Serial LTE Modem on the nRF9160 v1.0.0. The power consumption of the modem (26.4 uA) is too high compared to the documentation...
Hi.
I am using nCS with vscode to develop an application, So far I was only working with peripherals and my build file (.bin) size was about 70kb. Now I want to add BLE...
Hi,
I have a strange question about app_buttons, I have two buttons, only one of the buttons is initialized, which works well, but once both buttons are initialized at the...
Hello,
I am currently trying to include one of nordics flash examples into my project. Ive tried both, flash_fds and storage example. Unfortunately both will assert after...
Hello,
Is it possible to get an example for pc-ble-driver iBeacon detect/scan example.
I see only that one with heart rate, not sure what to modify for iBeacon scan/filtering...
hello everyone ,
i have posted a problem regarding Adding BSEC(bosch sensor ) library using vs code for thingy91 13 day before and i am still begging for help .If Edvin...
I am finding myself seriously lacking in proper explanations of how aspects of the SDK work. For example i am currently trying to gain a full & in-depth understanding of the...