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 taken a pre-generated XML config for nRFgo and modified it by adding some services
Here is what my config looks like
gyazo.com/bc330e7590afaa22533c200ff17eb902...
I can't figure out why but my build cannot locate files that are included in the makefile.common
I'm using SDK 5.1.0 and the ble_app_hrs project. It seems it can't find one...
My device is smart watch. We transfer some data to phone and receive notification from phone over BLE.
My question is those two functions(connect_params_init and sec_params_init...
Hello
I'm new in the world of nordic semiconductor and I've a little problem. I would like to transfer ANT+ data of a HRM Garmin in serial protocol to my PC. I use a nRF51422...
Hi,
I transmit a data packet to AP2, i wonder if it needs a sequence for resetting or not while AP2
initializing.
And, I send a packet data to AP2 by UART(AP2...
Hi Folks,
I'm experiencing a problem with the nRF8001 setup. After I send the last setup packet, I still receive:
0x03 (length), 0x84(CommandResponseEvent), 0x06(Setup...
I'm getting this error, but oddly it's coming up somewhere in the MIDDLE of my build, and not always the same point.
I have modified the HEAP size to be 0 as I don't do...
Hello !
I have just received the Evaluation Kit nRF51822-EK. I succeed to compile link and load the blinking leds example from my Linux box. I modify the example to use...
So, how do I control where my app is going when gdb pushes it to the device?
I'm using s110 6.0.0, no boot loader. How do I make sure my app is going to where the SD will...
Hello,
I'm trying to make use of the AES crypt code from the application level code.
Per devzone.nordicsemi.com/.../51822-aes-encryption-and-decryption-demo-code
...
I am planning to record some information in the flash of the nRF51822. This will occupy a large circular buffer (quite a few kb), and new data (in chunks of around a dozen...
hi,
i survey the Bluetooth again , i have some issue about the Connectable mode
Connectable mode.
i see the peripheral connectable setting :
PERIPHERAL :
...
Hi Nordic,
How many connections was S120(Central) can handle simultaneously?
Does S120(Central) can received the notifications from different peripherals...
Dear all
I notice that Gzaell could only send 32 bytes a packet. But I check register PCNF1 MAXLEN can be set over than 32 bytes.
Is there any way to increase overall...