grovepi/Projects
2025-03-21 16:04:17 +01:00
..
Advanced_RGB_LCD_TempAndHumidity first commit 2025-03-21 16:04:17 +01:00
Button_And_Buzzer first commit 2025-03-21 16:04:17 +01:00
Candy-Counting-Robot-Costume first commit 2025-03-21 16:04:17 +01:00
Catch_A_Lunch_Thief first commit 2025-03-21 16:04:17 +01:00
Holidays_Wreath first commit 2025-03-21 16:04:17 +01:00
home_temp_humi_display first commit 2025-03-21 16:04:17 +01:00
Home_Weather_Display first commit 2025-03-21 16:04:17 +01:00
IOT first commit 2025-03-21 16:04:17 +01:00
java/ButtonRotaryObserver first commit 2025-03-21 16:04:17 +01:00
LED_Fade first commit 2025-03-21 16:04:17 +01:00
MineControls first commit 2025-03-21 16:04:17 +01:00
OLED_Weather Display first commit 2025-03-21 16:04:17 +01:00
OLED_Weather Station first commit 2025-03-21 16:04:17 +01:00
Open_Wifi_Finder first commit 2025-03-21 16:04:17 +01:00
plant_monitor first commit 2025-03-21 16:04:17 +01:00
rain_notifier first commit 2025-03-21 16:04:17 +01:00
Send_Email_With_Pi first commit 2025-03-21 16:04:17 +01:00
Sensor_Twitter_Feed first commit 2025-03-21 16:04:17 +01:00
Street_View_Bike_Cam first commit 2025-03-21 16:04:17 +01:00
tilt_buzzer first commit 2025-03-21 16:04:17 +01:00
Ultrasonic_And_Relay first commit 2025-03-21 16:04:17 +01:00
weather_station first commit 2025-03-21 16:04:17 +01:00
Whos_at_the_Door first commit 2025-03-21 16:04:17 +01:00
CO2_sensor.py first commit 2025-03-21 16:04:17 +01:00
README.md first commit 2025-03-21 16:04:17 +01:00

GrovePi Projects Readme

GrovePi is an electronics board that you can connect to hundreds of different sensors, so you can program them to monitor, control, and automate devices in your life. View Product Details here.

  • Advanced_RGB_LCD_TempAndHumidity: Changes the color of the RGB color LCD depending on the temperature. (Works with the GrovePi starter kit)

  • Button_And_Buzzer: The buzzer makes a sound when the button is pressed. (Works with the GrovePi starter kit)

  • home_temp_humi_display: Shows the temperature and humidity on Grove I2C OLED.

  • Home_Weather_Display: Shows the temperature and humidity on Grove RGB LCD. (Works with the GrovePi starter kit)

  • IOT: Plots the data from various grove sensors on Xively. (Works with the GrovePi starter kit)

  • LED Fade: Changed the brightness of a LED from the value read from a potentiometer.(Works with the GrovePi starter kit)

  • OLED_Weather Display: Fetch the live weather data from the internet and print on the OLED display

  • OLED_Weather Station: Get weather data from the internet and the DHT sensor and print on the OLED

  • Open_Wifi_Finder: Finds open WiFi networks and prints on the Grove RGB LCD. (Works with the GrovePi starter kit)

  • rain_notifier: Get rain data from the internet and blink a LED if it'g going to rain. (Works with the GrovePi starter kit)

  • Sensor_Twitter_Feed: Get Sensor data from GrovePi sensors and post the data on twitter. (Works with the GrovePi starter kit)

  • tilt_buzzer: Turn the buzzer on/off deping on the values read from the accelerometer

  • Ultrasonic_And_Relay: Read the ultrasonic ranger and turn the relay on/off depending on the values read

  • Whos_at_the_Door: Checks if someone is at the door, if there is someone then it takes a photo and mails it

  • CO2_sensor: Read the data from the CO2 Sensor and print it in the terminal

See more at the GrovePi Site

License

. The MIT License (MIT)

GrovePi for the Raspberry Pi: an open source platform for connecting Grove Sensors to the Raspberry Pi. Copyright (C) 2017 Dexter Industries

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.