Code Monkey home page Code Monkey logo

fenice-bms-lv's People

Contributors

cannox227 avatar dimi56497 avatar gmazzucchi avatar lucacaronti avatar pippo98 avatar simoneruffini avatar thomasnonis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fenice-bms-lv's Issues

Reduce current consumption when in undervoltage fault

When the BMS goes into undervoltage fault, reduce the consumption as much as possible, in order to avoid excessive discharge.

  • Put the uC in sleep mode
  • Disable all peripherals where possible
  • Disable communications
  • Slow down blink time and wake up from interrupt to do so
  • Set GPIOs as analog inputs where possible(should reduce current sinking, verify with datasheet)

Sistemare il codice

  • The functions definitions go inside the .c....
  • add timeout to the unsafe state of rfe run enabled
  • most comments are meaningless (open/close latched)
  • functions definitions of the inverters in the main file

create readme file

  1. Project name and function
  2. Directory structure
  3. How to builld
  4. How to use software
  5. How to clone and work on repo
  6. How to commit and push/pr request

Timers Checks

The previous maintainer of this project probably defined timers ARR (auto reload registers) wrongly.
In stm32 family counters prescalers and ARR start from 0 (means division by 1 or not counting).

All timers prescalers, ARR and compare registers must be double checked, e.g:
if ARR=500 than it probably must have been 499.
Link commits to this issue by adding #6 to the commit message

HSE clk not working

High speed external clock not working, probably hw related but needs check.

Fix repo structure

The current repository structure does not respect git guidelines, since it has different folders for different versions. Those folders should be replaced with tags on specific commits, or older versions should be removed entirely if not needed anymore.

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.