Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
Hi,
Iam using nRF52840 , And got ANT sdk from thisisant.com. Placed in the required folder & Using ANTware II v4.1. All things going well, But after programming the DK nRF52840...
Hey Nordic Community ,
I have been trying to get the Modem firmware up and running without success for a few days now (Attempted with 2 different PCs and 2 DK with same...
hi....
i am using nrf52382 .. segger 15.2version
here i have attached two programs ble_uart and twi sensor ... its working fine but data is received over ble_uart app...
Hi. I'm using nRF52832, SDK13.0.0.
I want to use CURVE25519.
I made my code refering to example "ble_app_multirole_lesc" and "nrf_crypto_keys.h".
NRF_CRYPTO_ECC_PRIVATE_KEY_CREATE...
Hi all,
When i walk-through the battery-service provided by nRF SDK, i note the presence of " Report Reference Descriptor " in the characteristic addition function.
I...
Hello,
I am trying to insert fds functionality to light switch client. I added all files and libraries to project. But when i try to compile project i face with errors...
When I am initializing BSD-library with bsd_init(), the function gives me back an value which i can´t find anywhere 0x00008108.
Hopefully you guys could tell me what this...
Are the virtual page sizes only allowed to be 1024 and 2048 for the nRF52840?
// This is a multiple of the physical page size. Is this allowed or not?
// <i> Expressed...
I am attempting to do the assert_tracker example. I have gotten all the code to build through Segger and upload to the DK. The problem is when I'm watching the terminal for...
Hello there,
I want to run Radio Test on one nR52832 based custom board.
I have flashed the example from SDK 15.3 on the custom board using PCA10040.
I have done the...
I am trying to use nRF9160 as ble gateway for uploading data from two nRF52832. I am wondering is it possible? can I connect nRF9160 (one gatt client) to two nRF52832 (two...
Hello,
I have the following problem. I want to create a whitelist using the PM on a manually added peer.
I manually add a peer by adding its GAP address.
Then I try...
Hello!
Like several others on here, I’m trying to make a multilink nus central firmware. My Peripheral devices run the ble_app_uart example, and the central device runs...
Hello everybody !
Here I am designing a system with 3 development boards nrf52832, where a card called "central" is connected to the computer by USB and this board will...