Electric Kiln/Components/Required Software

From Fat Cat Fab Lab
Revision as of 20:25, 17 May 2024 by AMD (talk | contribs) (Created page with "= Required Software = Some quick points to do/install in order: * You definitely need [https://www.arduino.cc/en/main/software Arduino IDE] * You have to install ESP32 framework for Arduino - follow [https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md this guide] at this point you can install ESP32Kiln with OTA Installer, but you will be unable to do some tweaks and you will know ESP32Kiln less - so if it's in your reach, I sugges...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Required Software

Some quick points to do/install in order:

at this point you can install ESP32Kiln with OTA Installer, but you will be unable to do some tweaks and you will know ESP32Kiln less - so if it's in your reach, I suggest to go with all next steps.

  • Install ESP32FS plugin (drop it to "/home/username/Arduino/tools")
  • Install required additional libraries. Those can be installed from Arduino IDE Library Manager: PID Library called PID by Brett Beauregard, u8g2 and EmonLib if you plan to use power meter. Those, you should "git clone" ESPAsyncWebServer, AsyncTCP, Syslog.
  • Install also (this has changed in ESP32Kiln v1.1) Saur0o0n's clone of MAX31855 - this implements second HW SPI for ESP32.
  • Update (there is no other way to do it) in file "libraries/ESPAsyncWebServer/src/WebResponseImpl.h" variable TEMPLATE_PLACEHOLDER to '~'.
  • Clone/Download ESP32Kiln repository