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....
Hi Team,
I’m currently evaluating the new custom PCB we designed and need to measure its sleep current consumption.
To do this, I plan to create simple firmware for the...
I was messing around with my nrf52832DK and set it to boot mode now the LED5 is flashing continuously, I've tried uploading JLINK firmware into the boot device folder but...
Hello members,
I have problem and got an error below.
============================================================
c:/ncs/toolchains/cf2149caf2/opt/zephyr-sdk/arm-zephyr...
I am now running Ubuntu 22.04.
The following command fails for me:
sudo docker build -t edge-impulse-nordic .
The error is:
Dockerfile:38 --------------------...
Relates to: Thingy91 nRF9160 SDK v2.6.1 I am having trouble successfully extending the size of the tfm partition. I took a sample static partition file from nrf\boards\arm...
I would like for the high duty cycle direct advertising to restart immediately after the ~1.2s timeout.
[I'm using Zephyr. I'm also really new to programming these devices...
Hello, i´m having some problems with the SIM card on my custom NRF9160 board.
if i try to use the AT%XSIM? command to check for the UUIC state i get the following response...
Hi Nordic Community
I was using the nRF Connect Android App to scan the contents of the advertisements sent by my board.
My device is C7:51:E9:6E:C7:43
My question...
When using the mcumgr tool to list images on the NRF5340 development kit, the bootable field is reported as false , and the flags field is empty for the flashed image. This...
Hello Team, I'm trying to use the implement some WolfSSL extensions into my project and get errors while building it.
Preinformation:
I installed the SDK v2.7.0 using...
On our platform we have the following configuration of firmware:
Master boot record
Boot loader
Thread application (compiled separately from the boot loader)
We...
Hi,
I am trying to write a file with dummy data on my internal flash memory mx25r6435f of nrf5340. Then read back from the file and see it in putty. Here is the folder...
Hi
I have an external NOR flash chip which is powered off on startup. The idea is to power up the flash when needed to reserve power. On startup, I get the error message...
I haven't found much documentation yet regarding multiple threads in the secure partition, so I wanted to ask if this would be possible. Was planning to also test it out myself...
Hi,
We have a requirement to not exceed 63 mW of WiFi Tx power at any time for any band (2.4 or 5 GHz) . There is a statement about changing Tx power is not supported. Can...