Skip to content

Code Modification

Caedjoe edited this page Nov 4, 2024 · 1 revision

The code has two main files, xbox_control.py (Python) and blimp_script.py (MicroPython).

The Xbox control file contains all variables for tuning the blimps motor strengths and can be quickly modified. The blimp_script.py file is on the blimp's microcontroller itself and has multiple steps in order to modify and place on the blimp. the sub-pages will show you how to modify these files and guide you through changing the blimp (if needed).

Clone this wiki locally