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...
I'm having a problem with what should be a very simple exercise. I'm trying to compile the Zephyr sample subsys/cpp/cpp_synchronization after adding #include <string> to the...
Hello,
I am trying to read data from LS2DE12 accelerometer MEMS chip via I2C bus and I am seeing only zeros for all 3 axes.
I can write to the various registers successfully...
Hello, I ran the nrfconnect (ver 3.7.1) in Power Profiler (ver 3.1.3) in BLE advertising.
When I run the source mode on 3000V I get normal peaks (20mA), however when I run...
Hi,
I'm interested to use AGPS in my project. Looking into AGPS example (link below) , I want to prevent using low power mode since as far as I know using this command you...
Power Profiler software returns an error after I updated it to v3.2.0 with nRfConnect v3.8.0.
Error message: Error while probing devices: EnumerateWorker json error
Resulting...
Hi,
I am working with nRF52833 DK with nRF Connect SDK. All was going great until I had to add a GNU GSL library. I need it because I need matrix multiplications with complex...
Hi,
We are working on a custom bootloader/DFU and is going to use USB CDC to perform DFU and some data transfers for version information. We use the USB CDC library both...
Hello,
SD: 122
part nrf52833
I need to do the following:
a. scan for advertisements containing a particular MAC address without connecting. This works.
b. the...
Are there any convenient ways to debug BLE connectivity issues? I have the service up and running but the connection on nRFConnect App doesn't quite go through: it remains...
Hello,
I work with the nRF5340 and want to use I2C0 (1-3 is reserved for other sensors in my project ). I already use I2C2 for a sensor and this works fine.
To use the...
Sorry I'have a question about the certification process of a BLE in a custom board.
I see that with zephyr that I can define a custom board derived fron nrf52840dk. If for...
I powered the DK up and the LED's would light corresponding to the button that was pushed.
The D drive would come up, so I drug the heart rate demo (hex file) to the drive...
I was trying to follow the video to create a project with VS Code. After I click the Create Application buttion, there is nothing happens. It only create a Folder with APP...
Hi,
I already read all similar ticktes but none of them does solve my problem.
i'm using nRF Connect SDK (NCS) with a custom board equipped with nRF52833. To implement...