in reply to Stéphane Bortzmeyer

A real hacker talk, starting with using an Arduino to control an old knitting machine, then designing a Web interface (with #LiveView) to drive it.

With LiveView, eveything is done on the server, you never write JavaScript, it is generated automaticallyt.

passapcanada.com/passap-e-6000…

in reply to Stéphane Bortzmeyer

"Running Erlang and Elixir on microcontrollers with AtomVM"

How to run BEAM code on a 3 $ microcontroller by Davide Bettio @bettio [BEAM is Erlang bytecode]

AtomVM allows you to run ordinary/unmodified(but "don't do anything weird") Elixir/Erlang code on microcontrollers (not all of them! it works on ESP32, STM2, Raspberry Pi 2040, etc)