Hi Pawel,I want to edit the defaultCalibration.cpp to my charger.Can you explain what is the mean of each value
const AnalogInputs::DefaultValues AnalogInputs::inputsP_[] PROGMEM = {
|
and how I can calculate the values?
Thank you very much :)It is possible somewhat to see the adc value of the inputs?
I am not very familiar with python. One day if I have time I can make an application in C# in order to extract the contents of the EEPROM.
It would be interesting too add the ability to make changes in EEPROM and reloading without having to program the entire firmware.
Hi Pawel,You wrote "we use a linear function to extrapolate any other values: http://www.wolframalpha.com/input/?i=linear+fit+%7B4701%2C++3660%7D%2C+++++++++%7B0%2C++0%7D"Q1: Where is the interpolation function defined?
Q2: Are you using the coeffecients that are result of the LinearFit? Where are the coeffecients defined?