All Projects → nerves-project → Nerves

nerves-project / Nerves

Licence: apache-2.0
Craft and deploy bulletproof embedded software in Elixir

Programming Languages

elixir
2628 projects
c
50402 projects - #5 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Nerves

pigpiox
An Elixir wrapper around pigpiod for the Raspberry PI
Stars: ✭ 29 (-98.37%)
Mutual labels:  embedded, nerves
Linuxdeploy Cli
Linux Deploy CLI
Stars: ✭ 127 (-92.86%)
Mutual labels:  embedded
Wolfboot
wolfBoot is a portable, OS-agnostic, secure bootloader for microcontrollers, supporting firmware authentication and firmware update mechanisms.
Stars: ✭ 110 (-93.81%)
Mutual labels:  embedded
Rust I2cdev
Rust library for interfacing with i2c devices under Linux
Stars: ✭ 119 (-93.31%)
Mutual labels:  embedded
Rinside
Seamless embedding of R in C++ programs
Stars: ✭ 112 (-93.7%)
Mutual labels:  embedded
Awesome Micropython
Curated list of awesome MicroPython resources
Stars: ✭ 120 (-93.25%)
Mutual labels:  embedded
Embedos
EmbedOS - Embedded security testing virtual machine
Stars: ✭ 108 (-93.93%)
Mutual labels:  embedded
Tiny Json
The tiny-json is a versatile and easy to use json parser in C suitable for embedded systems. It is fast, robust and portable.
Stars: ✭ 127 (-92.86%)
Mutual labels:  embedded
E4vm
A small portable virtual machine that would run Erlang on embedded systems
Stars: ✭ 124 (-93.03%)
Mutual labels:  embedded
Nlp Models Tensorflow
Gathers machine learning and Tensorflow deep learning models for NLP problems, 1.13 < Tensorflow < 2.0
Stars: ✭ 1,603 (-9.84%)
Mutual labels:  embedded
Anjay
C implementation of the client-side OMA LwM2M protocol
Stars: ✭ 115 (-93.53%)
Mutual labels:  embedded
Icemu
Emulate Integrated Circuits at the logic level
Stars: ✭ 113 (-93.64%)
Mutual labels:  embedded
Flutter embedded
Embedded Flutter
Stars: ✭ 123 (-93.08%)
Mutual labels:  embedded
Button2
Arduino Library to simplify working with buttons. It allows you to use callback functions to track single, double, triple and long clicks. It also takes care of debouncing.
Stars: ✭ 109 (-93.87%)
Mutual labels:  embedded
Embedded Ide
IDE for C embedded development centered on bare-metal ARM systems
Stars: ✭ 127 (-92.86%)
Mutual labels:  embedded
Mjs
Embedded JavaScript engine for C/C++
Stars: ✭ 1,547 (-12.99%)
Mutual labels:  embedded
Drone
CLI utility for Drone, an Embedded Operating System.
Stars: ✭ 114 (-93.59%)
Mutual labels:  embedded
Simple
The Simple Intelligent and Modular Programming Language and Environment
Stars: ✭ 120 (-93.25%)
Mutual labels:  embedded
Easy Build
Collection of Dockerfiles for building embedded software distributions
Stars: ✭ 130 (-92.69%)
Mutual labels:  embedded
Tinyusb
An open source cross-platform USB stack for embedded system
Stars: ✭ 2,257 (+26.94%)
Mutual labels:  embedded

Nerves

Craft and deploy bulletproof embedded software in Elixir

Backers on Open Collective Sponsors on Open Collective CircleCI Hex version

Host Requirements

  • Mac OS 10.10+
  • 64-bit Linux (tested on Debian / Ubuntu / Redhat / CentOS / Arch)
  • Windows 10 with Windows Subsystem for Linux 2 (experimental)
  • Raspberry Pi 3 (experimental)
  • Elixir ~> 1.9

See Installation Docs for software dependencies.

Quick-Reference

Generating a New Nerves Application

mix nerves.new my_app

Building Firmware

export MIX_TARGET=rpi3
mix deps.get      # Fetch the dependencies
mix firmware      # Cross-compile dependencies and create a .fw file
mix firmware.burn # Burn firmware to an inserted SD card

Note: The mix firmware.burn target relies on the presence of ssh-askpass. Some users may need to export the SUDO_ASKPASS environment variable to point to their askpass binary. On Arch Linux systems, this is in /usr/lib/ssh/ssh-askpass

Docs

Installation Docs

Getting Started

Frequently-Asked Questions

Systems

Targets

User Interfaces

Advanced Configuration

Compiling non-BEAM code

Customizing Systems

Contributors

This project exists thanks to all the people who contribute.

Please see our Contributing Guide for details on how you can contribute in various ways.

Metal Level Sponsors

Metal level sponsors are companies that allow core team members to maintain and extend Nerves for a portion of each work week. Nerves is not a product of any one company. We also have a soft spot for supporting makers and hobbyists using the BEAM, and it would be difficult to do this without them.

[Become a metal level sponsor]

OpenCollective Backers

Thank you to all our monetary backers! Hardware costs money and without support, we wouldn't be able to support nearly as many devices. 🙏 [Become a backer]

OpenCollective Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

Copyright (C) 2015-2021 by the Nerves Project developers [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].