Using the "launcher" the open button appears to do nothing and the update from V4.2.0 to V4.2.1 produces an error message.
Twice I have uninstalled V5.1.0 and replaced it...
Hello, I and my colleagues were not able to view today's nRF Connect SDK v2.8.0 webinar both work from home and at the office using different browsers on macOS, iOS and Windows...
Hello
I have a custom board based on nrf9160 and I cannot claim and make REST API and JWT auth work for it.
These are the steps I followed
1. https://github.com/nRFCloud...
Hello all,
i have a problem and I hope that someone can help me.
I can change the bluetooth address of the device with the following code:
and this is okay.
I have...
Hello,
It has been a while since I have done any controlled impedance and was wondering if someone could provide me a quick sanity check before I continue:
Here is the...
Hi
We use the nRF52840 (aQFN73) with a 4-layer 1.6 mm PCB for our current project. The top and bottom layers are for signals, the two internal layers are ground and power...
Hello, I am currently working on a project where i need to read the consumption with a PPK2 through an ESP32(use it in place of a computer). Is there by chance a pin on the...
HI,
I am building "esb_ptx" sample in NRF54L15-PDK, by using CONFIG_DYNAMIC_INTERRUPTS, but it;s always reset like below;How to config the prj.conf to enable CONFIG_DYNAMIC_INTERRUPTS...
Dear all:
I found that the nrf52840 flash size is only 1MB, but the size of light bulb load is about 850KB, I have some questions:
1. Does it contains the FOTA region...
Hi
I am trying to use nrf52811 using nrf52840 DK board.
First, I check simple GPIO example working on my nrf52811 based custom boards
Second, I checked the Bluetooth...
How can I execute a command to commission a device for Thread by using the QR code or pairing code? (without using the pin_code or discriminator) Thanks.
Hi I want to run an epaper with the nRF52832 therefore is SPI needed. Board file was generated from scratch. In the devicetree I added the SPI modul and a epaper modul, which...
Hi,
I am seeing a strange issue with nRF52840 Dongle when I run a custom BLE connection test repeatedly. Below is my configuration:
FW in nRF52840 was programmed using...
Hi,
I'm learing how the i2s streaming works using the example "echo" under "ncs\v2.3.0\zephyr\samples\drivers\i2s\echo". I have a prototype board with nRF5340 and the audio...
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 ...
When flashing the chip with a build from the samples/bluetooth/hci_uart via west build -b nrf52840dk/nrf52840 samples/bluetooth/hci_uart --pristine and west flash off the...
Hello Nordic! My question probably a simple one but I'm a novice so there's it. I'm looking for a way to get a GPIO port state that was at the moment of GPIOTE event triggering...
Hi,
Is it true that you can not disable the nRESET pin in any way? (So that the MCU does not reset after nRESET being pulled low.)
I've gone through the documentation...
Hi Team,
We are using SDK 2.5.2 with MFW 1.3.5
We need to download a secure file from amazon, we first tried to download file from public server connecting to port 80...
Hi DevZone,
My customer found that when using the NRF5340 PDM, there is significant attenuation if the incoming audio signal is a 2kHz signal.
Upon checking the specifications...
Hi DevZone! I am developing a Bluetooth beacon that needs to use extended advertising due to the need of periodic advertising. I am using custom board with nrf52820, nRF Connect...
The following phenomena have been observed in an anechoic chamber:
Success : After the bt_audio_stream_start function is called, the stream_started_cb callback is invoked...