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?
Some times when I'm trying to use GDB it stop with the following information:
(gdb) file _build/nrf51822_xxab.out
A program is being debugged already.
Are you sure you...
I started to try SAADC example in SDK12.3. After setting up project in eclipse, I got two errors:
Symbol "NRF_TIMER0" could not be resolved
Symbol "TIMER0_CC_NUM" could...
Hi,
We are a group of students at NTNU looking at the possibility of creating a small device that connects to your phone and multiple other BT devices simultaneously, letting...
Hello,
This is a quick question regarding the behavior of the Power Supervisor POF warning. We implemented a fairly naive use of the POF warning where we would log an POF...
Hello I am using the NRF52832 in ESB mode. I use both VERIFY_SUCCESS() and APP_ERROR_CHECK() within my code in various places but when am I supposed to use versus the other...
i have project app_ble_uart and i want add to it functin read from mpu6050 i add to Makefile Makefile pathes and add #include "mpu6050.h" and InitMPU6050(0x68); into main...
Hi,
I am currently working to measure power consumption on a custom board and I found huge power consumption while advertising (BMD-300 1.15mA DCDC enabled).
So I have...
Hi,
I am trouble with private key generation in nrfutil. I am following the tutorial infocenter.nordicsemi.com/index.jsp.
When I am giving the command nrfutil keys generate...
Hi, do you have a central peripheral combo example which illustrates indication (not notification)?
Alternatively, if you could list the steps to change from notification...
It seems GPIOTE interrupt do not trigger when multiple IN signals are defined as GPIOTE_CONFIG_IN_SENSE_XXX(false).
It works when GPIOTE_CONFIG_IN_SENSE_XXX(true)
I am...
With SDK 14:
If I flash in this order:
softdevice_s132.hex
bootloader_secure_ble_debug_ with bonds_s132.hex
3. ble_app_buttonless_dfu with _bonds_s132_with_setting_page...
I am having issues to use 2nd UART. When I run Keil in debug mode it shows me three UART registers.
i) UART0
ii) UARTE0
iii) UARTE1
Is this UART0 and UARTE0 same thing...
I am using NRF51822 Rev3 and softdevice 7 in my project. On communication with
Android device sometimes the link disconnects with disconnection reason61(0x3D)
BLE_HCI_CONN_TERMINATED_DUE_TO_MIC_FAILURE...
I have used nrf24l01+(production year=2015) in my project and my board and my program are working well......but when I change nrf24l01+(production year=2016) my board doesn...