Hi,
I'm trying to test onomondo static profile with a custom board build with an nrf9161 chip. So I've followed onomodo readme, I got an error when i'm trying to build...
Hi, in our project we use nRF5340 to control some externanal peripherals as flash mem through SPI and also we need BLE comunication.
The case is if whe allow the config...
Hi.
I am using a custom board on an nRF52810 microcontroller and a LIS2DH12 accelerometer connected to it via SPI. SDK version 2.7.0.
Here's my settings:
.dts file ...
Hi Nordic team!
In our system, we’re using the GNSS functionality of the NRF91 to obtain the current time, which is crucial for synchronization across multiple stationary...
In nrf_desktop(path: v2.7.99-cs1\nrf\applications\nrf_desktop) reference design, if we want to add 2nd interface (of USB descriptor),how do we do it? There seems no documentation...
Hi,
We are currently working with the nRF5340 Audio DK board and aim to implement Bluetooth Low Energy (BLE) message transmission alongside the existing LE audio transmission...
I need to develop the code for RTC configuration without using nrf_drv_rtc_* , hence I started using zephyr device tree approach . Below is my code .
#include <stdio.h...
i am student who studying nrf52840 DK.
i want to modify ble_app_blinky, to add supplementary led and buttons like this url
https://www.youtube.com/watch?v=l3q5e6pC8vU...
Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
Hi,
Intention:
I'd like to build and run ble_app_uart example application on my custom nRF52811 PCB.
Development Setups:
OS: Windows 10 1803
MDK-ARM Professional...
HI
We need stencil details for the above said chip, along with the details of pad opening for stencil, thickness, solder paste type to be used , reflow profile, & thing...
Hello,
I am using nrf52832 with PCA10040 and SDK15.1 along with a temperature sensor MAX30205. So far I can write, but I am realizing that I cannot read the second byte...
Hi, I'm using the nRF52840 SDK15.2.0 I'd like to get data from a digital microphone via a PDM interface. The teansfer data to speaker via a I2S interface.
Here is my problem...
I use the SES ver 4.12 with embOS of Segger.
It happened to me all the time.
I take an example from Nordic. I rebuild it with no warning. Then I take and add my files...
During the firmware running, there will be a HardFault_Handler error occasionally.
Is there any way to locate the error source?
Is there any good way to catch the hardware...
Hello. I have a problem with enabling nrfx module. I get this error during prohect compilation: 'NRFX_TWI0_INST_IDX' undeclared here (not in a function); did you mean 'NRFX_TWI_INSTANCE...
Hi,
I'd like to set 3 nrf52840-DK in the following way :
One device acts as central
2 devices acts as peripheral
I'd like the central to be connected to both peripherals...
I have custom board with nrf 52832. I am using SDK 12.3.0. and soft devices s132 V3.0.0 to transmit advertising packets with advertising interval 1s. I have written simple...
I already have a few devices in the field, and I'm curious if it is possible to occasionally update the signing key (e.g. to upgrade key, or compromised key, etc). If not...
Hello, I want to establish a connection between NRF52832 IC and ESP32 Module.
I implemented BLE on ESP 32 and achieved communication between Nordic Mobile app and ESP32...
Hi,
I am trying to used the WINC1500 Wifi module with the nRF9160 DK but I am not getting any data back from the module.
I am using the module
https://www.microchip...
Dear Nordic Support,
I follow this SAADC example to calibrate the SAADC every SAADC_CALIBRATION_INTERVAL.
However, whenever the function nrfx_saadc_abort() is called...