Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jobadsayas/budget
Arduino project to track expenses in little device sticked to the fridge
https://github.com/jobadsayas/budget
arduino-project c electronics-projects
Last synced: about 2 months ago
JSON representation
Arduino project to track expenses in little device sticked to the fridge
- Host: GitHub
- URL: https://github.com/jobadsayas/budget
- Owner: JobadSayas
- Created: 2024-09-16T00:06:22.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T02:45:20.000Z (2 months ago)
- Last Synced: 2024-11-02T03:16:43.641Z (2 months ago)
- Topics: arduino-project, c, electronics-projects
- Language: C++
- Homepage:
- Size: 16.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Budget - Mini Fredgie Expenses Tracker
## Description
This project implements a **budget management system** based on Arduino, allowing users to input and track their expenses. It utilizes an OLED screen (SSD1306) and a matrix keypad for user interaction.## Features
- **OLED Display (SSD1306)**: Displays the budget, the amount spent, and the available balance.
- **Matrix Keypad (4x4)**: Allows data entry for expenses or new budgets.
- **Dynamic Calculation**: Automatically updates the available balance based on entered expenses.
- **Expense Records**: Stores the last 5 entered expenses for quick reference.
- **Interactive Menu**: Includes options to review records and reset the budget.
- **Data Storage**: Allows addition or subtraction of values to the budget.## Built With
- C++### Hardware
- Arduino nano
- OLED Display (SSD1306)
- 4 x 4 Matrix Array Membrane### Libraries
- U8g2lib
- Keypad
- RTClib## Screenshots