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...
I have pretty much gotten my application fully ported and working on nRF52832. I am now looking at adding in DFU for OTA updates.
Can you confirm my understanding, based...
Hello,
We are trying to use the usb wakeup feature while also using the usbd as a serial port (over usb).
The rwu is registered on initialization in our firmware using...
Hello,
I am using a nRF52840 dongle to communicate between a laptop running Ubuntu and a phone running Android.
Right now I set up a UART-BLE communication using an...
Hi
I've been developing using an NRF52 DK and have moved onto my own design board, I have one small problem which I'm unable to replicate using the DK. On my own board,...
I have tried to study the behavior of the QSPI and the external flash. I noticed that the QSPI_CONFIG_READOC and QSPI_CONFIG_WRITEOC settings in sdk_config.h cannot be set...
Hello,
I'm developing AoA/AoD feature, accoring to manual, the nrf52833 uses S0CONF and S0MASK to automatically determine if the part S1 exists in the packet or not. I tried...
Hi everyone,
We are designing a low power PCB based on the nRF52840 BLE. At the moment the device is advertising with an interval of 1s and a timeout of 3min (advertising...
Hi everyone,
I am looking the ble_app_template_pca10056_s140 example and I have a question regarding the advertising_start(erase_bonds) function in main();
When you call...
Hello,
We are in the final stages of our product development and we would like to add a feature used during assembly to give some sort of confirmation that everything is...
Am trying to evaluate the nRF9160 + nRF52840 combo as in the thingy, we want to send an sms to the device and reveice back its GPS location. SMS is spectically requested for...
Hello,
I want to prevent a scenario where I successfully perform a DFU with a faulty firmware image. I have a bootloader that handles firmware updates both for the NRF5...
Hello all,
I am working on low power sensor development with nRF52833 as target. I have some questions but I'm not sure it this was addressed in some other posts.
1. I...
Hi,
I'm integrating some c++ code using ble_app_uart example as base. The code has some cout << "text"; kind of outputs that seem to go to uart by default configuration...
Hi. I'm trying to find out the real consuption of the nrf52832. I have two questions after consulting part "7.2.1 CPU performance" of the datasheet.
1- Is there a difference...
Hello,
I have recently used the new toolchain manager to upgrade to ncs v1.3.0. Now I am using Segger Embedded Studio to flash an nRF9160 with the at_client sample. My issue...