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...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
HI,
I got the following log in my multiprotocol application:
SOFTDEVICE ASSERTION FAILED AT 0x00025b94
Since this address locates at softdevice, I can not know what...
Hi, i want to connect nRF52 Thingy with nRF6707 power profile kit to measure the current acquire by thingy.
How to connect the thingy to power profile kit
And also i...
I had updated Thingy:91 nRF9160 firmware to 1.1.1 using nRF Desktop Programmer. I used the "Cellular Modem" button and attached the new file mfw_nrf9160_1.1.1.zip
However...
Hi
We are developing by connecting nRF52832 to SMT32f303cb's SPI interface.
SMT32f303cb operates as an SPI Master.
If the clock frequency of SPI Master is changed to...
Hi there,
I am using the FDS module to store some application data in flash. It is my understanding that every time the data is updated using fds_record_update, a different...
The nrf52832 defined the 250k mode in the specification, but it is Deprecated. We want use nrf52832 send data and Nrf24l01+(or nrf52832) receive data in our pruduct. We have...
In my situation, I want to use bluetooth to designed a piconet which has 1 master and up to 4 slave .
Each slave upload data 2KB/S ,and the max distance support is 10 m...
The following code is from "Boot_Loader\nrf_bootloader_app_start_final.c":
__STATIC_INLINE void jump_to_addr(uint32_t new_msp, uint32_t new_lr, uint32_t addr) { __ASM volatile...
Hi Guys ,Currently i am working project related to Bluetooth Low Energy. I want to perform Device Firmware Upgrade from (Server Side to Client Side ) need some Sample code...
Regarding I2C, the Nordic specifies a typical value for frequency in different modes (nrf52832/40); however there is no tolerance specified for the frequency. What is the...
Hello, we are trying to use a uart while minimizing power consumption. On this post
https://devzone.nordicsemi.com/f/nordic-q-a/26030/how-to-reach-nrf52840-uarte-current...
Hi,
I am evaluating the nRF52840-DK and wanted to add some debug code to the UART.
I have used the same libraries as the 'UART_PCA10056 (which works), but when the code...
Hi,
I'm using SDK5 V16 with the NRF52dk. I'm writing a SPI <-> BLE <-> USB I/O chain and am still kinda stumped by the SPI. All the examples work just fine, but when I look...