Matthew Kendall

Results 7 issues of Matthew Kendall

This PR modifies displayInit() to correctly handle the case where the OLED reset signal is not connected to the ESP32, i.e. board.OLED__RST is set to UNUSED (or oRST is not...

This PR adds a GitHub Action that automatically builds the firmware (in a Ubuntu virtual machine on GitHub's servers) whenever a commit is pushed to the GitHub repository. The output...

This PR adds a battery monitoring feature to the TinyGS firmware. The board config has two new values that describe the GPIO pin that the battery voltage is connected to,...

The map image on the dashboard is rendered by constructing an SVG from the bitmap image used on the OLED. If a horizontal line of dark pixels extends to the...

The `sat_pos_oled` topic published by the MQTT broker gives the position of the active satellite in the form of [x, y] coordinates on the 128px by 64px OLED screen. The...

https://github.com/G4lile0/tinyGS/blob/2c688b85da829335d09b68ddcf8e5fe13a6faa85/tinyGS/src/Mqtt/MQTT_Client.cpp#L401 If a "begine" command is received from the MQTT broker which has no "sat" value, `doc["sat"].as()` returns a `nullptr` and then the call to `strcpy()` results in a null...

Readme says "you can try out Maxima-Jupyter without installing anything by clicking on the Binder badge above". I clicked on same, and the result was not successful. Specifically, the first...