Saur0o0n / PIDKiln

Kiln PID controller based on Espressif Systems ESP32 chip board with Arduino IDE.
GNU General Public License v2.0
109 stars 42 forks source link

ESP32-WROOM Compatibility #5

Closed thomasfla closed 3 years ago

thomasfla commented 3 years ago

Hello, thanks for this amazing code. I was working on the exact same thing and came across your code just in time!

I have all the required components except that I only have ESP32-Wroom based dev board instead of Wrover. I wanted to know what the PSRAM is used for in your code and how difficult it would be to adapt it to not use it.

Best, T.

Saur0o0n commented 3 years ago

Hi, there is already some information on this topic in here - it shouldn't be hard to convert the code.

thomasfla commented 3 years ago

Wanderfull, thanks.