{"id":16113248,"url":"https://github.com/matzeema/kart-project","last_synced_at":"2026-03-02T10:02:29.272Z","repository":{"id":176308610,"uuid":"277272809","full_name":"matzeema/kart-project","owner":"matzeema","description":"A flutter-pi-app running on a RaspberryPi 4, being the infotainment system for a custom builded e-kart, planned by two brothers.","archived":false,"fork":false,"pushed_at":"2023-04-05T13:02:50.000Z","size":55734,"stargazers_count":15,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-31T03:35:51.359Z","etag":null,"topics":["flutter","flutter-pi","infotainment","kart","raspberry-pi"],"latest_commit_sha":null,"homepage":"https://sites.google.com/view/kaerelle","language":"Dart","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/matzeema.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":"2020-07-05T09:49:13.000Z","updated_at":"2025-04-17T23:31:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d90a63a-5c63-462d-af76-90bd98cc13e8","html_url":"https://github.com/matzeema/kart-project","commit_stats":null,"previous_names":["matzesoft/kart-project","matzeema/kart-project"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/matzeema/kart-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matzeema%2Fkart-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matzeema%2Fkart-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matzeema%2Fkart-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matzeema%2Fkart-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matzeema","download_url":"https://codeload.github.com/matzeema/kart-project/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matzeema%2Fkart-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29998079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T09:59:02.300Z","status":"ssl_error","status_checked_at":"2026-03-02T09:59:02.001Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["flutter","flutter-pi","infotainment","kart","raspberry-pi"],"created_at":"2024-10-09T20:10:41.346Z","updated_at":"2026-03-02T10:02:29.007Z","avatar_url":"https://github.com/matzeema.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kart Project\n\nA [flutter-pi](https://github.com/ardera/flutter-pi)-app running on a RaspberryPi 4, being the infotainment system for a custom builded e-kart,\nplanned by two brothers.\n\nYou can find more information on the project itself on our german [website](https://sites.google.com/view/kaerelle/) or have a look at the [action video](https://www.youtube.com/watch?v=eIbu9O5lCi4).\n\n## Features\n\n### Driving information\n\nTo read the current speed and range are essential for every vehicle.\n\nWe are using the [KellyController KLS7245HC](https://kellycontroller.com/shop/kls-h/) to control the electric motor. This controller enables to read the driving information via CAN Bus.\n\n### Lights control\n\nTo bring the kart to light we make us of two [2760lm leds](https://www.leds.de/nichia-nfcwl060b-v2-chip-on-board-modul-2760lm-5000k-cri-80-30608.html). By implementing PWM with the [wiringPi Library](http://wiringpi.com), you can switch between high beam and low beam.\nAnother feature PWM enables is to use the backlights aswell for brakelights by increasing the brightness whenever the driver is breaking.\n\nBecause we are using plexiglass for the bottom of the kart, we also added a lightstrip which colors can be controlled in the software aswell. The strip creates a nice looking shadow on the ground.\n\n### Music control\n\nWe are using some old speakers to play music on the kart or to hoot. Playing music is enabled via Bluetooth. Any smartphone can connect and start playing. Currently it is not possible to control the music on the display. You have to use your phone to pause or switch between songs.\n\n### User options\n\nWe had the idea of having multiple users, so when you are using the kart, all settings are adapted to you.\n\n### Dark \u0026 Light theme\n\nHaving a dark and light theme has become normal for most modern apps. So why not adding it to our kart software?\n\n### Map\n\nWe added a map using this [map](https://pub.dev/packages/map)-package. The data is saved locally on the Raspberry Pi in form of pngs. To also support dark and light theme, there are two types of data packages.\n\n## Screenshots\n\n### Lockscreen\n\n![lightmode_lockscreen](./screenshots/lightmode_lockscreen.jpg)\n\n### Dashboard\n\n![lightmode_dashboard](./screenshots/lightmode_dashboard.jpg)\n![darkmode_dashboard](./screenshots/darkmode_dashboard.jpg)\n\n### Settings\n\n![lightmode_settings_users](./screenshots/lightmode_settings_users.jpg)\n![lightmode_settings_driving](./screenshots/lightmode_settings_driving.jpg)\n![lightmode_settings_light](./screenshots/lightmode_settings_light.jpg)\n![lightmode_settings_safety](./screenshots/lightmode_settings_safety.jpg)\n\nFor more screenshots go to the [screenshots folder](https://github.com/matzesoft/kart-project/tree/master/screenshots).\n\n## Conclusion\n\nAfter 1.5 years of work we finally made the Kart drive. Visit our german [website](https://sites.google.com/view/kaerelle/) for more information with a cool [action video](https://www.youtube.com/watch?v=eIbu9O5lCi4). This repo will stay software focused.\n\nI want to thank [@ardera](https://github.com/ardera) as the creator of [flutter-pi](https://github.com/ardera/flutter-pi) who helped me in various situations.\n\nIf you found some bad code, something to improve or just have a question about the project at all feel free to open an issue or write an [e-mail](mailto:matzesoft@gmail.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatzeema%2Fkart-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatzeema%2Fkart-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatzeema%2Fkart-project/lists"}