ivastly / mister-arrow

Paper robot which signals about certain events immediately and loudly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arrow Robot — non-human teammate of engineering team.

Usage

  • Adapt backend module according to your needs, provide config.php.

  • Install dependencies.

docker run --rm  -v $(pwd):/app -u $(id -u ${USER}):$(id -g ${USER}) composer composer install --ignore-platform-reqs
  • Run it.
docker run -d --rm -u $(id -u ${USER}):$(id -g ${USER})  -p 8888:8888 -v $(pwd):/app -w /app chialab/php:7.4 php -S 0.0.0.0:8888
  • Build the robot physically, following the manual.

  • Create sketch/Credentials.h and put your Wi-Fi credentials and backend API host there.

  • Upload the sketch to robot.

  • Vuala! The robot will notify the team about the hotline immediately.

paper-signals-arrow

About

Paper robot which signals about certain events immediately and loudly

License:MIT License


Languages

Language:C++ 86.9%Language:PHP 13.1%