0.0.7 β€’ Published 3 years ago

p5ble v0.0.7

Weekly downloads
114
License
MIT
Repository
github
Last release
3 years ago

p5.ble.js

MIT License Version

This project is currently in development.

A Javascript library that enables communication between your BLE devices and your p5 sketch. With p5.ble.js, you can request and connect to nearby Bluetooth devices, read/write Bluetooth characteristics, start/stop notifications.

The library is supported by code examples, tutorials that cover many popular Bluetooth LE devices.

p5.ble.js is inspired by p5.serialport, p5.js, Web Bluetooth API, and Processing Serial Library.

Usage

Download the minified, or use the online version and add it to the head section of your HTML document:

<script src="p5.ble.min.js" type="text/javascript"></script>

or

<script src="https://unpkg.com/p5ble@0.0.7/dist/p5.ble.js" type="text/javascript"></script>

Browser compatibility

p5.ble.js is based on Web Bluetooth API, checkout Web Bluetooth API's browser compatibility and implementation status.

Learning

Resources

Examples

You can find a collection of examples in the examples folder in this repository.

Contributing

See CONTRIBUTING

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

0.0.7

3 years ago

0.0.6

4 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago