# Sphero Ollie The Sphero Ollie is toy robot that is controlled using Bluetooth LE. ## How to Install ``` go get -d -u github.com/hybridgroup/gobot/... && go install github.com/hybridgroup/gobot/platforms/ble ``` ## How to Use ```go // code here ``` ## How to Connect Instructions here...