Skip to content

Latest commit

 

History

History
 
 

tessel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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