Giter Club home page Giter Club logo

lil-lite-board's Introduction

lil-light-board

lil-lite-board's People

Contributors

cammiboi avatar nawotech avatar

Watchers

 avatar

lil-lite-board's Issues

Light enters bootloader when first connected to power

When battery is first connected, or battery cuts off voltage to light, the light will boot into bootloader.

This issue occurs when:

  1. Battery is first connected to light (during assembly)
  2. Battery is drained below 3V and firmware does not detect (it looks for <3.3V) and shut down, the power to the light is cut off by battery

The cause is:

  • ESP32 samples IO0 pin at boot up, if its low, it enters bootloader instead of the app
  • There is a 10n cap added to IO0 pin for ESD protection (since this contact is exposed to the user)
  • The IO pin has an internal pull-up in the ESP32- when the chip boots it pulls this up but it is too slow from the 10n, it is still low when sampled and enters bootloader

The fix is:
Add external 10k pull-up to IO0 pin, tested and this fixes the issue. It did increase sleep current from 29uA to 30uA, but this is a good trade off for fixing the boot issue.

When battery is connected light needs power cycle to turn on

When battery is connected, sometimes the light will not turn on. A reset with the hard reset line or disconnecting and reconnecting the battery fixes it.

This will be an issue if the battery gets very low and has an under voltage cutoff. This would force the user to manually reset the light using the reset pads.

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.