Eheran1

Results 7 issues of Eheran1

I have a voltage divider here to read the voltage of a lithium ion cell: Vbatt ->33k -> pin -> 100k -> GND (100µF cap via pin -> cap ->...

>But it will be great if you can tell me if you use the code, for what/why. That means a lot to me and give me motivation to expand the...

Starting with the default input and changing "Budget [450] Taxes" to "Budget [450] Wages" does not create a circular return-stream from "Budget" to "Wages" but instead deletes the input and...

Using "kalman_minimal" example I get tons of error. I tried to hot-fix the issue (array -> matrix etc.) but simply failed. ``` kalman_minimal\kalman_minimal.ino: In function 'void setup()': kalman_minimal\kalman_minimal.ino:54:22: error: no...

How to install this library? Command: `pip install git+https://github.com/ljakob/unit_ut61eplus.git` Result: `ERROR: git+https://github.com/ljakob/unit_ut61eplus.git does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.`

Seems like the outdated python version demanded by pygasflow makes the installation fail for me with python 3.11: `conda install -c davide_sd pygasflow` Output: ``` Retrieving notices: ...working... done Channels:...

``` DeprecationWarning: `cumproduct` is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please use `cumprod` instead. fracs = phos.alpha(phs) ``` ~~Should be~~ Was an easy fix...