Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcauser/grovepi-firmware
Custom firmware for my GrovePi by Dexter Industries
https://github.com/mcauser/grovepi-firmware
arduino firmware grovepi raspberry-pi
Last synced: about 2 months ago
JSON representation
Custom firmware for my GrovePi by Dexter Industries
- Host: GitHub
- URL: https://github.com/mcauser/grovepi-firmware
- Owner: mcauser
- Created: 2014-07-15T09:03:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-18T22:50:06.000Z (almost 10 years ago)
- Last Synced: 2024-04-15T02:58:04.120Z (10 months ago)
- Topics: arduino, firmware, grovepi, raspberry-pi
- Language: C++
- Size: 596 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## This has been moved to:
https://github.com/mcauser/GrovePi
# GrovePi-Firmware
Custom firmware for my [GrovePi](http://www.dexterindustries.com/GrovePi/) by Dexter Industries
![My GrovePi](my_grovepi.jpg)
## Versions
### grovepi_v1_0_i2c_cmd_start1
https://github.com/DexterInd/GrovePi/tree/master/Firmware/Source/old_versions/v_1.0/i2c_cmd_start1
No dependencies
### grovepi_v1_0_i2c_ultrasonic1
https://github.com/DexterInd/GrovePi/tree/master/Firmware/Source/old_versions/v_1.0/i2c_ultrasonic1
Dependencies:
* https://github.com/Seeed-Studio/DigitalAccelerometer_MMA7660FC/blob/master/MMA7660.cpp
* https://github.com/Seeed-Studio/DigitalAccelerometer_MMA7660FC/blob/master/MMA7660.h
* https://github.com/Seeed-Studio/Grove_RTC/blob/master/DS1307.cpp
* https://github.com/Seeed-Studio/Grove_RTC/blob/master/DS1307.h### grovepi_v1_0_servo_test
https://github.com/DexterInd/GrovePi/tree/master/Firmware/Source/old_versions/v_1.0/servo_test
No dependencies
### grovepi_v1_1
https://github.com/DexterInd/GrovePi/tree/master/Firmware/Source/v1.1/grove_pi_v1_1
Dependencies:
* https://github.com/karan259/DHT-sensor-library/blob/master/DHT.cpp
* https://github.com/karan259/DHT-sensor-library/blob/master/DHT.h
* https://github.com/Seeed-Studio/Grove_RTC/blob/master/DS1307.cpp
* https://github.com/Seeed-Studio/Grove_RTC/blob/master/DS1307.h
* https://github.com/Seeed-Studio/DigitalAccelerometer_MMA7660FC/blob/master/MMA7660.cpp
* https://github.com/Seeed-Studio/DigitalAccelerometer_MMA7660FC/blob/master/MMA7660.h### grovepi_v1_2_ledbar
Adding support for the [Grove Led Bar](http://www.seeedstudio.com/wiki/Grove_-_LED_Bar)
Dependencies:
* https://github.com/karan259/DHT-sensor-library/blob/master/DHT.cpp
* https://github.com/karan259/DHT-sensor-library/blob/master/DHT.h
* https://github.com/Seeed-Studio/Grove_RTC/blob/master/DS1307.cpp
* https://github.com/Seeed-Studio/Grove_RTC/blob/master/DS1307.h
* https://github.com/Seeed-Studio/Grove_LED_Bar/blob/master/LED_Bar.cpp
* https://github.com/Seeed-Studio/Grove_LED_Bar/blob/master/LED_Bar.h
* https://github.com/Seeed-Studio/DigitalAccelerometer_MMA7660FC/blob/master/MMA7660.cpp
* https://github.com/Seeed-Studio/DigitalAccelerometer_MMA7660FC/blob/master/MMA7660.h### grovepi_v1_3_rgbled
Adding support for the [Grove Chainable RGB Led](http://www.seeedstudio.com/wiki/Grove_-_Chainable_RGB_LED)
Dependencies:
* https://github.com/pjpmarques/ChainableLED/blob/master/ChainableLED.cpp
* https://github.com/pjpmarques/ChainableLED/blob/master/ChainableLED.h
* https://github.com/karan259/DHT-sensor-library/blob/master/DHT.cpp
* https://github.com/karan259/DHT-sensor-library/blob/master/DHT.h
* https://github.com/Seeed-Studio/Grove_RTC/blob/master/DS1307.cpp
* https://github.com/Seeed-Studio/Grove_RTC/blob/master/DS1307.h
* https://github.com/Seeed-Studio/DigitalAccelerometer_MMA7660FC/blob/master/MMA7660.cpp
* https://github.com/Seeed-Studio/DigitalAccelerometer_MMA7660FC/blob/master/MMA7660.h### grovepi_v1_4_digits
Adding support for the [Grove 4 Digit Display](http://www.seeedstudio.com/wiki/Grove_-_4-Digit_Display)
Dependencies:
* https://github.com/karan259/DHT-sensor-library/blob/master/DHT.cpp
* https://github.com/karan259/DHT-sensor-library/blob/master/DHT.h
* https://github.com/Seeed-Studio/Grove_RTC/blob/master/DS1307.cpp
* https://github.com/Seeed-Studio/Grove_RTC/blob/master/DS1307.h
* https://github.com/Seeed-Studio/DigitalAccelerometer_MMA7660FC/blob/master/MMA7660.cpp
* https://github.com/Seeed-Studio/DigitalAccelerometer_MMA7660FC/blob/master/MMA7660.h
* https://github.com/lajthabalazs/arduino/blob/master/libraries/TM1637/TM1637Display.cpp
* https://github.com/lajthabalazs/arduino/blob/master/libraries/TM1637/TM1637Display.h