fklement

fklement

Has anyone flashed elixir code to an ESP8266?

Hello!
I need a bit of help, input… I want to flash elixir code to an ESP8266.
I know that there is the AtomVM which allows you to run elixir on an ESP32 SoC.
The ESP8266 is the predecessor of the ESP32. Since I have a bunch of those lying around at home, I wondered if I could run elixir on an ESP8266 as well?
And if so what would be the way to do it?

Most Liked

ConnorRigby

ConnorRigby

Nerves Core Team

There is a very early days project called atomvm. It is by no means ready for use l, but as far as I know it is the only way to run Elixir on ESP32. You should be warned however this is a reimplemention of BEAM, not the official version of BEAM as released by the OTP team.

Nerves currently has a hard requirement of Linux and by extension has all the same requirements of Linux. I don’t foresee this ever changing.

If you need beam on a hard real time system. (if you don’t know what this means, you almost certainly do not need this), check out GRISP.

Sorry to say you can’t currently run Elixir on ESP8266

fklement

fklement

Thanks for your informations!

Last Post!

kathgironpe

kathgironpe

What are other options apart from ESP32?

Thank you!

Where Next?

Popular in Questions Top

hariharasudhan94
I would like to know what is the best IDE for elixir development?
New
Emily
I have VueJS GUIs with the project generated using Webpack. I have Elixir modules that will need to be used by the VueJS GUIs. I forese...
New
jononomo
For some reason my phoenix channels are working for me in my local dev environment, but as soon as I deploy via Docker, I get a 403 error...
New
lanycrost
Hi everyone! I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New
fireproofsocks
Forgive me if this is obvious, but how does one delete a database record WITHOUT selecting it first? Ecto.Repo — Ecto v3.14.0 has exampl...
New
alice
Hey, Just curious what are the main benefits of Elixir compared to Clojure? When is Elixir more useful than Clojure and vice versa? Th...
New
senggen
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] 15:22:35.803 [error] gen_event {lager_file_backend...
New

Other popular topics Top

Qqwy
Update: How to use the Blogs & Podcasts section You can post links to your blog posts or podcasts either in one of the Official Blog...
3271 130286 1222
New
baxterw3b
Hi guys, i’m new in the Elixir world, and i have to say, that i love it! i’m having some problem to understand anonymous functions with ...
New
Qqwy
Original source of discussion: This topic on the Pragmatic Programmers’ Functional Web Development with Elixir, OTP, and Phoenix forum. ...
New
vonH
When I run the Plug and I recompile I wind up having to use Ctrl C to quit iex and start again. Witht the help of rlwrap I can use the cu...
New
aadeshere1
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible. total = 10 while total != 0 ...
New
greenz1
I have a phoenix application from which a user can download multiple(5-6) files of size 1MB. I couldn’t find anything related to sending ...
New

We're in Beta

About us Mission Statement