Hello support,
For our project we have an integration with Memfault for metrics, coredumps and log files.
We are currently developing in NRF 2.7.0 on a nrf9160 chip. ...
Hello everyone,
I'm developing an application using the SX128x radio with the LoRaWAN Basic Modem.
The project runs successfully on a custom board based on the nRF5340...
We have peripheral, and we want to connect it using NRF 52840. when we are bonding this using nrf connect app we get a pop up with random key and using pair we can pair with...
Hello Nordic community,
I’m working on a project with the nRF52840 DK (PCA10056) using the nRF5 SDK and the S140 SoftDevice. My goal is to:
1. Read two NTC thermistors...
I am trying to write SPI code for the nRF52840 dongle. Since the nRF5 SDK does not directly provide an example for the dongle, I followed the steps defined in this tutorial...
I am trying to build using a custom board and 2.9.1, but am getting these errors:
My dts looks like this:
I have the width specified. Much of this is over...
Hi everyone,
I'm developing a BLE application where I measure throughput between an nRF5340DK acting as peripheral and an nRF52 Dongle as the central (using a Python script...
I'm looking at designing my own Bluetooth Receiver essentially. Playing music from my phone to a Bluetooth receiver, to output via AUX.
I was looking at the range of MCU...
Hi,
For my all DFU i follow the steps on the Getting started guide , just in the Performing DFU step i use the nrfutil tool for the over USB.
First i tried with the DFU...
Hi team,
Similar to how we have recommendations to use certain pins for low drive, low frequency on the nRF52 series, do we have those recommendations available for the...
nRF connect is not recognizing my nRF9160 board when I try to use the programmer tool. It allow me to select it from 'select device' drop down menu. But then I select it all...
Hi,
I am working with NRF52832 boards where on one board i have loaded Multilink central example, and on the other i have loaded peripheral code with some modifications...
I have merged Light and DFU examples(Light_DFU), and test DFU update both blinky and Light_DFU.
It is always getting ERROR_BUSY (134) while update Light_DFU, but success...
Hi, do you have a schematic / diagram that shows the architecture of the asset tracker application / nRF Cloud?
Does it use MQTT for communication?
Does it use the AWS...
Hi there. I'm developing an NRF52840 project from scratch and wanted to obtain a "good reference" sdkconfig.h . I tried picking one from the examples (the UART example, 'cos...
Hello guys I am using nrf52832 dongle for development and my client has nrf52832 DK at the moment. I have completed my firmware that get ADC values and store data on SD card...
So, we have a problem that the new Samsung S20+ phone is not able to connect to the nRF52833 if extended advertising is enabled (using nRF Connect for Mobile app).
The phone...
Hi,
I am using
nRF52840
SDK 15.3.0
Keil IDE
The soft device is S140
JLinkRTTViewer for debug
I am using app_timer to control the LED On time.
the app_timer...
Hi,
I am using nrf sniffer. I have used both nrf51422 and nrf52832. Here I am facing such kind of issue like. Once I am saving my report in wireshark and starting sniffing...
Dear all,
I'm using nRF52810, I want to achieve low power consumption(<200uA). I have disabled easyDMA. Right now I want to know how to turn on/off uart anytime we wish...