doc_projekt-labor_soc

Documentation Projekt-Labor State of Charge (SOC) with KalmanFilter (KF) for Lead Acid

https://github.com/mulles/doc_projekt-labor_soc

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Documentation Projekt-Labor State of Charge (SOC) with KalmanFilter (KF) for Lead Acid

Basic Info
  • Host: GitHub
  • Owner: mulles
  • License: gpl-3.0
  • Language: TeX
  • Default Branch: main
  • Size: 12.5 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed over 4 years ago
Metadata Files
Readme License Citation

README.md

Documentation for Embedded State of Charge (SOC) Algorithm for Lead Acid Battery

Documentation (Projektarbeit) for Projekt-Labor @ Berlin University for Applied Science.

This document describes the research, implementation and verification of an embedded State of Charge (SOC) algorithm for lead acid batteries. The Algo is based on KalmanFilter (KF). It can be used for lithium batteries as well, if the open circuit voltage (OCV) lookup-table is adjusted acordingly.

Build/Compile the Latex document

Linux:
#Install requirements
sudo apt install texlive-lang-german cm-super texlive-base texlive-latex-extra texlive-extra-utils texlive-fonts-recommended texlive-fonts-extra

#Git clone this repository with --recursive option:
git clone --recursive https://github.com/mulles/Doc_Projekt-Labor_SOC.git #or run git submodule update --init --recursive after normal clone.

#Build/Compile Latex to PDF
$ cd Doc_Projekt-Labor_SOC
pdflatex main.tex | pythontex --interpreter python:python3 main.tex | pdflatex main.tex

Owner

  • Login: mulles
  • Kind: user

I use this account to contribute to free software projects. I try to develop my own projects on gitlab.com/mulles/ (more open and aligned with my ethos)

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you want to cite this document, please cite it as below."
authors:
- family-names: "Schons"
  given-names: "Emile"
  orcid: " https://orcid.org/0000-0002-5695-6402"
title: "Development and validation of a SoC algorithm for solarbatterychargecontroller Mppt-1210-hus by Libre.solar with lead acid"
version: 0.1
doi: 
date-released: 2021-11-01
url: "https://github.com/mulles/Doc_Projekt-Labor_SOC"

GitHub Events

Total
Last Year

Dependencies

.github/workflows/main.yml actions
  • actions/checkout v2 composite