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 checked this thread https://devzone.nordicsemi.com/f/nordic-q-a/24611/how-to-change-the-name-of-bootloader-s-dfutarg which suggests to modify the macro but I would...
Hello
for my project at the university I have to implement a bluetooth mesh network using 4 nordic thingys:52 and one nRF52DK(only for programming purposes, not part of...
Hi All!
I use Example Project from SDK: "examples\peripheral\usbd\" as reference to implement my HID device simple protocol (EP1IN / EP1OUT 64bytes)
The Question is how...
I am working with the BL652 Module from Laird, and with Keil 5, using a ST Link SWD programmer clone.
I am using the ble_app_uart_timer_driven_scan_mode from the ADC examples...
Hi, I am developing an IoT sensor (peripheral device) using SDK v11.
On my sensor, I have defined an advertising packet that broadcasts the complete local name and a scan...
I'm in the process of porting my application from SoftDevice S132 v4.0.2 / SDK v13.0.0 to SoftDevice S132 v6.0.0 / SDK v15.0.0. I noticed that the define for BLE_GAP_TIMEOUT_SRC_ADVERTISING...
Hello,
I'm attempting to use a high-limit reached event from the SAADC to trigger the clearing of a GPIO. My wish is to disable this GPIO with the lowest possible latency...
I used SDK 13.x to create a custom profile with services for nRF52832 with BLE 4.2
If I go to a nrf52840 with BLE 5.x SDK, can I use the exact same code, or do I have to...
Hi, I'm currently trying to make a flash logger using the nRF51822_XXAB. I want to use as much space as possible in the flash storage for the logs. I will be logging a word...
Hey, there.
I'm trying to use the NVMC to give me some persistent memory. I call init first, reads seem to work fine, but writes just don't seem to work.
So to the best...
Hi team,
Today i received smart remote 3 kit.
one ready remote and other one is add on remote.
I can be able to update the firmware to using debugging pins to ready...
Hi
Let us say I wanted to integrate mesh capability into one of the existing GATT based sample apps - like say "ble_app_hts" so that I could publish the temperature over...
Hi, i have application with buttonless DFU and boot loader. I am able to upload distribute zip package to the board via nRF Connect and nRF Toolbox apps on Android . But the...