Inspiration
Challenge of the European Space Agency's HackUPC 2024. The main challenge was to develop an Android app that gathers information about the satellite Galileo, and sends it to a database (influxDB) using our own API. And with that information, show it graphically using the plots of the web app Grafana.
What it does
For the graphical interface and plots made with (Frontend) Grafana. To obtain the data (.logs) we used the GNSS Logger Google app in order to read the GPS/GNSS raw measurement signals of the satellites. The GNSS (Global Navigation Satellite System) is continuously transmitting navigation signals in two or more frequencies and some apps can get a record of them.
API
The API was made in Python using Flask and the data in format json.
Challenges we ran into
Working with Grafana database influxDB


Log in or sign up for Devpost to join the conversation.