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...
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...
Hi
I have set up VS Code (1.93.1) on my Mac (mac OS 14.6.1) with nRF packages and zephyr installed. My nRF5340 DK is also found (however, instead of a nice identificaiton...
Hello,
We are in the feasibility phase of updating a product to include a nRF9151 modem connected to a nRF52840 via a single UART. The modem will operate in SLM (Serial...
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...
Issue: I am trying to flash the zephyr sample code into custom board with nrf52840 chip. I am frequently getting the recovery failed error or the JLinkARM DLL error. I have...
Hi everyone!
I'm having trouble getting a custom PCB with the nRF52832 chip to work, specifically with enabling BLE functionality.
It seems there are issues related to...
The scan window does not alternate properly with the BT_LE_SCAN_OPT_CODED option in the scan parameters. Specifically, the scan window does not toggle on and off every 30...
Hi
I am developing an application for the nrf52840dongle. I want to be able to connect the dongle to a Raspberry Pi 3B+ which has a zip file containing the new firmware...
Hi,
I'm using nRF52832 with SDK 17.0.2. We were using the Snyk Vulnerability Database to scan our code and found issues with the libraries mbedtls , lwip-tcpip and micro...
Dear devzone, I used two nRF52840-DKs to download v2.8.0\nrf\samples\bluetooth\mesh\dfu\distributor and v2.8.0\nrf\samples\bluetooth\mesh\dfu\target programs, and configured...
I have questions about the build process. I received an example, and I’m curious about the roles of the folders and files in the APPLICATIONS directory. Also, it seems like...
Hi,
I am currently working on creating a Custom Profile, and have used Peripheral Sample code. I tweaked the code and was able to send 512 bytes of data on 8 different characteristics...
If I want to retrieve the caller's name in the ANCS service on the nRF52840 DK, how can I do that? Is it possible to retrieve the caller's name using ANCS?
I work test program on ncs2.8.0.
I put a reference to the BOARD variable at the top of my project's CMakeLists.txt.
When "west build -b nrf52833dk_nrf52833", BOARD is...
Hi,I have been using NRF5340 Audio DK and I able to get data using SPH0645 using i2s_read function and able to transmit data to amplifier TAS2562 using i2s_write function...
Follow the link below, Getting started with the nRF54H20 DK
Times are wrong in doing this step “ Programming the nRF54H20 SoC binaries”
https://docs.nordicsemi.com/bundle...
Hello Everyone,
Is it possible to achieve BLE data transmission consistency like there are central and server? The server (nrf52832) reads the GPIO state change and sends...
I've got a custom board using an nRF52832. I'm using the P0.06/P0.08 as the TX/RX pins for UART comms, but don't need the P0.05/P0.07 pins for CTS/RTS. Is there anyway I can...
Hello,
I am designing a battery monitoring circuit for a 3.0V CR2032 coin cell using the nRF52840, and had some questions. I am following the battery monitoring circuit...