celebrate-bot

A simple Flag Raising Bot that says "congratulations" (that's it)


Project maintained by nohorbee Hosted on GitHub Pages — Theme by mattgraham

celebrate-bot

This is a small project originally built for a blog post demonstrating how to integrate a fairly extensible platform to call an API to interact with the physical world.

Even though this project ends up performing a trivial action, the same architecture could be used to achieve almost any physical world integration.

About the project

celebrate-bot has been built as a Nobel project. You can clone this repository, or build it yourself based one this simple Swagger definition:

swagger: "2.0"
info:
  version: "0.0.1"
  title: CelebrateBot
paths:
  /celebrate:
    post:
      description: |
        Rises a flag in sign of celebration!
      responses:
        200:
          description: Successful response

Check bot/C_handlers.ino and bot/D_initialization.ino if you choose to build it yourself.

Schema

alt text

Attach a handcrafted flag to the Servo and voila!