Skip to content

Control and connect micro:bit and Programming Folo

Notifications You must be signed in to change notification settings

roxa-delphi/microbit

Repository files navigation

Control and connect micro:bit and Programming Folo

  1. scan bluetooth and search micro:bit bluetooth address
   % python3 scan.py
  1. get UUID for control through bluetooth
    memo : getHandle.log
   % python3 getHandle.py xx:xx:xx:xx:xx
  1. display "Hello" on micro:bit LED
   % python3 writeLed2.py
  1. move forward Folo
    output "125" to P13 pin for move forward Folo
   % python3 P13.py
  1. connect PS3 controller to Raspberry Pi 4
    memo : js_watch.log
   % python3 js_watch.py
  1. remote control Folo through bluetooth by PS3 controller
   % python3 folo_control.py
       left  stick  : move forward or back
       right stick  : turn left or right
       X     button : end

About

Control and connect micro:bit and Programming Folo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages