Skip to content

ypro/hackathon

 
 

Repository files navigation

hackathon

On Raspberry:

setup git

sudo apt-get install git git config --global user.email "[email protected]" git config --global user.name "Your Name"

clone repo

git clone https://github.com/fyhn/hackathon.git

Install bluetooth

Follow instructions here http://stackoverflow.com/questions/41351514/leadvertisingmanager1-missing-from-dbus-objectmanager-getmanagedobjects/41398903#41398903

Connect to bluetooth device

sudo bluetoothctl scan on connect

exit

Test bluetooth

Setup python and tornado

sudo apt-get install python-pip sudo pip install tornado

On micro:bit

Add to "vid start": bluetooth button service bluetooth led service bluetooth uart service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.7%
  • HTML 1.7%
  • Shell 1.6%