Is there any android sdk to compile arduino code and generate .bin files

Hello every one

i would like to code esp32s board with my android app built in android studio , i could not find any sdk of arduino

is there any way to achieve this

No, because it doesn't make sense. Android is based on a full-fledged Linux kernel while Arduino boards usually are used for easy hardware access in small embedded devices where not much resources are necessary or available. These two areas don't overlap much so it makes sense to have different development environments for the two.

Maybe I simply misunderstood you and your intention is completely different but there is no sense in compiling Arduino code into .bin files. So if your intention is different, please explain detailed what you're trying to achieve and not how you think it should be achieved.

Why do you want to do this, when it would be so much easier to use a laptop or desktop?

thank you every one for your response but i need to build something similar to this arduinoadroid only with special features and had a idea, for this ineed to compile arduino ino file to bin and upload to esp32 board

Did you miss the part about ArduinoDroid being able to compile and upload to ESP32?

image

is it possible to use arduino cli arm 64 in android app using java code if yes how to set it up

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.