All Projects → DexterInd → Grovepi

DexterInd / Grovepi

Licence: other
GrovePi is an open source platform for connecting Grove Sensors to the Raspberry Pi.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Grovepi

Sitewhere
SiteWhere is an industrial strength open-source application enablement platform for the Internet of Things (IoT). It provides a multi-tenant microservice-based infrastructure that includes device/asset management, data ingestion, big-data storage, and integration through a modern, scalable architecture. SiteWhere provides REST APIs for all system functionality. SiteWhere provides SDKs for many common device platforms including Android, iOS, Arduino, and any Java-capable platform such as Raspberry Pi rapidly accelerating the speed of innovation.
Stars: ✭ 788 (+81.15%)
Mutual labels:  raspberry-pi, iot-platform, iot
Iotwifi
Raspberry Pi (arm) wifi configuration container. Configure and control wifi connectivity with a JSON based REST api.
Stars: ✭ 236 (-45.75%)
Mutual labels:  raspberry-pi, iot-platform, iot
Lib Python
Blynk IoT library for Python and Micropython
Stars: ✭ 140 (-67.82%)
Mutual labels:  raspberry-pi, iot-platform, iot
Blynk Library
Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.
Stars: ✭ 3,305 (+659.77%)
Mutual labels:  raspberry-pi, iot-platform, iot
Blynk Server
Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
Stars: ✭ 8 (-98.16%)
Mutual labels:  raspberry-pi, iot-platform, iot
Terrariumpi
Home automated terrarium/aquarium or other enclosed environment with a Raspberry Pi
Stars: ✭ 249 (-42.76%)
Mutual labels:  raspberry-pi, iot
I2c Bus
I2C serial bus access with Node.js
Stars: ✭ 253 (-41.84%)
Mutual labels:  raspberry-pi, iot
Openremote
100% open-source IoT Platform - Integrate your assets, create rules, and visualize your data
Stars: ✭ 254 (-41.61%)
Mutual labels:  iot-platform, iot
Iot 433mhz
🌐 IoT System to control 433 MHz RC power sockets, PIR, Door Sensors and much more.
Stars: ✭ 301 (-30.8%)
Mutual labels:  raspberry-pi, iot
Pjon
PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Stars: ✭ 2,615 (+501.15%)
Mutual labels:  raspberry-pi, iot
Harmonyos
A curated list of awesome things related to HarmonyOS. 华为鸿蒙操作系统。
Stars: ✭ 18,385 (+4126.44%)
Mutual labels:  iot-platform, iot
Firewalla
http://firewalla.com
Stars: ✭ 305 (-29.89%)
Mutual labels:  raspberry-pi, iot
Cattlepi
effortlessly boot, configure, update and monitor your raspberry pi ☁️
Stars: ✭ 250 (-42.53%)
Mutual labels:  raspberry-pi, iot
Parse Embedded Sdks
The Embedded SDKs for the Parse Platform
Stars: ✭ 244 (-43.91%)
Mutual labels:  raspberry-pi, iot
Raspap Webgui
Simple wireless AP setup & management for Debian-based devices
Stars: ✭ 3,383 (+677.7%)
Mutual labels:  raspberry-pi, iot
Freedomotic
Open IoT Framework
Stars: ✭ 354 (-18.62%)
Mutual labels:  iot-platform, iot
Home Assistantconfig
🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY!
Stars: ✭ 3,687 (+747.59%)
Mutual labels:  raspberry-pi, iot
Hap Python
A python implementation of the HomeKit Accessory Protocol (HAP)
Stars: ✭ 381 (-12.41%)
Mutual labels:  raspberry-pi, iot
Cylon
JavaScript framework for robotics, drones, and the Internet of Things (IoT)
Stars: ✭ 3,862 (+787.82%)
Mutual labels:  raspberry-pi, iot
Porcupine
On-device wake word detection powered by deep learning.
Stars: ✭ 2,606 (+499.08%)
Mutual labels:  raspberry-pi, iot

Modular Robotics (Dexter Industries) GrovePi Generic badge MIT license

Picture

The 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!

Its 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.

Getting Started

In order to quick install the GrovePi repository, open up a terminal and type the following command:

curl -kL dexterindustries.com/update_grovepi | bash

The 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.

To install into a virtual environment, first active your virtualenv and type the following command:

curl -kL dexterindustries.com/update_grovepi | bash -s -- --user-local --bypass-gui-installation

To flash the latest firmware to the GrovePi, run

cd /home/pi/Dexter/GrovePi/Firmware
bash firmware_update.sh

Then, import the grovepi module and start playing with it. Its documentation can be found here.

The old guide on getting started with the GrovePi can be found here. 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.

Support

Raspberry Pi Compatibility

The GrovePi is compatible with the Raspberry Pi models A, A+, B, B+, 2, and B3, B3+, A3+, and 4B.

Documentation

There is extensive documentation available

Scratch Support

Once you've done the above command, you can install Scratch support if you want it. This step is optional.

sudo bash /home/pi/Dexter/GrovePi/Script/install_scratch.sh

If your SD card has Scratch 2.0 installed on it, then this will install GrovePi support for it. GrovePi integration for Scratch 1.4 is also getting installed.

Want to use a sensor not in the library yet?

Ask us in the forums. Want to use the GrovePi in a language not currently supported? Ask and we will help.

Programming the GrovePi

The GrovePi can be programmed in Python, C, C#, Go, and NodeJS on the Raspberry Pi. Simply start with one of our example projects or example code.
The 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.

Getting Help

Need help? We have a forum here where you can ask questions or make suggestions.

Getting Ideas

Need an idea to get started? We have a few project examples to get your creative juices flowing.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].