dbuezas / arduino-web-uploader

45 stars 14 forks source link

Is it possible to generate the .hex file in the browser? #9

Open IvanR3D opened 10 months ago

IvanR3D commented 10 months ago

Considering a case of use where:

The website provide an easy tool to generate Arduino code (like blocks or other drag & drop option to easily make a code). Would be possible take that Arduino code generated by the website and turn it into a .hex file that can then be use in the arduino-web-uploader button to upload it into an Arduino?

dbuezas commented 10 months ago

In principle yes, but this package is not sufficient because it requires compiled hex files. You need something else to compile it first, and I'm not aware of web software to do that