Make NTU Hackathon


Team for Make NTU Hackathon 2017 in Taipei. See the Wiki tab below for details on using the hardware available. The Code tab contains example code for all the hardware.

You are viewing an older revision! See the latest version

Port BLE Example to X NUCLEO IDB05A1

Table of Contents

  1. Intro
  2. Steps

Intro

The examples for BLE are located in the BLE Team page. These examples are generic for most BLE SOC devices, but the IDB05A1 board is a little different. To use the IDB05A1 board we need to make some changes to the standard BLE Library.

Steps

First, import a BLE Example. Any example from the BLE Team page will do.
Next, Right click on the project and select 'Import Library' then click on 'From URL'
/media/uploads/mbedAustin/fromurl.png

Next, enter the URL
http:developer.mbed.org/teams/ST/code/X_NUCLEO_IDB0XA1/ This will add the library to your program.
The last thing you need to modify is


All wikipages