Skip to content
/ robot Public

Building a remote-controlled car with Raspberry Pi Pico

License

Notifications You must be signed in to change notification settings

eigenein/robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yes, it's yet another hobby robot, like many of those based on Arduino. So, to make it more fun, it features:

  • Raspberry Pi Pico instead of an Arduino board
  • My own tiny asynchronous event loop (since CircuitPython doesn't have one)
  • Custom «asynchronous» BNO055 driver
  • Multiple asynchronous tasks running «at the same time»
  • Simple REPL over Bluetooth
  • Schematics & PCB design included

Parts

Schematics

Schematics image

External resources