wytr / YARC

16 stars 2 forks source link

build #8

Open WadeRobot opened 3 years ago

WadeRobot commented 3 years ago

Hello, this is a good project. Due to network problems, library fetching failed. Can you package, compress and upload the compiled version? Thank you, and I suggest you attach the module wiring diagram.

wytr commented 2 years ago

so you need the firmware.bin for the esp32?

you know that you then need to wire everything as i did. you can look that up in the corresponding files.

Those atm are: User_Setup.h (TFT_eSPI) and pindefines.h

You would also need the same display which is an ILI9341 with a resolution of 240(width)x320(height)

Is that what you want?

WadeRobot commented 2 years ago

Yes, I need the bin file,please If possible, more types of temperature probes are supported based on the latest libraries

wytr commented 2 years ago

Yes, I need the bin file,please If possible, more types of temperature probes are supported based on the latest libraries

https://github.com/wytr/YARC/tree/webinterface/prebuilt

dont forget to upload the filesystem via PlatformIo -> Project Tasts -> Build Filesystem Image / Upload Filesystem Image

wytr commented 2 years ago

If possible, more types of temperature probes are supported based on the latest libraries

Regarding this, what kind of temperature probes do you mean? for controlling a reflow oven type-k thermocouple should be the way to go

WadeRobot commented 2 years ago

For example, NTC thermistor, so that you can control other devices, and can update based on LVGL8? thank you