I’m currently working on my Bachelor’s project and using an ESP32-C6 microcontroller. Unfortunately, this microcontroller is not yet supported by Arduino, so I have to program it using ESP-IDF. Has anyone managed to establish communication with the Blynk.cloud?
By the way, i have to use an ESP32-C6 because I need to communicate via ZigBee between two devices.
I’d suggest eliminating the switches and any external connections to your board (other than power/serial) and using the absolute bare minimum of code to test your Blynk connection. That way you’ve eliminated all potential auxiliary issues.
If you’re still not getting a Blynk connection then post your code and serial output.
My Programm has only the wifi-connection and than a blynk library that works with the old version of blynk-cloud.com. I don‘t know what I need to change for the new blynk.cloud🤔