Skip to content

Instantly share code, notes, and snippets.

View Naohiro2g's full-sized avatar
:octocat:

Naohiro Tsuji Naohiro2g

:octocat:
View GitHub Profile
@ali1234
ali1234 / bb8.py
Created October 17, 2015 15:47
Control Sphero BB-8 from Linux.
#!/usr/bin/env python
# BB-8 Python driver by Alistair Buxton <a.j.buxton@gmail.com>
from bluepy import btle
import time
class BB8(btle.DefaultDelegate):
def __init__(self, deviceAddress):