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...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
I am doing NOR flash writing test. It seems nRF52832 enter sleep mode. How can I make sure if nRF52832 enter sleep mode or how can I prevent nRF52832 to enter sleep mode?
I have created two application timers. If these timers expire at same time, does the timer expire handler run concurrently or timer expire handler B run after timer expire...
hi devzone
I have no idea to pair between one nrf52 dk board and other nrf52dk board, not using nrf connect app, without wiring board to board.
I understand if i do pair...
Hi,
I built the blinky app for the usb dongle nrf52840dongle_nrf52840
and managed to flash it with the programmer v3.04. and it was successful (the leds are blinking...
Hi,
I was using JLink v7.50a with nrfjprog 10.9.0 and debug were working fine on Ubuntu 20.10 using SWD pins and JLink RTT. After changing to Ubuntu 21.10 and installing...
Hi Nordic team
We work on a custom hardware (LE Audio headset) and we need to send the battery voltage of the headset to the gateway which will be a smartphone. Using nRF...
Hi,
When SW9 is set to the default 1V8 position both the programmer and virtual COMs work fine.
When I switch SW9 to the 3V position the board is no longer detected...
Hi nrf team! I have been trying to get a couple of nrf5340 audio dk's to work with the "nrf5340_audio"-example, starting fresh with a clean install of VS Code even, and installed...
Hello
In my code i have two services one is blood pressure and second one is temperature and i have used button and indication both to send blood pressure data and temperature...
We have come to understand that the nRF5340 will not support BT classic (multiple tickets confirming this). But we still have a use-case that requires both BLE Audio and BT...
Hi guys,
I'm writing firmware for the nRF52840 using Zephyr, based on the cdc_acm example, using zephyr,cdc-acm-uart. I'm trying to blast out a ton of data, and need to...
hi devzone.
I have commercial product(led light receiver) which has nRF52832 chip and is running as central mode.
I install 'nRF connect for mobile' in my android phone...
I could not find a way, where I can get the nrfx_rtc_t const *p_instance for the nrfx_rtc_init function. There is no example where it is shown where to get this struct from...