I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
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...
In the GTT_2_Introduction nRF52 document there is a picture with text
-42 dB Selectivity (2'nd CI). As far as i concerned it's about Carrier-to-interference ratio. But what...
Hi.
I am using DK PCA10028 V1.1.0 for my devlopment. The SD is ver 8.0.0, the SDK is the latest and keil v5. The IC is nRF51422QFAC. I am trying to flash the examples from...
Hello, Is it possible to configure nRF's USART to work with Smartcards (ISO 7816)?
The ISO7816 specification defines the bit rate with the following formula:
B=(Di/Fi...
I use the " nrf51-ble-dfu-symmetric-signing " example from GitHub.
The application download over dfu works fine on the PCA10028 board.
But how can I install this bootloader...
dm_distributed_keys_get returns address of local variable 'peer_enc_key';
sdk version: nRF51_SDK_9.0.0_2e23562
in function ret_code_t dm_distributed_keys_get(dm_handle_t...
hello guys,
I'm working in a project & I added some sort of security to the project, I enabled the bonding & MTIM flags through:
#define SEC_PARAM_TIMEOUT 50 /**< Timeout...
Hello,
The 32kHz external oscillator is it required by S110 softdevice v8.0.0?
I haven't see this information in soft device specificaion v2.0.
Thank you.
Hi everyone,
I am using the Arch BLE running firmware version 221 (most current one).
Whenever I create more than 3 PwmOut objects (from the mbed library), the MCU just...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I think I have followed everything from:
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
to convert the dual_bank_serial_s110 to an S210 serial bootloader...
Hello
I’m trying out the new nRF52832 (QFAA-AA0) with preview kit pca10036. I have S132 softdevice installed and running the beacon example from SDK 0.9.0 which appears...
Hi,
I am using the sample BLE_gls code provided by Nordic.
I have made the following changes in the code:
#define SEC_PARAM_MITM 0
#define SEC_PARAM_IO_CAPABILITIES...
Now I want to store some data above bootloader( the address after bootloader), but every time when I call the function pstorage_init(), the function will defaultly set my...
How to add single 128-bit characteristic uuid. It's not based on service uuid.I have tryed the link text ,It's work,but it's something wrong .
I am working on ios ble midi...