Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
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...
I am developing a android app for firmware update on my device. I used buttonless dfu example to switch from application mode to bootloader mode, I write value 0x01 to the...
I'm trying to track down who is erasing and programming 0x800..0xFFF.
Does the SD_MBR_COMMAND_COPY_BL modify 0x800..0xFFF?
I inserted a CRC32 at the end of the MBR ...
How should we comprehend the nature of PPI, when dealing with radio interrupts?
For example, if I point radio event handler call back ( of this type:
static nrf_radio_signal_callback_return_param_t...