Coder Social home page Coder Social logo

esp32_leanometer's Introduction

ESP32 Leanometer

Motorcycle Leanometer built around ESP32 module

WORK IN PROGRESS

esp32_leanometer's People

Contributors

theloukou avatar tsiapalis avatar vaggelis1993 avatar

Watchers

 avatar

esp32_leanometer's Issues

IMU data

IMU must provide data for lean angle and g-forces.

Sensor data modes

Currently sensor only gets lean angle values.
We must be able to get G-forces as well.

GUI features

Additions to web UI

Two numeric inputs, value range 0-1023 (with increment/decrement arrows preferably), new button Set new thresholds

New server-side endpoints

/getBrightThres : used on load (similat to /getRTC), returns json {"minThres":xxxx , "maxThres": yyyy} , where xxxx και yyyy positive integers in range 0-1023. These values should be the initial values for before-mentioned numeric inputs.
/setBrightThres : use with Set new thresholds button, creates new json in same form as above, values taken from numeric inputs, passed on to server.

Suggestion

Replace /getRTC and /getBrightThres with single "/onLoadData" endpoint. Single json in form {"unixTime": zzzzzz, "minThres":xxxx , "maxThres": yyyy}

Add OTA

we have to OTA capability and set the network definitions

SD card detection

Check if SD is present on boot, if so, initialize it.
During runtime, it card detection triggers, check if card is removed/inserted, and act appropriately (flush data + de-init / init)

RTC

RTC must be able to get initialized and synced.

User button workflow

Button must be able to trigger sensor calibration, and change between display modes (lean angle/g-force/vBat)

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.