Hi,
I'm working on software for a design incorporating an Ezurio module that uses an NRF54L15 chip.
I'm currently using the peripheral_uart example as a base for early...
I want to use gpiote and functions like:
- nrfx_gpiote_input_configure
- nrfx_gpiote_in_event_enable
This is added to the top of my document:
#include <nrfx_gpiote...
Dear Nordic,
This post is successor of https://devzone.nordicsemi.com/f/nordic-q-a/122755/nrf7002-rfbuck-vdd-voltage as continuous of the work.
Although there are still...
Hi, We are just starting to work using the nrf54H20dk. Could you please supply us with a list of samples that are known to work for this product? Kind regards,
Hi All,
I have to implement an I2C Slave on my nrf52833 BLE project which is currently working (SDK 2.9.2)
I need some confirmation with the following step:
I have...
I am using the 54l10 chip, and after compiling the project, I will receive a hex firmware and a zip update package. The bin firmware and hex firmware in this update package...
Hi,
I am working with the NRF52832 SoC using the NRF52 DK and developing with NRF Connect SDK version 2.7.0. I have enabled BLE with LBS, BAS, and FUOTA services, along...
Hello, I'm trying to compile the LIBUARTE example from SDK 16 but im getting undefined reference errors, this is what I've done so far:
in sdk_config.h defined , (I've...
Hi, I am really confused about the Nordic SDK and way of doing things... I have seen so much conflicting documentation.
I am using SDK_for_Thread_and_Zigbee_v4.1.0 (currently...
my project is to send pressure data from one device to four other devices, it is medical field, previously i worked in nordic openthread udp protocol using nrf52840 for mesh...
Hello
Created in SDK v17 and simple_timer example. I made a simple code to control the LED using a timer. Every 500 milliseconds, the LED turns on sequentially. LED ON and...
I recently got the nRF52-DK for using as BLE Relay evaluation.
I have downloaded following and installed to run the code
- Segger Embedded Studio (v5.1)
- nRF5_SDK_17...
https://infocenter.nordicsemi.com/topic/nwp_034/WP/nwp_034/nwp_034_intro.html?cp=16_2
download PDF link not working. Perhaps replaced with other white paper(s)?
Thank...
Hello!
I have the following component in my device tree:
I would like to retrieve the PWM device and the associated pin number (pwm1 and 0x14). I tried:
Which...
Hello,
I am trying to develop a firmware to read pulse oximetry and heart rate data from this Sparkfun module (SEN-15219): https://www.sparkfun.com/products/15219
The...
Hi,
We mainly need AWS_Jobs, FOTA, Low Power, GPS, ADC, GPIO, certificate updates and whatever is related.
Currently we working on a project that uses:
- nRF9160 ...
Hi All:
I am trying to develop a project based on Heart Rate example. SDK version is 17.0, the receiver software is based Android-nRF-Toolbox.
Now, I can transfer ADC...
We are observing unexpectedly low throughput on the Mesh GATT Proxy service. Specifically, the Nordic device (acting in the GATT server role) is only sending one PDU on every...
Hi,
I have been looking into connecting two development boards over BT.
Previously, I managed to connect an nRF52833DK to an nRF9160DK.
https://devzone.nordicsemi.com...
Hello,
I am trying to enable the read protection on the NRF51822 on a custom board. By looking through the forums, I found different ways to try and enable the read protection...