Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 744 Bytes

README.org

File metadata and controls

23 lines (16 loc) · 744 Bytes

RaspberryPi webcam on Arduino Zumo Shield.

  • Clojurescript client for remote controlling motors with accelerometer/mouse and viewing images (core.async, reagi, reagent, chord)
  • Clojure http-kit websocket server for serving/processing images + serial connection (luminus template, chord, debian fswebcam)
  • Arduino sketch for controlling servo angle (+ sensor readings) via serial

STATUS hardware is ready for testing TODO diagnose problems getting the Java Webcam library to work with RPi 2 media/hardware-august-2015.jpg

Installation

(TODO write better docs)

Dependencies

Install leiningen 2

Running

Run server on port 3000:

lein run

Serve client on port 3449:

lein figwheel dev