Giter VIP home page Giter VIP logo

quick2link's Introduction

quick2link

Experimental code for distributed embedded architectures.

The Arduino code is inspired by and forked from Ward Cunningham's Txtzyme https://github.com/WardCunningham/Txtzyme

We've added code that provides Python and Java DSLs on the Pi or Laptop, and generalising the mcirocontroller code to work on Arduino or teensy 2.0/3.0

We've added basic Servo control and will add PWM, LCD and I2C control.

We're also adding location and discovery services.

Set up

Arduino

On Unices, create a soft link (ln -s) from the directory where your Arduino environment keeps its sketches to each directory in the arduino-sketches directory:

cd <your Arduino directory>
ln -s <quick2link directory>/arduino-sketches/* .

(notice the dot at the end of the command, that's the current directory). On Windows you'll probably have to copy them over and find another way of working with version control.

Then do the same for the libraries

cd <your Arduino directory>/libraries
ln -s <quick2link directory>/arduino-libraries/* .

For the I2C connection, connect SDA to A4, SCL to A5, and Ground to Ground. The lines on our 6-pin headers are:

 ---------------
| 3v3  SCL  Int |
| 5v   SDA  Gnd |
 -----     -----

Python

You need to have your added to your quick2wire-python-api directory to your exported PYTHONPATH

quick2link's People

Contributors

sf105 avatar romilly avatar

Watchers

André Márcio de Lima Curvello avatar James Cloos 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.