anurag.telkar wrote:
Can any one please tell me how to start work on CODEC using ESP32.
hi
not sure too what you mean in detail,
but if you mean "how to make a code for the esp32" you can create code in many ways, and many programming languages
examples:
with
->
arduino ide
->
esp-idf and an code editor like
eclipse
-> and many more
for start your program then on the esp32 you need to make a binary firmware from your code.
this is done example in arduino ide auto with the button compile and upload.
you can do this manual too example with
esp-tool
your binary firmware then is going on upload to the serial flash
perhabs you describe in detailed what you mean with "to start on CODEC using ESP32"
and if you search the first steps to code programms for using esp32, which programming language you know or want to start.
example c, c++, microPython, JavaSrcipt, Basic and so on and on.
if there is an interpreter ready to use for others, then we can make proposals in next steps in programming environment.
hope this helps
best wishes
rudi