georgmzimmer / pico_ble_remote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pico BLE Remote control

This repository has code for creating remote controls, typically for robotics projects using a Raspberry Pi Pico W and MicroPython.


The Files

The code is in two parts:

  • remote.py - the code that runs on the remote controller; sends commands such as up, down, left, right
  • robot.py - the code that runs on the robot and interprets the commands from the remote

About


Languages

Language:Python 100.0%