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
Program5_mbedConnectorQuickstart
This is a web quickstart application for the mbed-connector-api-python package. The goal of this application is to get the user up and running, using the mbed-connector-python package and talking to devices through mbed Device Connector in under 5 min, 5 steps or less. The quickstart webapp is meant to be paired with the quickstart embedded app. The quickstart web app will allow the user to visualize quickstart embedded devices and interact with them.
Setup¶
- Install the mdc-api package from pip. You may need to use sudo on your system.
- pip install -U mbed-connector-api
- Get an API key for you application.
- Clone the repository and install the required packages
- git clone https://github.com/ARMmbed/mbed-connector-api-python-quickstart
- pip install -r requirements.txt