ArduPilot / ardupilot

ArduPlane, ArduCopter, ArduRover, ArduSub source
http://ardupilot.org/
GNU General Public License v3.0
10.76k stars 17.22k forks source link

feature request: DS1820 temperature measurement #496

Open derJochen-zz opened 11 years ago

derJochen-zz commented 11 years ago

Hello

It would be great to read out a 1-Wire sensor (eg DS1820) and send the data via data link to the ground station!

Alternatively: a pass thru for serial data. In this case, an Arduino would handle the 1-Wire communication and transmit the data via rs232 to the APM.

I think about DS1820 sensors on each ESC, LiPo, motor ...

Thanks in advance

proficnc commented 11 years ago

I second this, it would be great to know in advance if there are any issues with batteries or ESC's

Philip Rowse ProfiCNC

On 15/08/2013, at 18:03, derJochen notifications@github.com wrote:

Hello

It would be great to read out a 1-Wire sensor (eg DS1820) and send the data via data link to the ground station!

Alternatively: a pass thru for serial data. In this case, an Arduino would handle the 1-Wire communication and transmit the data via rs232 to the APM.

I think about DS1820 sensors on each ESC, LiPo, motor ...

Thanks in advance

— Reply to this email directly or view it on GitHub.

squilter commented 10 years ago

My battery charger has a thermometer used as a safety cutoff.
An onboard thermometer could could be used in a similar way: to cut throttle if a lipo catches fire.

Naterater commented 5 years ago

Although very old, this could be an invaluable diagnostic tool.

amilcarlucas commented 1 year ago

yuri_rage has made an arduino sensor adapter and there is an example using the DS18b20 sensor.

https://discuss.ardupilot.org/t/unsupported-sensors-try-arduino-lua/86814