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...
When i define macro
CONFIG_LOG =y
i want to use log
The program can not build successfully
FAILED: zephyr/zephyr_pre0.elf zephyr/zephyr_pre0.map cmd.exe /C "cd...
Hi,
I am trying to send the data received over BLE from nrf5340 to ESP32 and then from ESP32 to nrf5340 using UART communication using below configuration.
nRF5340 esp32...
Hi
I'm wrkig with nRF5 Software Development Kit v17.0.2 and BLE Mesh. When the device is running, after some hours of operation, the NRF_FAULT_ID_APP_MEMACC is getting triggered...
Hi,
I am using nRF connect SDK V2.0.2 chipset 52832 built using VS code.
Need to move the setup from an external clock to an internal RC oscillator.
When I disable ...
The following Pin definitions for QSPI result in Errors during build using NRF Connect SDK. This exact configuration is working on a custom design using nRF5 SDK using the...
I want my client to advertise forever so I added the following code:
static void ble_evt_dispatch(ble_evt_t * p_ble_evt)
{
ble_conn_params_on_ble_evt(p_ble_evt);
ble_nus_on_ble_evt...
Hi,
My device was designed with SDK 15.0, the APP_ADV_DURATION is set to 0 in order to have the device in advertising for all time.
Now I try to use the SDK 15.3 but when...
I've got an embedded application where I want to stream from my device to wireless headphones. Really looking for legacy (I think) right now as I'm not sure LE audio is supported...
I'm getting an occasional MPU fault on the nRF52840 on the Thingy91 when starting scanning:
Running arm-none-eabi-addr2line leads me to
buf->len -= len;
in...
Hi,
I am working on PWM and i am using bellow function for pin set cycles and it's working fine as per Duty cycle and frequency
i am getting the wave form also but i'm...
Hi All,
Is macro in /modules/nrfx/hal/nrf_rtc.h correct?
/** @brief Macro for converting expected frequency to prescaler setting. */
#define RTC_FREQ_TO_PRESCALER...
When compiling without a pm_static.yml in my project and using the dynamic partition resolver with mcuboot I noticed that I get an overflow error.
The current accepted fix...
hello
I am using ufl(U.FL-R-SMT(01)) 50 ohm antenna
My question is: is the matching circuit listed in the picture sufficient or do I need another component
Hi community,
For debugging / a project in very early stage I need to sniff Thread packages and (later on) Bluetooth (LE) and ZigBee packages.
I would like to use the...