ZeroDuino is a project that allows you to connect and control an Arduino board using a Raspberry Pi through a Python/Flask-based web interface.
The ZeroDuino project aims to provide a convenient way to interact with an Arduino board using a Raspberry Pi. By leveraging the power of Python and Flask, it allows you to control the Arduino's inputs and outputs through a web-based interface.
- Web-based interface for controlling Arduino inputs and outputs
- Real-time monitoring of Arduino sensor data
- Support for multiple Arduino boards
- Easy integration with existing Python projects
To use ZeroDuino, you will need the following:
- Raspberry Pi with Ubuntu 20.04 Server
- Arduino board
- Python 3.x
- Flask
-
Clone the ZeroDuino repository to your Raspberry Pi:
git clone https://github.com/caseybarajas33/ZeroDuino.git
-
Install the required Python packages:
pip install -r requirements.txt
-
Connect your Arduino board to the Raspberry Pi.
-
Navigate to the project directory:
cd ZeroDuino
-
Start the Flask server:
python app.py
-
Open a web browser and enter the following URL:
http://localhost:5000
-
You should now see the ZeroDuino web interface. Use it to control and monitor your Arduino board.
Contributions to the ZeroDuino project are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.
This project is licensed under the MIT License.