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, just like the title indicated, I need help with setting up the nRF21540 EK with the nRF9160 DK.
For my application, since the nRF9160 DK has the nRF52840 on it, I...
Hello
In my board I am using an ic as a switch to control the routing of the TX and RX pins of the UART, due to the fact that the nRF9160 does not have more than 4 peripherals...
Hello,
I am using a nrf Development kit and I have it plugged in into a mac laptop. It works fine, but I keep getting the message that says:
Disk Not Ejected Properly...
I'm playing a bit with MCU boot and folowed the tuturial . When I compile the sample with mcuboot from Zephyr, it works fine for the 52840DK, but when I try to compile for...
Hello,
I am currently using custom keys for image signing and DFU through the MCUboot bootloader. I want to implement a feature to manage keys (like adding or revoking them...
I am currently working on creating a custom PCB which features an nRF9151 module. I am currently working on pin assignment for our peripherals. Given Zephyr uses a device...
I've testing out the GNSS and Location samples. According to documentation, A-GNSS is enabled by default in the location sample but I am not able to confirm this both through...
I opened up the nRF Connect for Desktop application and noticed a new version for the SDK , 3.0.0. I also noticed that the application is being deprecated.
Inside of Visual...
Hello,
I've taken the peripheral_uart sample and ripped all of the uart stuff out so that it currently just connects and logs anything received to the console - the simplest...
i just rebuilt the code in the beacon_advertiser.zip file attach to this issue for the NRF52232....
the code runs as expected, though consumes about 200uA when sleeping...
The link from https://docs.nordicsemi.com/ to the latest nRF SDK documentation is broken.
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/index.html is not wor...
I am in the process of migrating to NCS 2.7. My project includes NSIB, MCUBoot, TFM, and the application. Everything works fine with multi-image builds.
However when using...
Hi All,
Working with the Nordic nRF7002-DK I've been going through the nRF Connect SDK Fundamentals course and have been unsuccessful with Lesson 6 - Serial Communication...
Hi,
I'm working on an indoor positioning system using an nRF5340 and a CHW1010-ANT1 antenna array. I'm receiving IQ samples from BLE CTE packets and using them to calculate...
The issue I'm having is signature verification failing when I sign my firmware package and perform a DFU. I've generated signing key pairs with the nrfutil CLI tool, signed...