Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
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,
I'm developing firmware for a BLE central that performs a DFU on another NRF target. Right now I'm at the point where I need to start sending the firmware image...
Hi All,
I am using nrf51822 with S130 softdevice & SDK12
i am using Eclips IDE for development.
i am defining BLE_STACK_SUPPORT_REQD in makefile by
CFLAGS += ...
Hello,
While looking for examples, I found a post from 2004 where a user is asking a question about an example code for HID on nRF8001. Is this code still available? Where...
Hi Nordic,
Our device as master need to pair with android APP. We want to add function that pair with secure key. when APP pairing with our device. Our device will display...
Hi,
I use software s132 PCA10040, SDK 11 and NRF52832. I need to control the swap space region.
In 512kb, total 120kb is allocated to softdevice and bootloader.
My application...
Dear Nordic Team,
Thanks for support.
Currently i am trying BLE UART central (ble_app_uart_c) example without flow control. But its not work. My SDK is 11.0. I want...
Actually, the nRF52832 Dev KIt has Type-2 NFC Tag. For Type-2 NFC Tag, its data access method can be read/write or read only . Therefore, does any example codes of two nRF52832...
Hi dear Engineers!
How to read 128uuid of characteristic ?
I try to use sd_ble_gattc_characteristics_discover(..) then wait BLE_GATTC_EVT_CHAR_DISC_RSP.
But uuid always...
Hi Nordic
I am using ESB_DPL protocol between two 51822 to do RF communication.
First i put two device very close, works very good, no packet loss, then I moved the...
After spending substantial time without luck I will drop my question here.
Setup
nRF5_SDK_12.1.0_0d23e2a -> bootloader_secure debug target
nRF51 & nRF52
IAR...
Hi,
I am using simple ADC peripheral to read internal battery voltage(standalone). I am using two custom nRF51822 boards. One of the nRF51822 board is made by nRF51822...
Hello. I just started learn ble module and some confusing about ble_app_uart:
in file ble_nus.c we have function on_write this function calling when trigerred BLE_GATTS_EVT_WRITE...