Git Product home page Git Product logo

grisp's Introduction

GRiSP Erlang Runtime

Create amazing Internet of Things designs without soldering or dropping down to C. The GRiSP project makes building internet-connected hardware devices easier with Erlang!

  • Real bare-metal Erlang virtual machine (no operating system!)
  • Hard real-time event handling, using open source code
  • Digilent Pmod™ compatible connectors for sensors and actuators

This repository contains the Erlang runtime and support code for the GRiSP hardware platform.

Concepts

A GRiSP board has many slots. Two SPI slots, one UART slot, two GPIO slots and one I2C and one 1-Wire slot respectively. It also has two RGB leds and a JTAG connection.

  • Slot - A physical slot where a component can be connected. E.g. SPI1 where a Pmod can be connected.
  • Pmod - A peripheral device that implements the Digilent Pmod™ connection form factor and interface.
  • SPI - Serial Peripheral Interface. Synchronous serial communication interface.
  • UART - Universal Asynchronous Receiver-Transmitter. Asynchronous serial communication interface.
  • GPIO - General Purpose Input/Output. Digital signal pin interface used to interface with single pins.
  • I2C - Inter-Intergrated Circuit. Short-distance syncronous serial computer bus.
  • 1-Wire - Long-distance serial communication bus.
  • LED Position - Integer representing one of the two LEDs available on the GRiSP. Either 1 or 2 for the first or second LED.
  • JTAG - On-chip instrumentation and debugging interface.

Usage

The easiest way to get started is to use the Rebar 3 or Mix plug-ins for GRiSP.

Testing

The project has a hardware emulation layer in software that allows you to use the runtime locally on a normal computer. To start a local shell for the runtime use:

$ rebar3 as test shell

grisp's People

Contributors

aytchell avatar eproxus avatar galaxygorilla avatar getong avatar holzingk avatar laymer avatar maehjam avatar peerst avatar sebb7 avatar sebhub avatar sylane avatar theuns-botha avatar thomasarts avatar

Watchers

 avatar  avatar

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.