> We "just" need to build a weather_packet" instead of an "telemetry 
> packet" and probably do some conversion for the values read from the adc's.
> Sounds easy- I know... but could not do it myself...-hi

Even in 10 bit mode the ADC doesn't have enough resolution for something 
like a barometric pressure sensor.  For most other parameters it should 
be fine, but then you've got the challenge of handling user-provided 
transfer functions.  All of the sensor transfer functions in the T2 now 
have been written to use integer math, with lots of bitwise shift 
operations and unsigned 8x8 multiplies or 16/8 divides that the CPU can 
handle quickly.  Doing general math can be a pain.

Scott

Reply via email to