Giter Club home page Giter Club logo

sketchbot's Introduction

SketchBot

This is a robot of sorts to drive an Etch-a-sketch. With it you can plot arbitrary single-line paths. A Turtle Graphics implimentation is provided for children to learn programming and robotics. A voronoi stippling tool is provides which, along with a Traveling Salesman solver, can convert photographs to single-lines suitable for plotting.

SketchBot Snap SketchBot Hardware

Setup

Frontend

There are two main components: A front-end, currently provided by Berkeley's Snap programming environment for kids. Various project files are included within frontend/ which customize the extreemely flexible Snap environment to serve as a simulator and language sharpened for working with SketchBot.

Backend

In order to communicate with the hardware from Snap, backend.exe must be running. This listens for commands over HTTP. It is a .NET console app (written in F#). It depends on the MonoBrick communications library which is included in external/.

On Linux or OS X, you will need to install Mono and F# and may then build with xbuild or Xamarin. On Windows, regular .NET will do and you may build from Visual Studio or Xamarin.

sudo apt-get install mono-complete
sudo apt-get install fsharp

xbuild backend.sln

You will need to run backend.exe as an admin (allowed to listen on HTTP). You will be first asked to calibrate the system to learn the extent of the screen on your particular Etch A Sketch. This is very important: the motors may easily break things if the knobs are driven off the screen.

Docs

sketchbot's People

Contributors

ashleyf avatar kamocio avatar

Stargazers

matthew mcdonald avatar

Watchers

 avatar James Cloos avatar  avatar

Forkers

mafm af7afzal

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.