Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 401 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 401 Bytes

Tessel Beacon Example

This is an example of using the Tessel microcontroller as a bluetooth beacon for physical-word.

In order to use this, you must already have your tessel set up such that you can run blinky on it. And you must have the ble module attached to port 'A'.

All you need to do is install dependencies

npm install

And then run

tessel run index.js

From within this directory