diff --git a/SW/README.md b/SW/README.md new file mode 100644 index 0000000..69740cd --- /dev/null +++ b/SW/README.md @@ -0,0 +1,18 @@ +# How to make display work + +1. Download [CH343SER.EXE](http://www.wch-ic.com/search?t=all&q=CH9102) and install it. + +2. Connect ESPlan to your PC. + +3. Open Device Manager (Start → Control Panel → Hardware and Sound → Device Manager) and find COM port number. + + ![COM_port](../img/COM_port.jpg) + +## Arduino IDE +1. Download Github repository and look for project you want to try in [SW](../SW) folder. +2. Open example with Arduino IDE and set appropriate COM port and board type. + + ![ArduinoIDE_set](../img/ArduinoIDE_set.png) + +3. Download necessary libraries. +4. Upload the code. \ No newline at end of file diff --git a/SW/README_CZ.md b/SW/README_CZ.md new file mode 100644 index 0000000..fcf313c --- /dev/null +++ b/SW/README_CZ.md @@ -0,0 +1,18 @@ +# Jak pracovat s displejem + +1. Stáhnout [CH343SER.EXE](http://www.wch-ic.com/search?t=all&q=CH9102) a nainstalovat. Návod i na našem [blogu](https://blog.laskakit.cz/instalace-ovladace-prevodniku-usb-na-uart-ch340/). + +2. Zapojit ESPlan do PC. + +3. Start – Systém – Správce zařízení (může být potřeba oprávnění správce) najít položku Porty (COM a LPT). + + ![COM_port](../img/COM_port.jpg) + +## Arduino IDE +1. Stáhnout Github repository a otevřít příklad, který chcete zkusit ze složky [SW](../SW). +2. Otevřít příklad pomocí Arduino IDE a nastavit správný COM port a typ desky. + + ![ArduinoIDE_set](../img/ArduinoIDE_set.png) + +3. Stáhnout nezbytné knihovny. +4. Nahrát kód. \ No newline at end of file diff --git a/img/ArduinoIDE_set.png b/img/ArduinoIDE_set.png new file mode 100644 index 0000000..1fd6e9e Binary files /dev/null and b/img/ArduinoIDE_set.png differ diff --git a/img/COM_port.jpg b/img/COM_port.jpg new file mode 100644 index 0000000..bd1f70a Binary files /dev/null and b/img/COM_port.jpg differ