how to record and display max altitude reached? - Raspberry Pi Forums


we know how max altitude has been recorded on way highest point reached can displayed rest of flight once altitude starts go down. know how find altitude helpful if know how using python after balloon peaks , starts falling screen display max altitude.
:mrgreen:

store data in sql table , use

code: select all

select alt, max(alt) data_logging_table ...;


raspberrypi



Comments