GithubHelp home page GithubHelp logo

battery-monitor's Introduction

Battery Monitor

Overview
Operation
WiFi Firmware Update
Shield Design

Overview

This project is a battery monitor that reports a battery's current voltage on a regular interval to a remote API that can capture trends, send alerts, etc. It contains two components:

Component Purpose
Sender An Arduino-based voltage monitor
Receiver TBD

Operation

Startup

When the unit is powered on, it will attempt to establish a wifi connection.

Sequence Meaning
Blue, Blue, Blue Attempting wifi connection
Green, Green, Green Connected to wifi
Red, Red, Red Failed to connect to wifi

Monitoring

After startup, the unit will sample the battery voltage on an interval and attempt to report the voltage to the remote endpoint.

Sequence Meaning
Green, Green >80% voltage
Yellow, Yellow 60-80% voltage
Red, Red <60% voltage
Blue, Green Successfully reported voltage
Blue, Red Failed to report voltage

WiFi Firmware Update

  1. Open the sketch Examples > WiFi101 > FirmwareUpdater
  2. Add WiFi.setPins(8,7,4,2); in setup() after the serial port is initialized
  3. Upload the sketch
  4. Go to Tools > WiFi101 / WiFiNINA Firmware Updater
  5. Select port and click Test Connection
  6. Select firmware and click Update Firmware

Shield Design

Shield

battery-monitor's People

Contributors

jaredjensen avatar

Watchers

James Cloos 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.