Update uno-stats-monitor/README.md
This commit is contained in:
@@ -1,14 +1,15 @@
|
|||||||
# UNO Monitor
|
# UNO Monitor
|
||||||
|
|
||||||
UNO Monitor is my first attempt at prototyping an Arduino UNO based LCD and LED external display with IR remote controller.
|
UNO Monitor is my first attempt at prototyping an Arduino UNO based LCD and LED external display with IR remote controller.
|
||||||
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
### Hardware
|
### Hardware
|
||||||
Ardurino UNO
|
* Ardurino UNO
|
||||||
LCD1602 LCD module
|
* LCD1602 LCD module
|
||||||
10k Potentiometer
|
* 10k Potentiometer
|
||||||
Max7219 LED dot matrix module
|
* Max7219 LED dot matrix module
|
||||||
IR reveiver module /w remote
|
* IR reveiver module /w remote
|
||||||
|
|
||||||
|
|
||||||
### Software
|
### Software
|
||||||
Latest Arduino (v1 or v2) IDE
|
Latest Arduino (v1 or v2) IDE
|
||||||
@@ -21,6 +22,7 @@ Linux Bash (not tested on WSL/WSL2)
|
|||||||
|
|
||||||
[IRremote library](http://github.com/shirriff/Arduino-IRremote)
|
[IRremote library](http://github.com/shirriff/Arduino-IRremote)
|
||||||
|
|
||||||
|
|
||||||
### Pin Outs
|
### Pin Outs
|
||||||
LCD Pinout:
|
LCD Pinout:
|
||||||
* LCD RS pin to digital pin 12
|
* LCD RS pin to digital pin 12
|
||||||
@@ -48,6 +50,7 @@ IR Pinout
|
|||||||
* IR VSS pin to 5V
|
* IR VSS pin to 5V
|
||||||
* IR GND to ground
|
* IR GND to ground
|
||||||
|
|
||||||
|
|
||||||
### Misc
|
### Misc
|
||||||
#### IR Output Schema
|
#### IR Output Schema
|
||||||
Multimedia Controls use single characters to denote which button was pressed:
|
Multimedia Controls use single characters to denote which button was pressed:
|
||||||
|
|||||||
Reference in New Issue
Block a user