Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/btws2/bitbot_pro

🤖 Mini MicroPython module for 4tronix BitBot PRO robot
https://github.com/btws2/bitbot_pro

bitbot micropython turtle turtle-python

Last synced: about 2 months ago
JSON representation

🤖 Mini MicroPython module for 4tronix BitBot PRO robot

Awesome Lists containing this project

README

        

# Mini MicroPython module for 4tronix BitBot PRO robot

## How to use the code

1. Upload both files (`bitbot_pro.py` and `main.py`) to the 4tronix BitBot PRO robot.
2. Run `main.py`. `main.py` is also automatically executed after booting up.

## Micro Bit documentation

* [Micro Bit Python editor](https://python.microbit.org/v/3)
* [Micro Bit MicroPython documentation](https://microbit-micropython.readthedocs.io/en/stable/)
* [Micro Bit Pinout](https://microbit.pinout.xyz/)

## Turtle documentation

* [Online Python Turtle editor](https://trinket.io/turtle)
* [Documentation of Python Turtle graphics](https://docs.python.org/3/library/turtle.html)
* [Source code Python Turtle](https://github.com/python/cpython/blob/3.13/Lib/turtle.py)

## BitBot Pro documentation

* [TypeScript code to control the robot](https://github.com/4tronix/BitBot/blob/master/bitbot.ts)
* [Product page about the robot](https://4tronix.co.uk/bitbotpro/)
* [4Tronix blog](https://4tronix.co.uk/blog/?s=bitbot)