Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
Our setup:
Board: nRF5340 DK
SDK: NCS v2.6.2
Microphone: MMICT5837-00-012
Interface: PDM
During mono audio capture over PDM, we observed a current draw of about...
Hello,
we are developing few products based on the nRF52833 and we found something interesting in the nrf52833 dts file ( https://github.com/nrfconnect/sdk-zephyr/blob...
Hi Nordic Teams,
Now I'm using Nordic Connect SDK v3.1.0 to development, I want place some default values in Flash at a fixed address,
But I don't know how to do it...
Building the sample "nrf/samples/cellular/udp" with "west build -b nrf9160dk/nrf9160/ns" using
NCS 2.9.2 results in:
Memory region Used Size Region Size %age Used FLASH...
Hello.
I am also currently working with two nRF54L15-DK kits with the nRF Connect SDK and Toolchain, both v3.0.2. I am using the latest updated examples from the SDK channel_sounding_ras_initiator...
Hi,
I am using NRF SDK 16.0.0 for device running on NRF52833 with softdevice version s140. The bootloader app advertises the DFU service uuid in the advertisement packet...
I want to connect 2 nrf5340 Audio DK's together and have them share audio data over a bluetooth connection, however I also want every device to have a connection to its own...
We are using NRF5340 and interface with a host system via USB. As the USB stack supports the DFU device class, we plan to use that for firmware updates, and use dfu-util on...
Hi all
Coming back to an nrf52840 project after some weeks, VScode nRF extension do not work anymore.
Trying to recover a board (nRF52840DK) gives error:
08:52:50] nrfutil...
I need to Send the Multiple Packet using 2.4 GHz Radio Transmitter. Currently I am using nRF52840 DK Development Board. SEGGER Embedded Studio IDE Version: V5.68(64-Bit) ...
Our device is configured with MCUboot in direct-xip mode with revert. We want to flash a build that contains both a test firmware and the main application, with the expectation...
Hi,
I would like to do the wfa certification shown in this page: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/wifi/wfa_qt_app/README.html
What is the...
Hi,
Our product has reached the mass production stage and needs FCC certification. We used the coded phy protocol, s140_nrf52_7.0.1_softdevice.hex. Does this support s2...
Hello Nordic Support Team,
I am trying to implement a ring buffer of structs.
Even though my consumer runs much more frequently than my producer, the buffer becomes full...