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...
Hello, I have some questions regarding what MCUs to choose. I have a project which requires some controlling of external LEDs, Bluetooth communication as well as some extra...
I have used nrf52 module and it was working correctly. while debugging my PC was restarted for other pc issue. after the reboot i opened my project file my main.c file exist...
Hi! I am going to work on a project that uses a specific sensor which produces voltage outputs between 250 mV and -250 mV. Can someone help me with ideas to detect the negative...
Hi,
Once in a while, the Serial DFU stuck in flash erase. Did I do something wrong?
Background: Currently I am unable to put breakpoint in the Bootloader component that...
nrfutill accesses (opens and closes) the .pem file passed to --key-file multiple times.
This forces the .pem file to be written to disk, which is a security breach when...
So I have an nRF52833 and I want to load the light_lightness_server_nrf52833 example from the Mesh SDK v4.1.0 on it and it's constantly stopping me giving me this error; ...
hi eveyone.
I want to trying this example,but i used nrf connect and nrf toolbox doesn't see the DEVICE_NAME.(SDK 16)
please tell me what happened.
by the way.I use...
Hi,
I have some questions regarding errata 136.
I understand that the workaround is to ignore reset reason bits which are not RESETPIN .
However, I don't understand...
Hello,
I am trying to transfer firmware packages in sequence (SD , BL & APP) to iOS device. I am using button less DFU without bonds. iOS device could able to transfer only...
Hello everyone,
I am working with nrf52832 ble_app_uart example project. I added twis i2c slave functionality in this project, and the project is working fine. Whenever...
When I try to increase the CENTRAL_LINK_COUNT to 9 in ble_app_multilink_central example, I got this error NRF_ERROR_CONN_COUNT . Is there a way to increase the max connections...
Hi All,
I have a device configured as i2c master, The device is sending 1024 byte of data to NRF52832 DK continuously in form of 255-bytes packet. But I observed that I...
Hello,
I am trying to get the nrf sniffer working to test the ble connection between my 9160DK board and thingy52 board. Some custom software running on both board and...
Hi all,
I am currently experimenting with the gps sample and I would like to adjust the AGPS data update interval.
As far as I understand, in the gps sample, is set to...