Skip to content

Deneyap-Mezunlar/csharp-arduino-system-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Arduino System Information

See your system information on LCD with Arduino, but with C#!

You can see RAM usage, and CPU usage.

Requirements:

  • An Arduino Board. [ You can use all type of Arduino types (Leonardo, UNO, Mega etc.) ]
  • A 16X2 (Minimum) LCD Shield with or without I2C
  • .Net in your computer (?)

If you have an LCD Without I2C, you need:

  • A 10K potentiometer
  • A 220 Ohm resistor

How to use?

  1. Download/Clone this repo.
  2. If you have I2C, upload the code named systeminfoI2C.ino, else systeminfo.ino to your board.
  3. Connect pins. Look under for this. And connect your board to your computer.
  4. Write your COM port to code:
SerialPort port = new SerialPort("COM3", 9600, Parity.None, 8, StopBits.One);
  1. And finaly, compile. And you can see your System Info on LCD. Working image: image

Circuit of Project for NOT I2C: tinkercad

For I2C: image

About

C# ve Arduino kullanılan LCD Sistem Monitörü

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published