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...
\nRF5_SDK_12.1.0_0d23e2a\examples\ble_peripheral\ble_app_uart\pca10028\s130\arm5_no_packs
I cannot find the define of pin6 pin17 pin21 pin 22 pin24
in this example ...
Hi. Can we develop and use our own firmware for any of the Nordic's beacon? Or do we need to mandatorily use firmware given by Nordic with beacon and modify them as much as...
I am using fds as my file system.
peer_manager is using file system too.
fds_register() is used to register callbacks. But how does the software know which callback is...
Hello
My nRF51 with S120 BLE stack is running as central. I want to connect 3 other nRF51 peripherals at the same time. So in the first step I did a scan and stored the...
Hi,
I'm developing an application based on the nRF52832 and I need a large throughput of over 100kbps, preferably over 200kbps.
I have managed to reach around 128kbps...
Hi
According to BT 4.2 Spec Vol 6, Part F, Section 3.2.9:-
" To write the entire value of an attribute larger than (ATT_MTU-3) octets, the prepare write request and...
hello,
i have a rather basic question concerning the design of the cycling power measurement value field.
how does a simple example for this value look like (variable...
What is the difference between SDK 8 and SDK 12 related to app_timer? I have used it like:
APP_TIMER_INIT(
APP_TIMER_PRESCALER, APP_TIMER_MAX_TIMERS,
APP_TIMER_OP_QUEUE_SIZE...
Hi Nordic,
I have a star network with 3 nodes and 2 channels. I go through the whole pairing process and start sending data without problem. Now I want to, from the master...
I would like to advertise two different sets of data in parallel, such that one ADV packet is ongoing (say, A), and then I switch to the other packet (say, B) with different...
I tried to make android app for nrf51822 hrm proj.The app flows like this: scan--connect--discover service-- setnotification for every characteristic. The Hrm char was firstly...
Hello,
Could you please advise where I can download an older versions of nRFgo Studio that supports nRF24LU1P? I've got a USB dongle, which I need to re-program.
Thanks...
Hi
I use ble_app_hrs_rscs_relay example with sdk12
and when the APP_ADV_TIMEOUT_IN_SECONDS is reach the nrf52 stop advertising but the on_adv_evt has no BLE_ADV_EVT_IDLE...
Recently I had some strange bugs in few production devices. I inspected newer device markings and they look a bit different:
Pin 1 marking is square not circle.
Build...
Is it safe to use a larger capacitor on the DEC4 pin when using the internal LDO only configuration? So instead of 1.0uF say 4.7uF? Just trying to remove one line item on...