{"id":13692941,"url":"https://github.com/dr-mod/pico-solar-system","last_synced_at":"2025-04-07T13:08:44.471Z","repository":{"id":44817157,"uuid":"387247134","full_name":"dr-mod/pico-solar-system","owner":"dr-mod","description":"Digital version of the classic mechanical orrery","archived":false,"fork":false,"pushed_at":"2023-08-20T20:14:51.000Z","size":593,"stargazers_count":290,"open_issues_count":1,"forks_count":26,"subscribers_count":22,"default_branch":"main","last_synced_at":"2025-03-31T11:08:07.220Z","etag":null,"topics":["clock","micropython","planets","raspberry-pi-pico","solar-system"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dr-mod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-07-18T18:48:03.000Z","updated_at":"2025-03-18T05:29:37.000Z","dependencies_parsed_at":"2023-10-21T10:57:08.928Z","dependency_job_id":null,"html_url":"https://github.com/dr-mod/pico-solar-system","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dr-mod%2Fpico-solar-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dr-mod%2Fpico-solar-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dr-mod%2Fpico-solar-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dr-mod%2Fpico-solar-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dr-mod","download_url":"https://codeload.github.com/dr-mod/pico-solar-system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247657281,"owners_count":20974345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clock","micropython","planets","raspberry-pi-pico","solar-system"],"created_at":"2024-08-02T17:01:03.757Z","updated_at":"2025-04-07T13:08:44.445Z","avatar_url":"https://github.com/dr-mod.png","language":"Python","funding_links":["https://www.buymeacoffee.com/drmod"],"categories":["Resources"],"sub_categories":["Projects"],"readme":"# Pico Solar System\n\nA miniature device depicting the relative position of the planets in Solar System.\n\n![pico](docs/pico.jpeg)\n\n### Hardware\n* Raspberry Pi Pico and time source\n  * Pico + Precision RTC Module (DS3231)\n  * OR Pico W + available Wi-Fi network\n* Pico Display Pack\n\n\n### Software\n#### MicroPython\nThe software is written in MicroPython 1.19 and uses a custom build from Pimoroni which includes drivers for the display.\nDownload it from the official Pimoroni repository [here](https://github.com/pimoroni/pimoroni-pico/releases/tag/1.19.7). \nPlease note that Pico and Pico W require different UF2 files. Here is a direct link for [Pico](https://github.com/pimoroni/pimoroni-pico/releases/download/1.19.7/pimoroni-pico-1.19.7-micropython.uf2) \nand for [Pico W](https://github.com/pimoroni/pimoroni-pico/releases/download/1.19.7/pimoroni-picow-1.19.7-micropython.uf2)\n\n\n1. Download the MicroPython UF2.\n2. Push and hold the BOOTSEL button and plug your Pico into the USB port of your computer. Release the BOOTSEL button after your Pico is connected.\n3. It will mount as a Mass Storage Device called RPI-RP2.\n4. Drag and drop the MicroPython UF2 file onto the RPI-RP2 volume. \n\n#### rshell\nTo upload and configure your Pico Solar System you will need to install rshell. Make sure you have _pip_ installed.\n```\npip3 install rshell\n```\n\n#### Installing Pico Solar System\n1. Download Pico Solar System\n```\ngit clone https://github.com/dr-mod/pico-solar-system.git\n```\n2. Open the directory with the source code\n```\ncd pico-solar-system\n```\n3. (If using Wi-Fi), rename wifi_config_sample.py to wifi_config.py and edit to include your Wi-Fi information\n\n4. Copy required python files to your pico\n```\nrshell\ncp *.py /pyboard/\n```\n5. (If using RTC) Set time \u0026 configure the RTC module \n```\nrepl\n\nimport time\nimport ds3231\nrtc = ds3231.ds3231()\nrtc.set_time(time.time())\n```\nTo account for a timezone you might want to apply an offset to the UTC timestamp in seconds:\n```\nrtc.set_time(time.time() + 60 * 60 * (+ OFFSET_IN_HOURS) )\n```\n\n### Case \nA 3d printable case for this project can be found [here](https://www.printables.com/model/237722-raspberry-pi-pico-rtc-display-case).\n\nA remixed case for the Pico W and display (without the RTC) can be found [here](https://www.printables.com/model/261540).\n\n### Support the project\nIf you would like to support what I do and keep me caffeinated, you can do it here:\n\n[![\"Buy Me A Coffee\"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/drmod)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdr-mod%2Fpico-solar-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdr-mod%2Fpico-solar-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdr-mod%2Fpico-solar-system/lists"}