Giter VIP home page Giter VIP logo

inteledisoniot's Introduction

Intel Edison Projects

The following is a collection of Internet of Things (IoT) projects that run on an Intel Edison, attached to an Arduino Breakout Kit. The Intel Edison is a small ($49) single board computer, powered by the Intel® Atom™ SoC dual-core CPU and including an integrated WiFi, and Bluetooth LE. The Arduino Breakout Kit, extends the Intel Edison interface, and allows the user to connect to the board using the popular Arduino hardware interface. There are many hardware shields which allow easy connection of sensors and devices to the Arduino interface.

Most of the examples in this library, are interacting with sensors/devices from the Grove Indoor Environment Kit, which connects to the Arduino Breakout Kit via the Grove base shield.

Projects

Blinking an LED using different interfaces

This group of projects blink an LED connected to GPIO 13. This LED is built into all Arduino boards, and blinking it is a quick way to make sure the electronics is alive and working. It is the equivalent of the software "Hello World" first program to make sure things are working. There are several different environments/interfaces that I'm using to drive the electronics, and these projects demonstrate the use of these different interfaces.

  1. blink-mraa
  2. The MRAA library is low level skeleton library for IO communications with a variety of GNU/Linux platforms, including the Intel Edison. This project blinks the LED connected to GPIO 13, using this library.

  3. blink-j5
  4. Johnny Five is a javascript IoT Robotics Programming Framework. This project blinks the LED connected to GPIO 13, using this library.

  5. blink-cylon
  6. Cylon is a javascript Robotics framework. This project blinks the LED connected to GPIO 13, using this library.

  7. simple-api
  8. This project (simple-api) is a node js, express js, and Cylon app, which creates a simple http api, to control an LED, depending upon what http calls are made. http get calls to 192.168.1.83:2000/api/lighton turn the led on, and get calls to http://192.168.1.83:2000/api/lightoff turn the led off.

  9. IntelIotBlink
  10. This project is built upon the MRAA library, and is setup to run using the Intel IoT XDK. The Intel XDK manages downloading the npm packages, monitoring file changes, and downloading the new information to the Intel device. Once the program is downloaded to the target device, it will install the npm packages on the target device, and run the program in a debug mode, which allows remote breakpoints, or displaying variables. This project blinks the LED connected to GPIO 13, using this library.

  11. IntelCylonBlink
  12. This project is built upon the Cylon library, and is setup to run using the Intel IoT XDK. This project blinks the LED connected to GPIO 13, using this library.

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.