4 Answers
No… Here’s the most popular methods of programming the ESP32:
- Arduino IDE (C++/C like language)
- MicroPython (Python like language)
- Mongoose OS (JavaScript like language)
However, you can write sketches/scripts for the ESP32 (with the methods I’ve just mentioned) that interact with applications written in JAVA language.
Ok.. Thanks and I have face one issue. In course touch sensor code is there, If i use touch sensor and i pressed one time it shows reading multiple times. I don’t know how its showing multiple reading.
I recommend adding a delay() or debouching code to avoid “false” positive readings.