Orbital - build and flash Gleam projects to devices running

Hello! I’ve started playing around with Gleam and AtomVM and I’m having so much fun! I made a little tool called orbital to help build and flash Gleam projects to embedded devices, though I might share it here for folks who want to give that a try :slight_smile:

A video showcasing the 'orbital' workflow: The command 'gleam run -m orbital flash esp32 --port /dev/tty.usbserial001' is ran in a terminal window. After a short while the message 'Done' is displayed and the command 'screen' is ran to show that the code was flashed and is running on an esp device

2 Likes