FireArdPy is an Arduino Based Project to connect from Firebase using Python3.
- Basic knowledge to Programming (Python).
- Basic knowledge of NoSQL databases since Firebase is a NoSQL.
- Basic knowledge of Electronics.
- Connect your Arduino Uno R3 to your computer.
- Upload a Standard Firmata on your Arduino using Arduino IDE.
- Install requirements for Python3:
pip install -r requirements.txt
pip3 install -r requirements.txt
- Go to console.firebase.google.com and fill out the configuration needed by the Pyrebase.
- Copy this rule to your Firebase Database Rules and Publish:
{ "rules": { ".read": "auth != null", ".write": "auth != null" } }
- Follow the Circuit Diagram:
- Run command:
Windows
python fireArd.py
Linux
python3 fireArd.py
- Enter this Sample Account:
Email: [email protected]
Password: user1234