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...
My Thingy:91 was added to nRF Cloud using "+" > "LTE Device" and then "Already have an active SIM? Skip this step" (iBASIS roaming doesn't work properly in Switzerland so...
I've been trying to get the MQTT simple sample started however after changing the hostname to "mqtt.eclipse.org" and running the sample, it stops with this error. Please how...
Hello, I am using NRF51822. I want to run UART communication on two different baud rates for 2 different hardware on pin number P09(TX) and P11(RX) respectively. I have to...
The queued writes library provides AUTH and EXECUTE events, but I think it also needs a CANCEL event.
In my code, when I receive an AUTH event I obtain the data buffer using...
Hi,
I got a brand new nRF916 DK. I updated the modem firmware to mfw_nrf9160_1.1.0 and updated the application firmware Asset tracker with nrf9160dk_asset_tracker_nbiot_legacy_pco_2019...
I have set up a PA / LNA and watched the radio details.
When the connection interval was 50ms, it was confirmed that the device was communicating every 50ms.
Look at...
Hello
I want to program and debug NRF52840 dongle using jlink But the jlink is not able to find the target . i am using SEGGER J-Link Commander V6.60d application for flashing...
Hi, Sir:
I am using nrf9160 to develop a project of mqtt and GPS, using mqtt to upload GPS data to the cloud server; I use the software and hardware information as follows...
Hi! We were wondering if the Nordic Thingy 91 has an IP-rating? How resistant is it to humidity and could it be deployed in remote locations such as a forest for a prolonged...
Hello,
I have made my custom application and added that in the SDK example folder and I am able to run the project. But after that when I was cleaning my project I got...
Hello everyone,
I trying to firmware update my nrf52832 via Tx and Rx pin uart. I create my own application using keil compiled get .hex file i upload this hex file into...
Hi,
Setting the scene:
I have several sensors that are decoded via an external device that outputs UART serial data (115200 baud rate).
The data looks like this: Received...
I am building an non-secure app and have a few questions.
1. Looking at the DTS file for pca10090 the partition table has both non-secure and secure slots for mcuboot. Totalling...