Skip to content

Basically using an Arduino connected to an LCD monitor to monitor when Asmongold opens the live and notifies me through the display and LEDs. It is also possible to check the room temperature and enter chat mode where you can check messages with up to 17 characters in real time

License

Notifications You must be signed in to change notification settings

cybermazinho/asmongold_live_alert_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASMONGOLD LIVE ALERT

Asmongold

Basically using an Arduino connected to an LCD monitor to monitor when Asmongold opens the live and notifies me through the display and LEDs. It is also possible to check the room temperature and enter chat mode where you can check messages with up to 17 characters in real time! watch the demo video!

WOW

Bonus: It is also possible to monitor a world of warcraft player who is your friend to find out if they have gone online specifically on warmane

If you found the project idea interesting and want to support me in some way, click on the link below and buy me a coffee or contact me

"Buy Me A Coffee"

WOW Send a message via Telegram

INSTALLING

Step 1: Install Python

Make sure you have Python installed on your system. Download here, checking the "Add Python to PATH" option during installation.

Step 2: Clone the Repository

git clone git@github.com:cybermazinho/asmongold_live_alert_project.git
cd seu_projeto
python -m venv venv
venv\Scripts\activate
venv\Scripts\activate
source venv/bin/activate
pip install -r requirements.txt
python script.py

Step 3: Arduino

You will transfer the code present in the file:

asmongold_alert_project.ino

To your Arduino and through the connection cable, the Python script will send information to the Arduino(Serial mode)

Required hardware:

  • 1 Arduino uno R3
  • 1 Display LCD 16x2
  • 1 DHT11 sensor
  • 3 LEDS difuso
  • 1 Protoboard
  • 1 Potentiometer
  • Male-to-male jumpers
  • 3 220 ohm or 120 ohm resistor
  • 1 Push Button

Guides for Arduino connections to sensors if you are a beginner:

THIS CABLE MESS IS DEPLORABLE BUT AS CURRENTLY THE PROJECT APPEARS TO BE:

WOW

About

Basically using an Arduino connected to an LCD monitor to monitor when Asmongold opens the live and notifies me through the display and LEDs. It is also possible to check the room temperature and enter chat mode where you can check messages with up to 17 characters in real time

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published