Git Product home page Git Product logo

nerves-examples's Introduction

Nerves Examples

Build Status

Here are couple simple nerves examples. All of these projects should work on the following platforms:

  • Raspberry Pi A+/B+
  • Raspberry Pi 2 B
  • Raspberry Pi Zero
  • Beaglebone Black
  • Lego EV3

For detailed information on how to build an example, see the README.md in each application's root directory.

blinky

"Hello World" for the embedded world... and a little more

  • Boots to Elixir shell and blinks LEDs forever in background
  • Uses Nerves.LED to manage named LEDs
  • Custom per-target configuration via config/#{target}.exs
  • Builds off-target with debug output via Logger

hello_network

Brings up network, makes it discoverable

  • Uses Nerves.Networking to configure DHCP with ipv4LL fallback
  • Demonstrates using Nerves.SSDP.Server for discovery via cell list

Configuring Build Environment

The examples currently support Raspberry Pi (rpi), Raspberry Pi 2 (rpi2), and Beaglebone Black (bbb) targets.

The following instructions assume rpi2, but you can substitute any of the supported target IDs below.

On OS X:

brew update
brew upgrade elixir   ## v1.2.4, BUT NOT HEAD!!
brew install coreutils fwup squashfs

On All Platforms:

mix local.hex # update hex
mix archive.install https://github.com/nerves-project/archives/raw/master/nerves_bootstrap.ez

Building with Mix

Note that NERVES_TARGET environment can set the platform you get. See mix.exs for the example to see how this works.

cd <example-project>
git pull
mix deps.get
mix firmware

Burning Using Mix

$ mix firmware.burn

Burning with fwup

$ fwup -a -i _images/rpi2/blinky.fw -t complete

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.