Hi Austin,
On Wed, Apr 26, 2017 at 5:48 AM, austin aigbe <
eshi...@gmail.com> wrote:
>
> Nerves Project looks very interesting but it is focused on Elixir. I am not ready to learn Elixir.
>
> I am sure its possible to run an Erlang module on Nerves without much work. Anyways, is there an Erlang port of the Nerves libraries?
Aside from WiFi, most of the Nerves runtime code wraps calls into
Linux to configure networking, update software images, etc. Mark
Sebald is an active Nerves/Erlang user who posts most of his code
online. His repositories may be helpful for getting started since the
Nerves docs assume Elixir. See the following repositories:
https://github.com/mdsebald/LinkBlox
https://github.com/mdsebald/nerves_link_blox
If you don't mind joining another Slack, Mark, myself and a few others
are in the #nerves channel on the elixir-lang slack. If you run into
problems, someone is usually around to help. See:
https://elixir-slackin.herokuapp.com/
-Frank