{"id":16590479,"url":"https://github.com/federicotdn/taurus","last_synced_at":"2025-08-17T18:45:52.785Z","repository":{"id":79465602,"uuid":"90570598","full_name":"federicotdn/taurus","owner":"federicotdn","description":"Astrology-themed visuals for Arduino TVout","archived":false,"fork":false,"pushed_at":"2019-04-28T19:03:21.000Z","size":167,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-17T18:45:51.089Z","etag":null,"topics":["arduino","astrology","mega","pixel","tv","tvout","visuals"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/federicotdn.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-08T00:22:50.000Z","updated_at":"2024-02-29T10:17:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e8bed31-9ff6-4ec7-b311-5c6a71cb0494","html_url":"https://github.com/federicotdn/taurus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/federicotdn/taurus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/federicotdn%2Ftaurus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/federicotdn%2Ftaurus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/federicotdn%2Ftaurus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/federicotdn%2Ftaurus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/federicotdn","download_url":"https://codeload.github.com/federicotdn/taurus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/federicotdn%2Ftaurus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270892210,"owners_count":24663543,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["arduino","astrology","mega","pixel","tv","tvout","visuals"],"created_at":"2024-10-11T23:13:15.574Z","updated_at":"2025-08-17T18:45:52.690Z","avatar_url":"https://github.com/federicotdn.png","language":"C++","readme":"# taurus\n\n## Description\nAstrology-themed visuals using the Arduino TVout library.\n\n## Setup\n### Requirements\n- Arduino IDE 1.6.8 (tested on Linux x64)\n- Arduino Uno, Arduino Leonardo or Arduino Mega 2560 \n- [TVout 1.0.1](https://github.com/Avamander/arduino-tvout) (tested on commit `d3003a5`)\n\n### Hardware\nSetup your Arduino board like this:\n\n![img](https://user-images.githubusercontent.com/6868935/56868337-6d058f00-69c7-11e9-8973-919bfe2ac063.png)\n\nAdditionally, add a LED on pin 13.\n\n### Sketch\n1. Install the Arduino IDE and TVout library.\n2. Add `-fpermissive` to the `compiler.cpp.flags` property in `hardware/arduino/avr/platform.txt` (relative to the Arduino IDE directory).\n3. Copy all `.h` and `.cpp` files in `TVout/TVoutfonts` to `TVout` (relative to the Arduino IDE `libraries` directory).\n4. Compile `taurus.ino` and upload it using the Arduino IDE.\n\nIf you're having issues linking against `libreadline.so.6`, use:\n```bash\n$ cd /lib/x86_64-linux-gnu\n$ sudo ln -s libreadline.so.7.0 libreadline.so.6\n```\n\nIf uploading results in `avrdude: ser_open(): can't open device \"/dev/ttyACM0\": Permission denied`, try:\n```bash\n$ sudo chmod a+rw /dev/ttyACM0\n```\n\n## Screenshots\n\n![img_0714](https://user-images.githubusercontent.com/6868935/42914036-79731b78-8ace-11e8-88e7-f8c045d09696.jpg)\n![img_0719](https://user-images.githubusercontent.com/6868935/42914050-96a5b64c-8ace-11e8-80aa-4fc0dfabe320.jpg)\n![img_1715](https://cloud.githubusercontent.com/assets/6868935/26022668/2ab70f9a-3781-11e7-98f2-d60cb15e479e.JPG)\n![img_1711](https://cloud.githubusercontent.com/assets/6868935/26022669/2aeebe40-3781-11e7-96ab-6e3bf6f0a840.JPG)\n![img_1710](https://cloud.githubusercontent.com/assets/6868935/26022670/2aef7b46-3781-11e7-9255-9f0aff535799.JPG)\n![img_1698](https://cloud.githubusercontent.com/assets/6868935/26022671/2af458c8-3781-11e7-8d7f-3fb0c9a38bb3.JPG)\n\n## Ideas\n- Conway's Game of Life\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedericotdn%2Ftaurus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffedericotdn%2Ftaurus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedericotdn%2Ftaurus/lists"}