DIY fertilizer mixer and plant watering machine https://www.xythobuz.de/giessomat.html
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Thomas Buck 6fa387d1b4 Added GPLv3 license. Extended Readme. 3 gadus atpakaļ
include Added GPLv3 license. Extended Readme. 3 gadus atpakaļ
lib first commit 3 gadus atpakaļ
src Added GPLv3 license. Extended Readme. 3 gadus atpakaļ
test first commit 3 gadus atpakaļ
.gitignore Started adding ESP support 3 gadus atpakaļ
COPYING Added GPLv3 license. Extended Readme. 3 gadus atpakaļ
README.md Added GPLv3 license. Extended Readme. 3 gadus atpakaļ
platformio.ini Added debug log output to web with history buffer 3 gadus atpakaļ

README.md

Giess-o-mat

For more please also take a look at Giess-o-mat on my website.

Quick Start

If you don’t already have it, get PlatformIO.

Before building for an ESP32 or ESP8266 target, execute the following commands, replacing “…” with the values of your network, so you can connect to WiFi.

echo '#define WIFI_SSID "..."' > include/wifi.h
echo '#define WIFI_PW "..."' >> include/wifi.h

Then simply run the build for all supported configurations with platformio:

pio run

You can of course also use pio to flash your targets.

License

Copyright (c) 2021 Thomas Buck <thomas@xythobuz.de>

Giess-o-mat is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Giess-o-mat is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Giess-o-mat.  If not, see <https://www.gnu.org/licenses/>.