BIT software

I’m new to Arduinos and programming them so I apologize if this seems like a silly post but…

How do I get games on to the bit device? is the only option to run micropython on the device for said game then you have to flashback to original firmware?

I can play new games while connected but if I disconnect, I only get a white screen and cannot get back to the original games without re-flashing.

Hi @svitak33,

Thanks for reaching out!

The only user-friendly way to code and upload your games is through CircuitBlocks.
Micropython and the stock firmware are two separate programs running on the Device. You can’t have both installed at the same time.
If you would like to incorporate your game within the existing stock firmware, you can start by modifying the firmware.

The firmware is written in C++, using the ESP-IDF environment. Check the README for more details and instructions.

If you have any questions about the procedure, instructions, technical details, or anything else, feel free to reach out and we’ll be happy to help.