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 all,
I am using the nRF51822 and attach you can find the . .
I have noted that the current consumption is too hight for my scope (about 1.7mA). My idea is to 'reduce...
I tried: - changing USB cables and ports (no any improvement)
- instructions from this link devzone.nordicsemi.com/.../nrf52-dk-does-not-show-as-a-removeable-drive-in-windows...
Hi there,
My question is similar to https://devzone.nordicsemi.com/f/nordic-q-a/39447/central-role-in-a-mesh-proxy-node , but perhaps slightly different in that my existing...
DFU Trigger Library (USB) is indicated that only for nRF52840 SoC. For other SoCs, can I use it after some modification of the library easily? What's the limits?
Hi !
I am on a firmware project for a nrf52832. I am using SES on Windows.
There seem to be a problem when combining buttonless DFU and NUS. When I do the services_init...
Dear devzone community,
I am currently in the process of migrating my MBED code to NRF5 SDK. My MBED code is functional and it works fine, you can find the code below: ...
There is no any Softdevice S122 listed on the page below.
https://www.nordicsemi.com/Software-and-tools/Software/nRF5-SDK
We have downloaded the SDK from the same page...
Hey guys,
right now I am using 2 NRF24L01+ modules connected to two Atmel Atmega 644P in order to collect some sensor data and send it to a computer. Im coding via Arduino...
Hello, I am able to use the Zigbee CLI Agent and send some commands. I am using the zb-cli-wrapper python package to send commands from python. I wrote an application that...
Hi,
we developed a 2D-3D mouse .It contains a 2D sensor and a 3D sensor and 4 touchpads for left click,right click and 3D motion enabling.
The SDK we are using for developing...
Hi Nordic,
I am implement watchdog function in my nRF52840 project base on SDK15.3 ,but I found something I cannot understatnd, please help.
Watchdog reload value is 10000...
Hi,
I am trying to bring up open AMP application on nrf5340.
As previously known, this is used for exchanging specific data between the app core and the network core...
Hi All,
I am Working on nRF52840 and using nRF52840-DK.
Below is my working environment
SDK - nRF5_SDK_16.0.0_98a08e2
IDE - Segger Embedded studio (windows 10 -...
hello Nordic
i am working with nrf52832, sdk 16.0 , s132 (v7)
i am trying to send and receive data from an nfc reader/writer module (NXP pn7150)
if i use nrf_delay_ms...
Hi all, I am merging TWI code with BLE. I started with the ble_app_uart example working perfectly, however, after adding TWI libs and drivers (nrf_twi; nrf_twim; twi_master...