Learn how to export Bottango animations to your Arduino so they can run without a computer.
By Kevin McAleer, 2 Minutes
Page last updated May 03, 2025
By default, Bottango requires a live USB connection to your microcontroller. But what if you want your project to run without a computer? Thatβs where Arduino Mode comes in.
Arduino Mode allows you to export motion sequences as code and upload them to your board, enabling completely standalone operation.
π§ How It Works
In Arduino Mode:
Bottango generates Arduino code that plays your animation(s)
The code is uploaded like a regular Arduino sketch
Your board will loop or play the animation based on how you program it
Perfect for costumes, props, or permanent installations!
π οΈ Step 1: Design Your Animation
Create your motion in Bottango as usual
Keep it simple β Arduino Mode supports basic motion and triggers
Save the project before exporting
π Step 2: Export for Arduino Mode
Go to File > Export for Arduino Mode
Choose your board type (e.g., Arduino Uno)
Bottango will generate a .ino file and a lib/ folder with dependencies