[Bugs] #4649 Turtleart UNSP: Turtleblocks sensor calibrations for V193

Sugar Labs Bugs bugtracker-noreply at sugarlabs.org
Fri Nov 8 23:43:08 EST 2013


#4649: Turtleblocks sensor calibrations for V193
----------------------------------------+-------------------------------
  Reporter:  tonyforster                |            Owner:
      Type:  enhancement                |           Status:  new
  Priority:  Unspecified by Maintainer  |        Milestone:  Unspecified
 Component:  Turtleart                  |          Version:  Unspecified
  Severity:  Unspecified                |       Resolution:
  Keywords:                             |  Distribution/OS:  Unspecified
Bug Status:  Unconfirmed                |
----------------------------------------+-------------------------------
\
\
\
\
\
\
Description changed by tonyforster:
\

Old description:

> XO-4 B1 (preproduction) SKU292
>                self.voltage_gain = 0.0004073
>                self.voltage_bias = 1.6289
> Range 0.17V to 3.08V
>
> resistance, both inputs connected:
>             elif self.hw in [ XO4]:
>                 if avg_buf < 6629:
>                     self._resistance[channel] = \
>                         1.0 * ((50000000 / (6629 - avg_buf)) - 3175)
> range 0 to inf ohms
>

>
> XO-1.75 (production) SKU203
> self.hw reports as XO-1 so the model detecting logic is not working
> (sug0.94 OS883)
>                 self.voltage_gain = 0.000101
>                 self.voltage_bias = 1.371
> Range 0.01V to 3.01V

New description:

 XO-4 B1 (preproduction) SKU292
                self.voltage_gain = 0.0004073
                self.voltage_bias = 1.6289
 Range 0.17V to 3.08V

 resistance, both inputs connected:
             elif self.hw in [ XO4]:
                 if avg_buf < 6629:
                     self._resistance[channel] = \
                         1.0 * ((50000000 / (6629 - avg_buf)) - 3175)
 range 0 to inf ohms



 XO-1.75 (production) SKU203
 self.hw reports as xo1 so the model detecting logic is not working
 (sug0.94 OS883)
                 self.voltage_gain = 0.000101
                 self.voltage_bias = 1.371
 Range 0.01V to 3.01V

 resistance both inputs connected

                if avg_buf < 15740:
                     self._resistance[channel] = \
                         1.0 * ((48000000 / (15740 - avg_buf)) - 1640)

 range 0 to inf

--
\
\
\
\

--
Ticket URL: <http://bugs.sugarlabs.org/ticket/4649#comment:4>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system


More information about the Bugs mailing list