Skip to content

Output computer information to Arduino

Notifications You must be signed in to change notification settings

MaxSH97/CompInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CompInfo

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:

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 😊


Quick deploy

  1. Assemble layout like here:

Layout

  1. 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
  2. Download and install Python and Arduino IDE
  3. Download (or make a "git clone") folder with sketch (.ino) and Python script from "master" branch or "tech" branch (all commits tested 😉)
  4. Upload sketch (.ino) to Arduino via Arduino IDE
  5. Download dependencies from requirements.txt (highly recommend do it in a virtual environment)
  6. Launch Python script

Done!