See your system information on LCD with Arduino! You can see RAM usage, and CPU usage.
- An Arduino Board. [ You can use all type of Arduino types (Leonardo, UNO, Mega etc.) ]
- A 16X2 (Minimum) LCD Shield with or without I2C
- Nodejs in your computer
If your LCD Without I2C, you need:
- A 10K potentiometer
- A 220 Ohm resistor
- Download this repo.
- If you have I2C upload code named
systeminfoI2C.ino
,elsesysteminfo.ino
to your Board. - Connect pins. Look under for this. And connect your board to your computer.
- Write
npm i
to console in project folder. - Write your COM port to code:
const port = new SerialPort('COM3', { baudRate: 9600 });
- And finaly, Write
node index.mjs
to console and you can see your System Info on LCD. Image at working: