https://github.com/yining1023/p5-ble-examples
Examples for p5.ble.js: https://github.com/yining1023/p5.ble.js
https://github.com/yining1023/p5-ble-examples
Last synced: 3 months ago
JSON representation
Examples for p5.ble.js: https://github.com/yining1023/p5.ble.js
- Host: GitHub
- URL: https://github.com/yining1023/p5-ble-examples
- Owner: yining1023
- Created: 2018-12-23T22:34:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T15:41:09.000Z (over 6 years ago)
- Last Synced: 2025-04-04T08:01:41.683Z (6 months ago)
- Language: C++
- Homepage:
- Size: 27.3 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# p5-ble-examples
## This repo is deprecated, it's moved to [ITPNYU/p5-ble-examples](https://github.com/ITPNYU/p5-ble-examples)
Examples for [p5.ble.js](https://github.com/yining1023/p5.ble.js), read more at [p5 ble website](https://yining1023.github.io/p5ble-website).
## Usage
Download or clone this repository:
```
git clone https://github.com/yining1023/p5-ble-examples.git
```Change directory into the new folder and start a server.
An easy way to start a server is with python.If you are have python 2:
```
cd p5-ble-examples
python -m SimpleHTTPServer
```
If you are have python 3:
```
cd p5-ble-examples
python -m http.server
```Go to `localhost:8000` and click through each example
If you don't know how to start a server, check [this](https://github.com/processing/p5.js/wiki/Local-server) guide.