Previously, nRF Connect SDK was working without issue. However, now when I try to create a new build configuration, it hangs at the following step:
It's unclear why this...
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...
Previously, I successfully completed and performed OTA flashing, and I haven't made any changes to the DFU-related programs since then. However, recently, I have been unable...
Hi! We have tags based on nrf52840 and nrf52833 in the field, running against a central with a nrf840X dongle.
Recently we have had an inexplicable peak in 'Failed to Encrypt...
For a project i need to use the channel sounding feature of bluetooth. On checking samples on nRF Connect SDK couldn't find any examples. But the Zephyr project is providing...
I have customed my own nrf54l15 board and run peripheral_uart demo successfully. Then I tried to measure its current while running peripheral_uart demo, it was up to almost...
Hi. i am trying to turn ON a LED1 and read its status and then turn ON LED2 based on status of LED1 in nrf52840dk board.
#define led1 28 #define led2 25 #define Button 12...
Action for Loading configuration is bugged. It Exports .overlay file but when Loading it only accepts .json file and it doesn't allow you to change it. Therefore, the file...
Hi,
I am new to BLE development. I am using Visual Studio Code and Nordic SDK v2.7.0. I had working code a few weeks ago. I went on vacation, and when I returned I had all...
I want NRFX_SPIM_EXTENDED_ENABLED to be 0. but for some reason it is set to 1. from my current understanding I conclude that the if case here check weather each node with...
Hi
I used the nrf-esl-bluetooth-2.6-branch example to flash the 5340DK (AP) and 52840DK (Tag). I sent the command esl_c pawr update_pawr 9 0 , and then sent the command...
Hello, I am new to BLE and nrf zephyr programming. I am trying to flash periodic_adv and periodic_sync samples ( https://github.com/nrfconnect/sdk-zephyr/tree/16bcaed54230e3d86aeaf2b2f1d47393967254fd...
Im trying to clear NVS, it gets cleared but then causes device to reboot.
code in question is :
output halts after Erasing NVS flash memory (0x000f8000, size: 24576...
Hello,
we are developing our first predict with the Nrf52840 running with VDD at 1.8V(default option).
so far we have always programmed and debugged NRF52 devices using...
Hi,
Does the HCI UART sample include DTM capabilities? https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/bluetooth/hci_uart/README.html
When issuing the...
Hi,
I'm looking to implement the smp protocol in my central device based on nrf5 sdk, in order to update my new peripheral device based on ncs v2.6.1.
My questions are...
Hi, I am trying to test openthread functionalities on the nRF54L15dk and cannot build the "Thread: CLI" sample on NCS. I am setting my board target like so: and keeping all...