Skip to content

scotchandblend/rpi3-led-blink

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 

Led Blink using embedded Elixir on a Raspberry 3

Hardware

  • Raspberry 3

Development

One time setup

Install erlang, elixir and firmware burning friends. And add hex and rebar for elixir dependencies. Install nerves, the embedded elixir framework.

❯ brew install erlang
❯ brew install elixir
❯ brew install fwup squashfs coreutils

❯ mix local.hix
❯ mix local.rebar3

❯ mix archive.install \
https://github.com/nerves-project/archives/raw/master/nerves_bootstrap.ez

Day-to-day

Update project dependences:

❯ mix deps.get

A typical compile loop (build, make release, burn release to attached SD card):

❯ mix compile
❯ mix firmware
❯ mix firmware.burn

Resources

About

Blinks the status LED on a Raspberry 3 using embedded Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages