Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/protheeuz/gstrink
An IoT-based mobile savings monitoring application uses ESP32, multicoin acceptor, and TCS34725 to identify coin and paper currency types and can be monitored via Android & iOS using Flutter.
https://github.com/protheeuz/gstrink
Last synced: 26 days ago
JSON representation
An IoT-based mobile savings monitoring application uses ESP32, multicoin acceptor, and TCS34725 to identify coin and paper currency types and can be monitored via Android & iOS using Flutter.
- Host: GitHub
- URL: https://github.com/protheeuz/gstrink
- Owner: protheeuz
- Created: 2024-02-14T22:41:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T04:48:50.000Z (9 months ago)
- Last Synced: 2024-03-14T05:41:18.601Z (9 months ago)
- Language: Dart
- Size: 338 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Galers
An IoT-based mobile savings monitoring application uses ESP32, multicoin acceptor, and TCS34725 to identify coin and paper currency types and can be monitored via Android & iOS using Flutter.
## Installation
First, install ESP32 from Arduino IDE
```bash
https://www.arduino.cc/en/software/
```Second, on the Arduino IDE. In File > Preferences, enter the code below in the Additional Boards Manager URLs in Preferences:
```bash
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
```