Difference between revisions of "IoT Buttons - Circuit"
Jump to navigation
Jump to search
(Created page with "right|600x400px|IoT Keypad.jpg Yeah... I know... I'll do better later.") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 6: | Line 6: | ||
I'll do better later. | I'll do better later. | ||
| + | <br /> | ||
| + | {| class="wikitable" | ||
| + | |+ | ||
| + | !ENC28J60 | ||
| + | ! | ||
| + | !Pro-mini | ||
| + | |- | ||
| + | |GND | ||
| + | |BLK | ||
| + | |GND | ||
| + | |- | ||
| + | |Vcc | ||
| + | |RED | ||
| + | |Vcc | ||
| + | |- | ||
| + | |CS | ||
| + | |ORA | ||
| + | |10 | ||
| + | |- | ||
| + | |Reset | ||
| + | |YEL | ||
| + | |RST | ||
| + | |- | ||
| + | |SI | ||
| + | |WHI | ||
| + | |11 | ||
| + | |- | ||
| + | |SCK | ||
| + | |GRY | ||
| + | |13 | ||
| + | |- | ||
| + | |SO | ||
| + | |VIO | ||
| + | |12 | ||
| + | |} | ||
| + | Keypad connects to arduino pins 2 thru 9. | ||