AtomVM: Elixir, Erlang, and Gleam on Microcontrollers
- Track: /dev/random
- Room: H.2215 (Ferrer)
- Day: Sunday
- Start: 12:00
- End: 12:15
- Video only: h2215
- Chat: Join the conversation!
Elixir, Erlang, and Gleam are functional languages that run on the BEAM virtual machine and are widely used for highly concurrent, fault-tolerant systems. However, the standard BEAM VM is too heavyweight for most microcontrollers.
AtomVM is a from-scratch implementation of the Erlang VM designed for constrained devices such as the ESP32 and Raspberry Pi Pico, and it can run in as little as 32 KiB of RAM. The project has been around since 2017 and has grown in community and features (support for multiple MCU families, JIT, and ahead-of-time compilation to native code), so it can now be used in production for both professional and hobbyist projects.
This talk will introduce AtomVM and show how it can be used in real embedded projects, and it will also explain the benefits of using BEAM languages on microcontrollers: such as supervision trees, lightweight processes, and native clustering. We will see how the foundations of a language originally used by Ericsson to power high-reliability telephone switches are still valuable for today’s connected devices.
No previous knowledge of Erlang, Elixir, or Gleam is required.
Links:
- https://atomvm.org/
- https://doc.atomvm.org/
- https://github.com/atomvm/AtomVM/
Speakers
| Davide Bettio |