Code Monkey home page Code Monkey logo

esp_motioncapture's Introduction

ESP Motion Capture

Motion capturing and its translation to a virtual object through cloud using ESP8266 and MPU6050 sensor.Also has a feature to perform OTA update

Essential changes

  1. Download the ESP8266httpUpdate.cpp file and replace the existing file available at

..\packages\esp8266\hardware\esp8266\2.3.0\libraries\ESP8266httpUpdate\src

This change helps us to publish the status of FOTA to cloudmqtt before the ESP restarts

2)Replace

#include <avr/pgmspace.h> 

with

 #include <avr/pgmspace.h>
 #else
 #include <pgmspace.h>
 #endif

in the following files: MPU6050.h, MPU6050_6Axis_MotionApps20.h, MPU6050_9Axis_MotionApps41.h This change is necessary to port MPU6050 arduino library to ESP8266

Working prototype video

https://www.youtube.com/watch?v=onj2CMYKwHU

Project Description

Please read wiki for explanation of the project

esp_motioncapture's People

Contributors

arunmozhirajavel avatar

Watchers

 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.