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?
When I try to run the 3 server, 1 client light control example, This is the log that follows:
Client log
<t: 0>, main.c, 318, ----- BLE Mesh Light Control Client Demo...
Hi, I'm using the nRF52840 preview DK (PCA10056) and trying to erase and program a board using command line tools, particularly nfrjprog. I'm running this on MacOS (OS X)...
I am not able to locate the log.log file generated by this command. Can anyone tell me the path where i can locate it. ? thanks
nrfjprog.exe -f NRF52 --recover --log
Hi,
I'm currently running a BLE thread which is sample the SAADC at 100hz. I'm also sending out notifications with the ADC values at 100Hz.
On a separate thread I'm...
Hi everybody,
We are using a custom board based in nrf52832, BLE and a custom antenna, and we are finding some issues trying to use the device in low power mode. We are using...
I have several question regarding the backward compatibility of the nRF52810.
By Bluetooth 5.0 FAQ Document the Bluetooth certified 5.0 devices are backward compatible...
Dears,
May i know if nRF24le1 has its own physical mac address originally from manufacturing ? how we extract that if has? thank you very much~
Best Regards,
Kevin...
Segger RTT (Real-Time Terminal) supports multiple data channels.
RTT Viewer uses channel 0 only, and implements multiple virtual terminals on top of this. The terminal...
I use nrf52832 + SoftDevices132_nrf52_3.1.0.
sd_ble_gap_scan_start() run with scan_interval=scan_window=5ms.
I look at scan-channel-switch time is about 1ms. (I analyze...
i want add in project adc. i changed my sdk_config.h and Makefile .
i incuded in main file
#include "nrf_drv_pwm.h"
#include "nrf_drv_adc.h"
i have error ghjgjghj...
I use a Peer Manager in my project (nrf52832, SDK13.1).
Peer manager use FDS, but i also want to use FDS for storing user data.
As i know , FDS module use 1 virtural page...
Hi all,
I have here NRF51-DK, I am a bit familiar with the kit for a while.
Now I want to make a system using NRF518422 chip.
I manage to find a module - "Taiyo Yuden EYAGJNZXX...
I'm starting to read all the resources and examples included in the SDK. However, there doesn't seem to be a lot of emphasis on explaining how the programming architecture...
Hello,
I have the following observation regarding the potential problem with DFU bootloader
implementation :
I have noticed that the Bootloader DFU implementation (nRF5_SDK_13...
Hello!
I would like to program the nRF52 using the JLink Commander and protect it afterwards. Which register do I need to manipulate?
Thanks and kind regards,
Mi...