דברים שרואים מכאן לא רואים בכלל
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
The Dod 77958550bf Run kiosk browser il y a 3 jours
HuzzahAPDistance Add fritzing schematics il y a 2 semaines
static New README screenshots il y a 5 jours
templates Remarks from Neo and Moshe il y a 6 jours
.gitignore Add neo option, configurable videos il y a 1 semaine
README.md Add photos to README (and some more gfx) il y a 1 semaine
app.py Add neo option, configurable videos il y a 1 semaine
requirements.txt mor elenient requirements.txt il y a 3 jours
run.sh Run kiosk browser il y a 3 jours

README.md

Eye of Beholder

A work about false narratives, dead journalists, and not-so-innocent bystanders.

דברים שרואים משם

clear video of the reporter Ana A-Sharif, blurred text

לא רואים מכאן

blurred video, clear ticker claiming reporter was a terrorist

Install distance sensor server (on Adafruit Feather HUZZAH ESP8266 board)

$ cd HuzzahAPDistance
$ cp config.h.example config.h # and edit it with SSID and Password for the AP (pick something hard to guess)

Upload to the Huzzah board, and connect it to HC-SR04 like this:

Scematic diagram

Test distance sensor server

Connect PC to the WiFi network you’ve defined at config.h

Browse to http://192.168.115.23. You should see a report of list of current client MAC addresses (typically, only yours), and a link to a JSON end point that returns distance.

Install web server (on linux PC)

$ virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ cd ../static/js
$ cp config.js.example config.js # and edit it according to room size, etc.

Run web server

$ ./run.sh

Browse to http://localhost:5000 to see the work.

Browse to http://localhost:5000/p to see distance as a progress bar (this can help callibrate static/js/config.js)