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...
I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
First of all I am very new to all of this and have been reading up a lot on the topic.
I am trying to create a walkie-talkie like setup where 2 development kits will communicate...
Hi, I am working on a graduate project about BLE mesh networks. I'm using nRF52840 CKAA 94 pin BGA package MCUs. For this project I need to compare several boards and each...
Dear nRF experts.
We are a module manufacturer. We discovered some issues during power consumption testing. We are currently using the nRF54L15 Dk board and PPK. We are...
Dear Staff,
I have a nrf52833dk application code which I have to "port" on the nrf5340dk. The code implements the following requirements:
Direction finding transmitter...
If an nRF52832 device and a smartphone are paired and only one of the peers deletes the pairing (bonding) information, an error may occur when reconnecting due to a mismatch...
Hi everybody. Can I ask for the details of this PCA64110 flex NFC antenna:
Q) Is this flex antenna using "Gold Fingers"? If so, what is the Gold Fingers Thickness?
Q...
I want to develop a mouse using nrf54l15 now, but I am confused by the macro definitions for Bluetooth. I can only understand the macro definitions for Index, which represents...
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 testing the NRF54L15 for a project that requires BLE 1M and PHY coded simultaneous scanning.
From my understanding, the BLE scanning feature of NRF54L15...
HI,
I am currently developing with nRF54L15 and SDK 3.0.0. I have encountered some issues: 1. Problems using the nrfx library in Zephyr I have defined the configuration...
We are integration the Onomondo softsim in our devices.
The precompiled libraries in the SoftSIM repository are compiled with floating point Soft ABI selected. See developer...
Hi there
I have started a project from the green field. After adding some threads and for some blinky examples, I want to enable bluetooth on my nrf5340dk. taking inspiration...