Search found 2 matches

by fguichard
Wed Jun 22, 2011 11:31 pm
Forum: Software development
Topic: dev20110619 plus hardware current sensor, LCD keys navigatio
Replies: 18
Views: 7708

Re: dev20110619 plus hardware current sensor, LCD keys navig

hi we have an ACS 758 current sensor. we have test with latest dev version and we have strange value of "power" on GUI. A 0% of throttle ( current is 0,2A ) the power value in GUI increase very quickly for exemple if PSENSORNULL = 510 and AnalogRead = 525 then powerValue = 65533 see bellow...
by fguichard
Tue Jun 21, 2011 9:11 pm
Forum: Software development
Topic: dev20110619 plus hardware current sensor, LCD keys navigatio
Replies: 18
Views: 7708

Re: dev20110619 plus hardware current sensor, LCD keys navig

hi we have fond one bug on powerValue with hardware current sensor. if we have PSENSORNULL = 510 pmeter6Raw -- pmeter6Avg -- powerValue 525 --------------> 4110 -----------> 65533 525 --------------> 4132 -----------> 65530 525 --------------> 4149 -----------> 65528 525 --------------> 4161 -------...