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...
when i use IOS to connect my device, and disconnect, disconnect event will missing, but it's happend sometimes, not always.
how to fix it?
SDK: 15.0.0
Hello all,
We got the fail situation and we tried to find the solution to fix it.
Our develop situation :
nrf52832/SDK 12.2.0/Windows
Our products already went to...
Hi, I have some question need your help.
I use SDK 14.0.0, S132 and peripheral code. and then I define two peripherals of function in the nrf52.
Q1: My product needs bonding...
NRF_SDH_BLE_OBSERVER(m_ble_observer, APP_BLE_OBSERVER_PRIO, ble_evt_handler, pContext );
evidently I register here a callback "ble_evt_handler" to the softdevice for ble...
[development software, with versions]
nRF5_SDK_for_Thread_and_Zigbee_v1.0.0
RaspPi_OT_Border_Router_Demo_v1.0.0-1.alpha
NCP example located in <InstallFolder>/examples...
Hi,
I am working on a project that I need to trigger a device (Coded with c language) through beacons. Is there any example code or functions I can leverage for these purposes...
I am developing Beacon using nRF52832, I want to send advertise using different Channel numbers.
To implement Channel Diversity I want BLE to transmits in three advertisements...
Hi,
I would like to connect nearly 20 heart rate bands to the nrf52832 which has to configured as the central board and has to collect all the heart rate data from the peripherals...
Hi, I have a problem with my custom PCB.
Im ussing Segger in Mac, the latest sdk (15.02) and the latest softdevice too.
I have a custom pcb with a buzzer and when...
hello,
I faced interesting problem which I fortunately solved and would like to share with others because I hadn't found any information on this.
I am using nRF51822 on...
Hello,
we are currently trying to create sensor networks with the nRF52840 Dongle . Our first RSSI measurements in the field show that the orientation (rotation) of the...
My Software as follows: nRF52832 DK(pca10040) nRF52 SDK15.0.0 mesh 2.1.1 SEGGER Embedded Studio 3.12
I want to transplant "examples\peripheral\pwm_library" to "examples...
Hi,
We have a firmware application using SDK 12.3 and Softdevice S132 V3.0.0 running on a nRF52 controller.The firmware is used pheriperial BLE device and provides a GATT...
I am working on ble_app_hids_keyboard example code. I downloaded the bin file in my eval kit and tried to connect the Nordic_keyboard device with my android device. Then,...