I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
We want to create solution/project for family of boards using segger embedded studio. We want to create the solution/project in such a manner that new boards software can...
Hello,
I want to build in a reset function for handling certain error states on the 9160DK running nRF Conenct 1.6.0. In the datasheet it appears that nRESET is p0.32 and...
Hi,
I am looking for a way to count the pulses going out of a GPIO pin. If I configure that pin with the input buffer connected, how can I route that signal to a timer/counter...
Hello ,
I am a firmware engineer in Taiwan ,
I already use nRF52820 to finish one case ( cheaper alcohol/acetone BT checker.)
I used USB/ BT wireless uart / Uart send...
Hello,
I have some problems with connecting and interacting with my nRF9160. It doesn't show up in LTE Link Monitor, only got "No supported devices connected" - If i have...
Hello,
nRF52832, SEGGER Embedded Studio for ARM V4.12
We want to improve BLE transmission speed between nRF52832 and iPad mini.
Now condition and transmission speed...
I have two devices:
NRF52832_xxAA_REV2
NRF52840_xxAA_REV3
Running the Zephyr blinky sample application with the following KConfig option added:
CONFIG_NRF_APPROTECT_LOCK...
Hello,
I am trying to create a Matter device by following the steps in https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_matter_creating_accessory.html...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v1.9.1
We are preparing NFC with classic tag.(Not connected to nrf52832, separated custom tag) Recently I found that android cannot...
Hi, I have a question to ask: I am using ESB demo as the communication framework. One master corresponds to two slaves, but occasionally there are some problems. Please see...
I would like to implement button interrupt handler. I found two examples in nRF5 SDK v16.0.0. One is examples\peripheral\pin_change_int. And another one is components\libraries...
Hi,
I want to set up a set of four PWM signals that are delayed at a specified interval, just like how the stepper motors are run but the falling edge of the previous...
Hello all,
I am merging the buttonless DFU example with my application for nRF52805.
Everything is well, but I am running out of flash. I am therefore trying to reduce...