Skip to content

Paper robot which signals about certain events immediately and loudly

License

Notifications You must be signed in to change notification settings

ivastly/mister-arrow

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published