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?
Hey guys,
From what I understand, the minimum connection interval on say, an iPhone, is 20ms. Also, you can send up to 6 packets of 20 bytes within a connection interval...
I have established a ble connection between two dk boards, the code I based on is the ble_app_uart_c and ble_app_uart, and try to detect some rising edge delivered from the...
It's kind of relative question with my previous question.
"When smartphone range is shorter than a peripheral(nRF5X), is there any way to receive an advertisement from the...
Hi all, I tested the example: Experimental: LE Secure Connections Multirole Example with my smartphone and it is working fine, but when I tried use LESC on my peripheral device...
I can't open a com port after starting the nRF Connect app. This happens in Windows (native) and also a Linux virtual host with the com port passed through. I'm using a nRF51...
I found strange behavior when using back-to-back packet transmission.
Configuration of PTX/PRX is:
No Auto-ACK (disabled)
CRC 2 bytes
Packet length 13 bytes
Addr...
I have the blinky examples working, but have not been able to get any example code using any gpio input to work. they compile fine but the buttons done seem to work. I'm using...
Hello,
I'm using the sample project from this post .
Following the steps and using nRF52DK, one for server and one for client. I've modified the server count from 3...
Hi all , I has 3 board : 1 board central connect with 2 board peripheral . I want to send string from peripheral 1 to central , then from central to peripheral 2 . Please...
Hi All,
We have a data logging application, where our typical data packet is small -- roughly 20 bytes. I've been experimenting with FDS for storage, with one record for...
I'm having compilation error, and got a couple of errors similar to the examples below:
Error[Li005]: no definition for "sha256_desc" [referenced from C:\Users\..........
I need some parameters of the BLE s140 stack for my project.
Including duration of an advertisement event (beacon) and the maximum random slack for an advertisement.
I...
I've recently upgraded my IDE to use Crossworks v3.6.2 which uses a GCC ARM Embedded 4.9-2015-q3-update compiler. it has by default many of the code clean up featues turned...
How do you do
Now use the Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples \ ble_peripheral \ ble_app_uart this plus
Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples \ peripheral...
i need to disable RX when data was transmit and enable RX again when data transmit complete.
i tried :
NRF_UART0->TASKS_STOPRX = 1;
NRF_UART0->TASKS_STARTRX=1;
NRF_UART0...