first commit
This commit is contained in:
commit
a5a0434432
1126 changed files with 439481 additions and 0 deletions
59
Projects/README.md
Normal file
59
Projects/README.md
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
## **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.](http://www.dexterindustries.com/grovepi/)
|
||||
|
||||
- **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](http://dexterindustries.com/GrovePi/)
|
||||
|
||||
## 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue