I programmed a nrf52840dk board (PCA10056 3.0.0 2022.7 1050288497) as a sniffer. It works well.
Now I want to flash it to zephyr samples/basic/blinky by "west flash". west...
Hi Devzone. I have a PCA10056 that I'm using to set up for CI / HIL testing, using an external nRF52840 on another PCB.
The external SWD on P19 is working perfectly.
...
Hello everyone,
I’m facing an issue with step-by-step debugging in VSCode using the ARM GCC compiler with an nRF52811 microcontroller and Nordic’s SDK 17.1.
Here are the...
I'm migrating an nRF52840 project from ncs 2.7.0 to ncs 2.8.0. We pass the board in to the west build command line. Our CMakeLists.txt uses the BOARD & BOARD_QUALIFIERS to...
Hello,
I have a Insight ISP4520 SIp which include a nRF52832 chip and a SX1261 for Lora radio https://www.insightsip.com/products/combo-smart-modules/isp4520 The internal...
Hi,
I am testing the Peripheral Heart Rate Monitor with the Coded PHY application for the nRF52840-DK kit. So, I am using two kits, one running the Peripheral Heart Rate...
nrf5340_audio application , unicast_audio and broadcast_audio samples in zephyr, Are these all LE_2M by default ?
If I want to use LE_1M, how to change ? Modify prj.conf...
Hi,
Background:
We're developing wireless application with the NRF5340-NRF7002 chipset, similar to what's on the 7002DK board.
We'd like to put the system to lowest...
Hello,
I have been following the steps in Exercise 1 of Lesson 1 of the Cellular IoT Fundamentals course. I have a Thingy:91. I have followed the steps so far
- flashed...
Dear Nordic,
We made an attempt to use the external flash in the LwM2M sample.
We tried to follow this: docs.nordicsemi.com/.../nrf9160_external_flash.html
As soon as...
I need to detect the VCC voltage on the nrf52833 on power-up and wait till it slowly ramps up to 3V. Is there a way to do this using the Power-Fail Comparator. I found another...
Hello,
I have a few questions: 1. How to add a prj.conf or an overlay file to enable peripherals to use an external high-frequency crystal oscillator as the clock source...
I am building a nrf52840 custom board and testing the ble_app_blink_pca10056_s140 example from segger I have a 32MHz crystal and a 32.768khz crystal And I added the following...
I want to control RADIO using the TimeSlot API of nRF54L15. I have already created the code for nRF52. However, it seems that RADIO control of nRF54L15 is slightly different...
hello,
I have nRF9151 and would like to connect UART1 (Rx PO.28 & Tx PO.29) to an external IOT device. it only supports the Tx/Rx port. There is HW control.
My goal...
Hi everyone,
We have devices using the BLE module (nRF52) deployed in clinics for testing. They have been functioning without issues until recently when we noticed occasional...
Hi,
running the latest nrfconnect vscode extension (v2024.9.31) the "Add configuration wizard" comes up and stay blank. Additionally, the Actions view is also empty, while...
Hi,
I am using NRF Cloud + coap comms to send data. However I have encountered payload size limitations that are not configurable via KConfig: sdk-nrf/subsys/net/lib/nrf_cloud...
Does the NRF8240 using the HCI UART sample support setting a public address?
https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/bluetooth/hci_uart/README...
I am doing some development where I use the external flash for storage external to my application. When I enable MCUboot, I can no longer access the external flash. This is...
Hi Team,
I have nRF5340 DK board and I want to test the Bluetooth Periodic Advertising with Response and Bluetooth Periodic Advertising with Responses Synchronization...