Page 1 of 1

ESP32-S3 with RUST for production?

Posted: Mon Nov 27, 2023 1:31 pm
by Jonathan2892
Hello,

We are developing a device based on an esp32-s3. We have already written a POC of the firmware in C/C++.
Since we are going to rewrite all the code, we are wondering if we should use c/c++ or switch to RUST.
Are the RUST bindings of the esp-idf already sufficiently developed to use them in a production environment? How extensive is the support and documentation?
Would you recommend developing the firmware in RUST or would you advise against it?
(We are using WiFi, MQTT, esp-camera driver, SPI, UART.)

Best