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....
I've made an Excel sheet to estimate the power consumption for my nRF51822 device.
Modify light-green fields, to fit your design and see what the estimated current is.
Please...
Hi,
1. I tried flashing all ble codes to my nrf kit. It does not seem to connect on Windows machine but connects on Mac. My other nrf kit connects perfectly fine. What is...
Hi,
I was wondering what I need to do, or if it is even possible, to debug a non-secure app which uses TFM.
Running 'west debug' on e.g. the blinky sample works regardless...
I’m running a self-built BLE application on the nRF52DK board. It used to work fine before, but recently it has stopped working. The board still runs all the sample codes...
Problem : I am following on Bluetooth Fundamental Course on Nordic Academy webpage. I successfully advertising BLE with non-connectable option. But change adv_param to BT_LE_ADV_OPT_CONN...
Hi there,
I have implemented the ability to pair the BLE peripheral in our app. However, some users may prefer to connect via IOS settings.
I have seen a thread which...
Hi ! Its me again. I'm using zephyr 3.5.0 via zmk. I'm trying to play a 60 Hz uncompressed PCM file from a wav embedded in flash memory.
I'm noticing some inconsistent output...
I had previously existing firmware that performed a firmware upgrade using mcuboot and dfu_target. This was done over bluetooth but did not use any existing available bluetooth...
Hello,
I'm trying to build my program for a custom board with FOTA BLE.
Im using v2.9.0 for the SDK and the toolchain. The custom board has a nrf52832.
When building...
In the 'nRF91 Series Antenna and RF Interface Guidelines' document there is a section ' 4.3.1 Combined GNSS and LTE antenna example' which shows a potential way to use a single...
Hi everyone,
I have an nRF9151 connected to an nRF52840/(or nRF54l15) over a single UART . I want to:
perform DFU of the nRF52840 from the nRF9151, and
also...
I am currently working with the Channel Sounding sample on the nRF54L15 DK boards (SDK and toolchain v3.1.1) and using Nordic’s multiple-antenna support as described here...
Hi,
I have a general question about the GRTC accuracy on nRF54L15.
In the manual it states the following:
We will like to use the GRTC as timekeeper with an external...
HI all,
I'm working on a firmware for the nRF9151. In the development desk all works good. But under release conditions the software crashes cause of locked RAM access...
After using the official example hci_uart with the nRF54L15-DK, it is configured as an HCI controller. I used bluetoothctl commands like scan on and connect to scan for peripheral...