Adapt a project not using CMake ?
Posted: Wed Jan 15, 2025 10:10 pm
Hello,
I'm totally new to the ESP world so I'm sorry if my question is trivial but I can't find a solution to this.
I bought some ESP32-C6 boards and tried to use them with ESPHome (since I'm a HomeAssistant user).
Bad luck, the C6 chipset is not yet available in ESPHome.
So I downloaded ESP-IDF in Visual Studio with some extensions to make it work correctly.
I easily built and flashed the ESP with the "blink" test project. I even tried a "wifi" project, connecting successfully to my wifi network.
BUT, originally I bought these ESP to control my Mitsubishi HAVC using this project : https://github.com/echavet/MitsubishiCN105ESPHome
The author claim that the code is working with recent ESP like the ESP-S3, so I guess it should work with the C6 version.
But the thing is that his project do not have any CMake files, and I can't find any information on how to add this to the project.
Anyone can help or provide any source that could help me reach this goal ?
Regards,
tdm_fr
I'm totally new to the ESP world so I'm sorry if my question is trivial but I can't find a solution to this.
I bought some ESP32-C6 boards and tried to use them with ESPHome (since I'm a HomeAssistant user).
Bad luck, the C6 chipset is not yet available in ESPHome.
So I downloaded ESP-IDF in Visual Studio with some extensions to make it work correctly.
I easily built and flashed the ESP with the "blink" test project. I even tried a "wifi" project, connecting successfully to my wifi network.
BUT, originally I bought these ESP to control my Mitsubishi HAVC using this project : https://github.com/echavet/MitsubishiCN105ESPHome
The author claim that the code is working with recent ESP like the ESP-S3, so I guess it should work with the C6 version.
But the thing is that his project do not have any CMake files, and I can't find any information on how to add this to the project.
Anyone can help or provide any source that could help me reach this goal ?
Regards,
tdm_fr