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?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
I would like to change UUID programatically,initially we are trying to establish connection between phone and beacon.
We tried to change BLE_GAP_ADV_TYPE_ADV_NONCONN_IND...
Hello, nordic team;
I want to create a DFU for the ANR + BLE device in the nRF5_SDK_12.3.0_d7731ad \ examples \ dfu \ experimental_ant_bootloader routine.But I use this routine...
Could someone explain the difference between the following functions:
ble_conn_params_change_conn_params(ble_gap_conn_params_t *new_params)
sd_ble_gap_conn_param_update...
Hi all,
i need to have at one to one connection(one phone on one nrf52). I have created a whitelist.
What i can see is that after a pairing and a bonding, if i delete...
Hello,
I'm working on an UART application which uses experimental_bootloader_secure_serial bootloader. I've done a similar thing before with SDK-11 (though not a secure...
Hi,I use S130 V1.0 working as a master,and connect a device.My device adverting interval is 800ms, and gap_conn_params.min_conn_interval = MIN_CONN_INTERVAL;//MIN_CONN_INTERVAL...
So I thought I would upgrade one of my projects to SDK13 and try out SES 3.24 at the same time. I thought I would start by getting the ble_app_uart_pca10040_s132 project to...
Hi.
I just want to upload BSP package to my NRF51 DK via mbed web app, but i can not find proper source from all the available projects in mbed. Tutorial of BSP also doesnt...
Hi,
i set the app_timer to fire every 60 seconds
app_timer_start(m_Timer_id, APP_TIMER_TICKS(60000, APP_TIMER_PRESCALER), NULL);
Is it possible to get the current couter...
Hi,
I have changed the ble_app_uart_c example so that it can connect to multiple peripherals(at the moment 2 peripherals, the goal is 3 peripherals). It works fine, but as...
Hi,
I had develop a peripheral with passkey in SKD12.2.0. Now i want to develop ble central to connect the peripheral and communicate with it. i don't know how to implement...
Right now I am facing a problem as mentioned below:
I downloaded nRF52 SDK version 12.3.0. It contains lot of example code. I found .eww file in each example project folder...