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...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Not sure where to post this...
but there's a minor bug in components/toolchain/system_nrf52.c, where NRF_UICR->PSELRESET[0] is being checked twice to see if a reset pin...
While ota dfu via nrf toolbox android app, it sends wrong (0x15918) image size in start packet, and also bootloader starts writing softdevice image at address DFU_BANK_0_REGION_START...
Hi! I want to make a BLE network with 1 master (nRF51-DK) and multiples slaves (nRF51-dongle). I`ll send differents commands from master to slaves. This is for home automation...
Hello,
I am writing an application using SDK version 8.1 where I have a pin using the PORT event in nrf_drv_gpiote library. I have a need to disable the event temporarily...
I am encountering a problem with GPIOTE PORT events on the NRF51422 in a custom design. The chip occasionally seems to be able to get into a state in which the registers are...
Hello Guys,
I successfully used ble_hids_mouse and ble_hids_keyboard on my hardware but my final solution is a mouse + keyboard combo.
I merged the mouse and keyboard...
Hello,
I want to secure a link between 2 NRF51 (man in the middle and privacy with AES).
How to do that ? (I can use a static key in this application)
Most of the...
I want to create a single hex file that I can use to program the SD, DFU, and my application. I know I can use mergehex.exe to merge these files. To make it so that the bootloader...
Can anyone pls explain what is relation between advertising interval and advertising timeout..
Consider now i am setting advertising interval 1 second how i can prove or...
Hi Nordic,
I have got two PCA10028 boards and have a problem starting BLE on both.
I use latest Keil (5.16) and try to start ble_app_uart_s110_pca10028/ble_app_uart_s130_pca10028...
Hi
When implementing some characteristic handling i noticed, that in the newer softdevices the function "sd_ble_gatts_value_set" has changed to the following declaration...
Hi all,
I need to be able to check the matching networks on a design using the nRF51 series chip. My understanding of the procedure is,
Set up the board, enclosure...
I am having a small doubt in example UART Service. while writing characteristics value from master control panel to nrf51 chip, the stack generating BLE_GATTS_EVT_WRITE to...