Can a .bin compiled/uploaded to an ESP32 from an android? I like to connect my android tablet to an ESP32 via a USB cable (type C on the android side, and USB micro on ESP32 side,) compile a program and upload ...Read more
Welcome, to the community! Yes, the newer STP16CPC05 can replace the older STP16CPC26 and contains some advancements that make component selection easier (smaller bypass capacitor possible) or the slightly advanced maximum driver current. Does it answer your question? Regards
Welcome, to the community!
Yes, the newer STP16CPC05 can replace the older STP16CPC26 and contains some advancements that make component selection easier (smaller bypass capacitor possible) or the slightly advanced maximum driver current.
Does it answer your question?
Regards
See less
The ESP-IDF codebase plus toolchain are available in ARM Linux flavour, so you could possibly try installing them in a chroot on the tablet. You can install Arduino as an ESP-IDF subcomponent as well if you want to use that API.
The ESP-IDF codebase plus toolchain are available in ARM Linux flavour, so you could possibly try installing them in a chroot on the tablet.
You can install Arduino as an ESP-IDF subcomponent as well if you want to use that API.
See less