I have an ESP32 that uses 2 Adafruit MAX31855 Thermocouples and and 2 NTC probes to control 4 solid state relays for an oven I have built. I would like to use the CYD to work as the interface, such as selecting different funtionms settings, setting temperature set points (SP) and displaying actual temperatures (PV). Do you have a guide that would cover both CYD and ESP-NOW?
Hi.
Unfortunately, we don’t have any guides for ESP-NOW and CYD.
But, you can apply ESP-NOW communication on the CYD as you would on a regular ESP32 board.
All our tutorials about ESP-NOW can be found here: https://randomnerdtutorials.com/?s=esp-now
I hope this helps.
Regards,
Sara
Hi Sara,
Thanks for your quick response! I figured that was the case so I am just going through the ESP-NOW tutorials and CYD eBook and piecing it together. I am also trying to do in Platform IO in VS Code as it uploads much more quickly, so really making it challenging for myself! Also I am using MAX31855 thermocouples instead of the BME280, but modifying the lines of code haven’t been too difficult.
I love all your tutorials and really enjoyed following the Firebase eBook as I was after a way to remotely monitor and control my project, which the Firebase seems to do.
Regards
Dion