diff --git a/README.md b/README.md index fa5d384..45a5583 100755 --- a/README.md +++ b/README.md @@ -1 +1,26 @@ -# ESPlan \ No newline at end of file +![ESPlan](https://github.com/LaskaKit/ESPlan/blob/main/img/ESPlan%20(1).jpg) + +# ESPlan +The ESP32 has Wi-Fi and Bluetooth interfaces built in the chip, but sometimes it needs to be extended with Ethernet or RS485. That's why we created [the ESPlan](https://www.laskakit.cz/laskakit-esplan-esp32-lan8720a-max485-poe/), it has all four listed peripherals on one single board - do you need to communicate via Wi-Fi? No problem. Bluetooth? You can use that too. RS485 to connect sensors that are tens of meters away? Of course! And send data over Ethernet? Sure! And you can power the board via PoE. + +To support PoE you need a [5V PoE module](https://www.laskakit.cz/sdapo-dp1435-poe-modul-ieee-802-3af-5v-2-4a/), which you can also find in our store. + +We have two versions of the ESPlan, differing in the type of antenna +- with PCB antenna +- with a connector for the antenna (the advantage is a longer distance connection) + +As LAN controller we used the proven LAN8720A. This controller is supported in HomeAssistant and also in ESPhome. This means that you can connect this board directly to your smart home or workshop. + +The USB-C connector that is on the board provides both power (unless you are using [a PoE module](https://www.laskakit.cz/sdapo-dp1435-poe-modul-ieee-802-3af-5v-2-4a/)) and programming. In fact, the programmer is on the board - no unnecessary button mashing to get into bootloader mode and program - this is what "does itself". + +The power supply of the whole board is taken care of by the switching, high efficiency (max 96%) SY8089 inverter, which creates a stable 3.3V/ up to 2A power supply from 5V. + +On the board, in addition to RJ45, RS485 and USB-C, you will also find our usup connector for connecting sensors (temperature, humidity, CO2, pressure, ...) and a GPIO header with GPIO outputs so you can connect other devices if you want. + +The ESPlan in on this website https://www.laskakit.cz/laskakit-esplan-esp32-lan8720a-max485-poe/ + +![ESPlan pinout](https://github.com/LaskaKit/ESPlan/blob/main/img/ESPlan_pinout.JPG) + +![ESPlan](https://github.com/LaskaKit/ESPlan/blob/main/img/ESPlan%20(2).jpg) +![ESPlan](https://github.com/LaskaKit/ESPlan/blob/main/img/ESPlan%20(4).jpg) +![ESPlan](https://github.com/LaskaKit/ESPlan/blob/main/img/ESPlan%20(5).jpg) diff --git a/README_CZ.md b/README_CZ.md index fa5d384..d65074f 100644 --- a/README_CZ.md +++ b/README_CZ.md @@ -1 +1,26 @@ -# ESPlan \ No newline at end of file +![ESPlan](https://github.com/LaskaKit/ESPlan/blob/main/img/ESPlan%20(1).jpg) + +# ESPlan +ESP32 má Wi-Fi a Bluetooth rozhraní přímo v sobě, ale někdy je potřeba jej rozšířit o ethernet nebo RS485. Proto jsme vytvořili [ESPlan](https://www.laskakit.cz/laskakit-esplan-esp32-lan8720a-max485-poe/), ten má všechny čtyři vyjmenované periférie na jedné jediné desce - je potřeba komunikovat skrze Wi-Fi? Není problém. Bluetooth? I ten můžeš použít. RS485 pro připojení čidel, která jsou desítky metrů daleko? Samozřejmě! A data odesílat přes ethernet? Jasně! A navíc můžeš desku napájet skrze PoE. + +K podpoře PoE potřebuješ [5V PoE modul](https://www.laskakit.cz/sdapo-dp1435-poe-modul-ieee-802-3af-5v-2-4a/), který u nás v e-shopu také najdeš. + +Máme dvě verze ESPlan lišící se typem antény +- s anténou na DPS +- s konektorem pro anténu (výhoda je připojení na delší vzdálenost) + +Jako LAN kontrolét jsme použili osvědčený LAN8720A. Tento kontrolér je totiž podporován v HomeAssistant a stejně tak v ESPhome. To znamená, že tuto desku si můžeš připojit přímo do tvé chytré domácnosti nebo dílny. + +Konektor USB-C, který je na desce zajištuje jak napájení (pokud nepoužíváš [PoE modul](https://www.laskakit.cz/sdapo-dp1435-poe-modul-ieee-802-3af-5v-2-4a/)), tak i programování. Programátor je totiž na desce - žádné zbytečné mačkání tlačítek, aby ses dostal do bootloader režimu a mohl programovat - tohle se totiž dělá "samo". + +O napájení celé desky se stará spínaný, s vysokou účinností (max 96%) , měnič SY8089, který z 5V vytvoří stabilní napájení 3.3V/ až 2A. + +Na desce, kromě RJ45, RS485 a USB-C, najdeš i náš uŠup konektor pro připojení čidel (teplota, vlhkost, CO2, tlak, ...) a GPIO header s vyvedenými GPIO, aby sis mohl, kdybys chtěl, připojit další zařízení. + +ESPlan koupíš na https://www.laskakit.cz/laskakit-esplan-esp32-lan8720a-max485-poe/ + +![ESPlan pinout](https://github.com/LaskaKit/ESPlan/blob/main/img/ESPlan_pinout.JPG) + +![ESPlan](https://github.com/LaskaKit/ESPlan/blob/main/img/ESPlan%20(2).jpg) +![ESPlan](https://github.com/LaskaKit/ESPlan/blob/main/img/ESPlan%20(4).jpg) +![ESPlan](https://github.com/LaskaKit/ESPlan/blob/main/img/ESPlan%20(5).jpg) diff --git a/img/ESPlan (1).jpg b/img/ESPlan (1).jpg new file mode 100644 index 0000000..d327fff Binary files /dev/null and b/img/ESPlan (1).jpg differ diff --git a/img/ESPlan (2).jpg b/img/ESPlan (2).jpg new file mode 100644 index 0000000..142a94a Binary files /dev/null and b/img/ESPlan (2).jpg differ diff --git a/img/ESPlan (3).jpg b/img/ESPlan (3).jpg new file mode 100644 index 0000000..b9791b1 Binary files /dev/null and b/img/ESPlan (3).jpg differ diff --git a/img/ESPlan (4).jpg b/img/ESPlan (4).jpg new file mode 100644 index 0000000..6487ccf Binary files /dev/null and b/img/ESPlan (4).jpg differ diff --git a/img/ESPlan (5).jpg b/img/ESPlan (5).jpg new file mode 100644 index 0000000..1bc0661 Binary files /dev/null and b/img/ESPlan (5).jpg differ diff --git a/img/ESPlan_pinout.JPG b/img/ESPlan_pinout.JPG new file mode 100644 index 0000000..70f268d Binary files /dev/null and b/img/ESPlan_pinout.JPG differ diff --git a/img/README.md b/img/README.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/img/README.md @@ -0,0 +1 @@ +