Page 1 of 1
What code language is used for ESP32?
Posted: Mon May 27, 2019 4:48 pm
by normnet52
First post considering ESP32. I am inquiring as to the code language used in ESP32 micros? Is C or Python the language utilized for coding?
Re: What code language is used for ESP32?
Posted: Tue May 28, 2019 10:25 am
by WiFive
The compiler is for c/c++ which is officially supported.
But there are various interpreters for python, lua, JavaScript, and more available.from third parties and open source.
Re: What code language is used for ESP32?
Posted: Sun Jun 02, 2019 10:25 pm
by normnet52
Thanks for the language clarification. What about the code editor? Is there an Espressif IDE or would Eclipse or similar be required?
Re: What code language is used for ESP32?
Posted: Mon Jun 03, 2019 3:17 am
by WiFive
It's mostly left up to the user: Eclipse or visual studio code or visual micro or clion have been used. There are some writeups on the web.
Re: What code language is used for ESP32?
Posted: Sun Jun 09, 2019 1:23 pm
by normnet52
Do the example programs all compile from the same setup of software (excluding updated versions) or are there differing methods and results of coding and compilation in ESP32?