bettio
I wrote a story on Medium about the project I’ve been working for a while in my free time: how to run Elixir code on a 3 $ (ESP32) microcontroller. ![]()
(GitHub: GitHub - atomvm/AtomVM: Tiny Erlang VM · GitHub)
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
The obligatory hello world thread!
Who are you and where are you from? :stuck_out_tongue:
New
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
I was working on an Ecto migration and I needed a timestamp. So, for the nth time, I looked up the different data types for timestamps, a...
New
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog
It says that Fly is going all-in on sprites, which is a worry ...
New
We’re evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using.
We’re particularly inte...
New
Is there a word for the ~> symbol used in Version strings?
Do you also just call it a Squiggle Arrow™ ?!
New
Other Trending Topics
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
There are three potential reasons for members of this forum to have a look at https://vutuv.de
You are tired or annoyed of LinkedIn.
Yo...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #ai
- #phoenix_html
- #elixirconf-us
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 9- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
trarbr
Crazy and ambitious - I love it! Is it a goal of Astarte to get Elixir running on microcontrollers, or are you tinkering for fun and profit?
bettio
No, Astarte is not related to it
Astarte is my company IoT open source project and also the reason I started to use Elixir a lot every day. AtomVM is just my crazy free time project, so it’s just for fun.
Anyway I hope someone will find it useful 
trarbr
It is definitely interesting - I will keep an eye on it
It is alluring to dream of replacing C with Elixir for embedded. Probably wouldn’t work for things with hard real-time requirements though. You mentioned LoRa specifically in the article, have you done anything with LoRa in Elixir?
bettio
not yet, but I have already the hardware that waits to be tested. LoRa might be a plan for the forthcoming christmas holidays, I hope to implement a GenLoRa soon
tdug
I stumbled across your blog post! I was wondering if you’ve had any luck with networking on the esp32 with elixir.
bettio
yes, it is already possible to send UDP packets, my home thermostat is an ESP32 with AtomVM and it sends an UDP packet every minute with the current temperature
There is also some underway work to implement something similar to gen_tcp and gen_udp right now, so current support is going to be replaced with something better.
bettio
I’ve also created atomvm slack channel on elixir-lang.slack.com slack.
MalloZup
congrats @bettio and nice project!
xpg
This is a really cool project. I am playing around with the ESP32 myself, and besides using C with ESP-IDF I am toying around with Micropython.
However, I would much rather use Elixir