Giter VIP home page Giter VIP logo

rainmaker's Introduction

This project contains two parts:

1- Arduino Code for The Esp32 controller (esp32_control):

  • Make esp32 run as a Bluetooth server
  • Recieve the readings from the connected accelerometer and classify them based on certian thresholds
  • The classifed events could be one of the following: shaking (to finish a task), flip horizentally (swtich to task view when pomodoro mode is on), flip 180 degrees (toggle pomodoro)
  • Based on the classifed event, change the LED output and send short messages to the connected Bluetooth device.

2- Andoid app (rainmaker_app):

  • Connect to the rainmaker using Bluetooth
  • Add, edit, remove tasks in a tasks list, while simultaneously send the updates to the rainmaker device over Bluetooth
  • Recieve messages from the rainmaker that contains infromation about the tasks progess

Preparing the hardware:

The following components have been used:
Battery : https://www.adafruit.com/product/2750
Microcontroller : https://www.adafruit.com/product/2821
Orientation Sensor : https://learn.adafruit.com/adafruit-bno055-absolute-orientation-sensor
LED strip : https://www.adafruit.com/product/1138?length=1

Then they are connected as per the following (click on image to show in full size): drawing

Required libraries

The following libraries need to be installed before uploading the arduino code to esp32:
FastLED.h: https://github.com/FastLED/FastLED
Adafruit_Sensor.h: https://github.com/adafruit/Adafruit_Sensor
Adafruit_BNO055: https://github.com/adafruit/Adafruit_BNO055

rainmaker's People

Contributors

anas9244 avatar sujaybs avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.