Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harry48225/moon-gauge
offline hardware (pi pico) project to accurately display the current distance to the moon
https://github.com/harry48225/moon-gauge
Last synced: 15 days ago
JSON representation
offline hardware (pi pico) project to accurately display the current distance to the moon
- Host: GitHub
- URL: https://github.com/harry48225/moon-gauge
- Owner: harry48225
- Created: 2021-03-28T17:10:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T17:51:38.000Z (over 3 years ago)
- Last Synced: 2024-11-06T06:38:03.586Z (2 months ago)
- Language: C++
- Homepage:
- Size: 3.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# moon-gauge 🌔
![the device](/media/case-front.jpg)
## a pi pico powered display of the moon's current distance.
An analog voltmeter is used to show at what stage the moon is at in its orbit (between apogee and perigee) and an 8 digit seven segement display to display the current distance in km.
It implements an algorithm from *Astronomical algorithms by Jean Meeus*.There is a python implementation of the algorithm and then the actual ardiuno code including a C implementation of the algorithm in `main.ino`
There are stl files for the case in `CAD/` along with an svg to stick over the orginal voltmeter markings. Heat set inserts should be pressed into the main part of the case using M3 screws to screw the back to the case
![schematic](/media/wiring_bb.png)