Output computer information in Russian of Windows system to Arduino.
Layout image from http://wiki.amperka.ru under license CC BY-NC-SA 4.0
Tested so far on one environment:
- Windows 10 (21H2)
- Python 3.10.1
- Arduino Uno R3
- 16x2 Character LCD screen MELT (МЭЛТ) МТ–16S2H v. 7
With dependencies:
Python:
- psutil - 5.9.0
- pyserial - 3.5
Arduino:
- LiquidCrystal - 1.0.7
I will be very glad if you test it in practice on other environments 😊
- Assemble layout like here:
- Connect your Arduino Uno via USB 2.0 A - USB 2.0 B to the computer from where we will output data to your Arduino
- Download and install Python and Arduino IDE
- Download (or make a "git clone") folder with sketch (.ino) and Python script from "master" branch or "tech" branch (all commits tested 😉)
- Upload sketch (.ino) to Arduino via Arduino IDE
- Download dependencies from requirements.txt (highly recommend do it in a virtual environment)
- Launch Python script
Done!