oresat / oresat-dxwifi-software

Software for OreSat's dxwifi board. Apart of OreSat Live mission, a real-time video broadcast from space.
GNU General Public License v3.0
1 stars 0 forks source link

Calculate temperature from thermistor voltage for telemetry #1

Closed nrwahl2 closed 1 year ago

nrwahl2 commented 1 year ago

From Oliver Jones:

Ryan says the ADC (analog-to-digital converter) value would be read from ADC pin 6 (/sys/bus/iio/devices/iio:device0/in_voltage6_raw).

Ryan:

An ADC is analog to digital converter, it allow you to get analog circuit values with digital logic I would probably be best to make it apart of oresat-dxwifi-software, so the value can be sent out over the CAN bus ADC pin6 (real name AIN6) is analog pin 6 on Octavo A8, so it is a pin on all BBBs and PBs

nrwahl2 commented 1 year ago

From Oliver: manufacturer's data (R vs T for every degree -40 to +150C) for our part, the NTCG163JX103DT1S

bpranaw commented 1 year ago

Resolve with this pull request