Hello,
I apologize if this is a simple question. I am working with the nRF9161-DK and am using the Serial LTE Modem application. The ultimate goal is to send data via...
Hi,
In nRF52811-CAA chip, which pins are allocated to ADC inputs. In Table 122 of datasheet which shows pinout for WLCSP package, it just mentions AIN1, AIN2, and AIN3....
After I updated to v2024.11.22 of the nRF Connect For VS Code I can no longer get the option: "nrf-connect.debugging.flash": false to work. It keeps flashing the device before...
Hi Devzone,
I am facing an issue on my nrf52840-based custom board when I try to set up the USB mass storage class on an external NOR Flash as well as having MCUBoot enabled...
I've been working on building and flashing the OpenThread CLI sample in two setups:
Setup 1 : nRF21540DK
Setup 2 : nRF52840DK + nRF21540EK
I'm using NCS v2.6.1....
Hi,
I've been working on building and flashing the OpenThread CLI sample in two setups:
Setup 1 : nRF21540DK
Setup 2 : nRF52840DK + nRF21540EK
While I've managed...
Dear Nordic Support Team,
I am working with the nRF52840 and need to configure the SPI peripheral in Zephyr to operate without DMA.
I’ve encountered a few problems:
...
The nRF52832 chip and SDK12.3.0 implement the buttonless DFU function.
First, as you are guided by the DK board, you have already completed the tutorial.
I tried to run...
nRF52832_XXAA, nRF SDK 14.0.0, SoftDevice 132 v5.0.1
We run a single service with 2 characteristics: one for "target to host" and the other for "host to target", where the...
Help !
I use ANCS need change ATT MTU to more , but I met an incredible thing .
just change NRF_SDH_BLE_GAP_DATA_LENGTH to 189 & NRF_SDH_BLE_GATT_MAX_MTU_SIZE = 185
...
Hi,
I was doing some current measurements and tried to reconnect my DK to my computer to put a new program on it. When I try to Connect J-Link, I get an error that says...
the link infocenter fail to download in:
(General PCB design guidelines for nRF52 series)
https://devzone.nordicsemi.com/nordic/short-range-guides/b/hardware-and-layout...
Hi,
Do you have a drawing of a recommended PCB layout footprint for the nRF9160?
I found a link somewhere, but the page didn't exist.
I need a drawing - not an Altium...
As i an trying to establish LTE connection using nRF9160.but i want to use external antenna because i will place nrf9160 module in metal enclosure. please suggest best antenna...
Hi pals!
I'm trying to do the throughput example with using 2 nrf52840DK. I downloaded SDK15.0.0 and I'm using ble_app_mtu_throughput example under ble_central_and_peripheral...
Hello there,
I've been following a guide Installing a 6LoWPAN enabled Linux kernel and required modules as a part of setting up a BLE 6LoWPAN border router on Raspberry...
I'm working on an NRF52832 product that will be intermittently powered, and the supply rail may fluctuate slowly, drifting above and below 1.8V.
I saw this post:
https...
Hello everyone
I am using nRF52840+wifi module to communication with the server via MQTT+LTS, Now MQTT communication with server was successful, Considering the safety,...
Hi everybody!
We have a problem with our product. It is based on nrf52832.
We used heart rate example in the SDK. MCU sleeps after a while if it is not connected. We have...
I'm trying to combine conventional pairing with OOB NFC pairing, but I'm struggling to decide which libraries to use. I have been looking at the examples, and they all use...
how can we properly set the scan timeouts? Say if we need to scan for a device for 5 seconds and if it is not available we can stop the scan and search for a new device. i...
Hello I am getting fatal error and system reset after calling APP_UART_FIFO_INIT.
I want to receive some data over ble and send it to the uart. I connected physical UART...