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....
Hello,
I am trying to communicate with an SD Card with a NRF54L15DK but it doesn't work. Here is my different files :
& spi21 {
compatible = "nordic,nrf-spim" ;
...
I am using nrf52833 DK, v3.0.2 SDK
The example can be found at https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/peripheral_bms/README.html.
Connect...
Greetings,
In the process of adding the RTC driver to the project I am encountering a build error when I try to setup a device pointer. The offending line is:
const struct...
i'm already able to TX and RX arbitrary packets between my own bare-metal test programs running on a pair of DKs... since both programs used identical configurations (mode...
We are trying to evaluate nrf9151 for working with Soft-SIM. Are there any instructions for configuring the Soft-SIM through AT command mode, or do I need to use another mode...
Building Thread CLI sample with CONFIG_OPENTHREAD_SOURCES=y delivers many warnings:
All are related to MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT and CONFIG_MBEDTLS_CMAC_ALT...
To preface this question with a bit of context, I am using both a custom board and a custom update tool that I developed to interface directly with the BT SMP service to perform...
As the title say
I noticed that in terminal application for desktop any characters 'fo' (lowercase both) ar displayed as 'f<space>o'
obviously it needs a bit of time to...
Hi,
I'm working on porting my software projects from NCS2.9 to NCS3.1.1 and run into the problem that the thumbs nrf52840-dongle and arduino-nano-33-ble are not booting...
Hi everyone, My teammates and I are currently developing a BLE Mesh–based application. At this stage, we’ve run range tests to verify connectivity performance. As a baseline...
HI
I am currently using the 3.0.0 SDK's periodic_sync_conn and periodic_adv_conn examples.
In the periodic_adv_conn example, I have configured 100 subevents.
Below is...
Hi Nordic team,
I’m working with raw IQ data from the nRF5340 using the Distance Measurement (nrf_dm) library.
I noticed that most IQ samples (both I_local, Q_local...
Here is the Java error message box
A couple of interesting things:
1) Wasn't that stupid of me to mention a Java error when the Error box reported a JavaScript error...
Hello,
I am at the very, very early stages of my project, doesn't it even a name yet. Right now I am thinking of using nrf52840 for a Bluetooth operation while being supplied...
I try to use the PPK2 to measure current of a MCU in sleep. The board has some caps and a coin cell to keep the RTC on chip alive. It wakes up every 1 second to check wake...