Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/btws2/bitbot_pro
- Owner: BTWS2
- License: agpl-3.0
- Created: 2024-10-24T08:40:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T16:02:14.000Z (3 months ago)
- Last Synced: 2024-11-13T17:19:05.685Z (3 months ago)
- Topics: bitbot, micropython, turtle, turtle-python
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)