Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
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 trying to develop a BT Microphone that can pair directly with a BT speaker.
The Mic will act as a server for the speaker (client).
I have some nRF52 EVB.
Do...
We have used a logic analyser to verify this.
SPI initialised and talks nicely with an ADXL362 accelerometer part.
We have interrupts configured.
We go into sd_power_system_off...
Hello! I've soldered my first board with nrf52832 chip + PA on it. Everything works well beside the radio. The real distance (less 10m) even worse than on nrf52dk despite...
Just got my nrf52DK and connecting and dropping the HRM demo to it worked like a charm but since then, all attempts to get something else to run failed. Erasing all and reprogramming...
I have a very simple test program to run the radio through the transmit sequence, each task is called from the radio interrupt handler according to each event.
The process...
I'm pretty new with microcontrollers and SPI.
I connected fisically an nrf51822 microcontroller to an external SPI flash memory.
I connected MISO MOSI ports to some random...
I am using SDK 12.0.0.
I am working with low_power_pwm_init() to initialise the pwm and I have passed a handler while initialising. I want to stop the pwm from the handler...
Nrf52 SDK12.2 armgcc
I have a button on my device (peripheral) that when pressed starts a timer for 30 seconds.
During that 30 seconds, I would like to have the device...
Hi everyone,
I'm trying to use sscanf on my nordic device, and I get an issue with the following exemple (this same code works on my computer)
int d = 0;
float f =...
I have copied the blinky example:
/* Copyright (c) 2014 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor...
.\_build\nrf51422_xxac.axf: Error: L6218E: Undefined symbol app_timer_init (referred from main.o).
.\_build\nrf51422_xxac.axf: Error: L6218E: Undefined symbol app_button_disable...
Hi all
Is possible have DFU in the peripheral side to update a Central app program? Is there example doing it?
I have a Peripheral (custom board nRF52 dongle) connected...