{"id":22014579,"url":"https://github.com/dexterind/grovepi","last_synced_at":"2025-05-15T17:03:46.048Z","repository":{"id":44440173,"uuid":"13320430","full_name":"DexterInd/GrovePi","owner":"DexterInd","description":"GrovePi is an open source platform for connecting Grove Sensors to the Raspberry Pi.","archived":false,"fork":false,"pushed_at":"2022-12-06T16:05:26.000Z","size":7551,"stargazers_count":492,"open_issues_count":48,"forks_count":485,"subscribers_count":77,"default_branch":"master","last_synced_at":"2025-04-04T03:09:55.014Z","etag":null,"topics":["grove-sensors","grovepi","grovepi-board","iot","iot-platform","raspberry-pi"],"latest_commit_sha":null,"homepage":"https://www.dexterindustries.com/grovepi/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DexterInd.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}},"created_at":"2013-10-04T09:12:30.000Z","updated_at":"2025-01-28T00:44:20.000Z","dependencies_parsed_at":"2023-01-24T02:46:21.867Z","dependency_job_id":null,"html_url":"https://github.com/DexterInd/GrovePi","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DexterInd%2FGrovePi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DexterInd%2FGrovePi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DexterInd%2FGrovePi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DexterInd%2FGrovePi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DexterInd","download_url":"https://codeload.github.com/DexterInd/GrovePi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247737788,"owners_count":20987721,"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":["grove-sensors","grovepi","grovepi-board","iot","iot-platform","raspberry-pi"],"created_at":"2024-11-30T04:15:33.379Z","updated_at":"2025-04-07T22:08:51.445Z","avatar_url":"https://github.com/DexterInd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## **Modular Robotics (Dexter Industries) GrovePi** [![Generic badge](https://img.shields.io/badge/Docs-available-electric.svg)](https://dexterind.github.io/GrovePi) [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n\n\u003c!-- Remember to add https://mit-license.org/ of our own --\u003e\n\n![Picture](GrovePi_Plus_By_Dexter_Industries_For_the_Raspberry_Pi.JPG)\n\nThe GrovePi is an open-source platform for connecting Grove Sensors to the Rasberry Pi. Create IoT (Internet of Things) devices and inventions without the need of soldering! \n\nIts official API is written in Python, but it can also be interfaced with in other languages such as C, C#, Go and NodeJS. These other variations of the same library came from our contributors.\n\n## Getting Started\n\nIn order to quick install the `GrovePi` repository, open up a terminal and type the following command:\n\n```bash\ncurl -kL dexterindustries.com/update_grovepi | bash\n```\n\nThe same command can be used for updating the `GrovePi` to the latest version. For more details on how you can install/update your `GrovePi`, please check this [README](Script/README.md).\n\nTo install into a virtual environment, first active your virtualenv and type the following command:\n\n```bash\ncurl -kL dexterindustries.com/update_grovepi | bash -s -- --user-local --bypass-gui-installation\n```\n\nTo flash the latest firmware to the GrovePi, run\n```bash\ncd /home/pi/Dexter/GrovePi/Firmware\nbash firmware_update.sh\n```\n\nThen, import the `grovepi` module and start playing with it. Its documentation can be found [here](https://dexterind.github.io/GrovePi).\n\nThe old guide on getting started with the GrovePi can be found [here](http://www.dexterindustries.com/GrovePi/get-started-with-the-grovepi/). It can still prove to be useful if you're unsure how the GrovePi has to be stacked on top of the Raspberry Pi, although it should be pretty obvious.\n\n## Support\n\n### Raspberry Pi Compatibility\nThe GrovePi is compatible with the Raspberry Pi models A, A+, B, B+, 2, and B3, B3+, A3+, and 4B.\n\n### Documentation\nThere is [extensive documentation](https://dexterind.github.io/GrovePi) available\n\n### Scratch Support\nOnce you've done the above command, you can install Scratch support if you want it. This step is optional.\n```\nsudo bash /home/pi/Dexter/GrovePi/Script/install_scratch.sh\n```\n\nIf your SD card has Scratch 2.0 installed on it, then this will install GrovePi support for it.\nGrovePi integration for Scratch 1.4 is also getting installed.\n\n### Want to use a sensor not in the library yet?  \nAsk us in the [forums](http://forum.dexterindustries.com/c/grovepi).  Want to use the GrovePi in a language not currently supported? [Ask and we will help](http://forum.dexterindustries.com/c/grovepi).\n\n### Programming the GrovePi\nThe GrovePi can be programmed in Python, C, C#, Go, and NodeJS on the Raspberry Pi.  Simply start with one of our [example projects](http://www.dexterindustries.com/GrovePi/projects-for-the-raspberry-pi/) or [example code](https://github.com/DexterInd/GrovePi/tree/master/Software).  \nThe GrovePi uses an Arduino to interface between the Raspberry Pi and the Grove Sensors, and comes programmed with a standard firmware.  The firmware can be rewritten from the Raspberry Pi.  \n\n### Getting Help\nNeed help? We [have a forum here where you can ask questions or make suggestions](http://www.dexterindustries.com/GrovePi/projects-for-the-raspberry-pi/).\n\n### Getting Ideas\nNeed an idea to get started?  [We have a few project examples to get your creative juices flowing](http://www.dexterindustries.com/GrovePi/projects-for-the-raspberry-pi/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdexterind%2Fgrovepi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdexterind%2Fgrovepi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdexterind%2Fgrovepi/lists"}