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 Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hi everyone, I recently purchased "nrf9160 kit" and have been trying to get used to it. But, my primary goal is to use this kit for performing simple transmissions such as...
Hello,
I have nRF52840 dongle. As we know that this dongle connect with Computer with USB port.
As per my project requirement i need to connect (soldering) with another...
Hi,
For a number of upcoming projects we require 802.15.4 and BLE dynamic multiprotocol support. We need to select a SoC to implement this.
We like the look of the nrf52840...
Hello,
I've read the answers to how to *calculate* available amount of FLASH space, based on the size of SoftDevice, Application, and Bootloader. However, they did not help...
Hi,
Actually migrating from SDK13.2 to SDK 15.3.0 and a FreeRTOS is set.
In the ble_task function there is :
/* Process any events that have been latched in the notified...
Hello,
We are adding custom features to the bootloader to support our target environment. 2 of those feature are logging on UARTE1 and accessing serial flash on QSPI. Had...
Hi,
Our device is based on nRF52840 + SDK 15.0.0 and we use cc310 backend for crypto tasks
Messages and SW packages are signed by Ecdsa.
I installed nrfutil and...
Hello,
I want to put measurements {temperature, humidity, UV index} into service data so "nrf connect" would decode measurement value in scan menu as is does beatifully...
I need to be able to erase assembly number stored in UICR as part of production process. Im using ERASEUICR for nrf52840. Do the non-customer UICR registers, e.g. nordic reserved...
Hi,
I have some question below: note: the project_uuid belong uuid-16bit by my define uuid of product myself.
1. My project uses project_uuid and DFU_btn_less services...
Hi i'm first in BLE
I use nRF52840 DK and SDK15.3.0 and SEGGER embeded
when I excute single example(ble_app_blinky, ble_uart, timer), it has no problem.
but when I merging...
My UART is going into a NO_MEMORY error after trying to transmit a single byte. When i try and put the second letter on the transmit buffer, it gives err_code = 4. I tried...