- This project is created by Nick (nniikka1234@gmail.com).
- This project includes two files: pcmon.ino and pcmon.py.
- Programmed Arduino board connected to pc, where pcmon.py script is running, controls pc battery and charges pc if needed.
- Download arduino ide.
- Upload pcmon.ino to Arduino board.
- Assemble circuit.
- Download python (if you dont have).
- Download pip. run:
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- python get-pip.py
- Run following command:
- pip install -r requirements.txt
- Run python file.
- Connect Arduino board to pc.