Hello!
Hope you people are fine
i want to ask one question
is it possible that i can make my own application in which i modify Code using button inputs and than Burn Code from MY OWN Application
burning the code in arduino uno using MY APPLICATION
Hello!
Hope you people are fine
i want to ask one question
is it possible that i can make my own application in which i modify Code using button inputs and than Burn Code from MY OWN Application
burning the code in arduino uno using MY APPLICATION
is it possible that i can make my own application in which i modify Code using button inputs and than Burn Code from MY OWN Application
Yes of course this is possible.
Although it is hard to imagine that you would be able to program very much using only buttons. Even ladder logic constructors have more than that. Then there is the question of whether you know enough about computer science to do such a thing. If you are a beginner, forget about it.
is it possible that i can make my own application in which i modify Code using button inputs and than Burn Code from MY OWN Application
If you have to ask then you don't have the expertise to do it.
You can write a .ino file with any text editor, or create one with another PC program that you have written.
Then you can call the Arduino IDE from the command line to compile and upload the program.
You may find some ideas in the Python program in this link that I use in conjunction with the Geany editor. The Python program can be run from the command line without needing Geany.
...R
Hi*,*
alinspiron:
Hello!Hope you people are fine
i want to ask one question
is it possible that i can make my own application in which i modify Code using button inputs and than Burn Code from MY OWN Application
burning the code in arduino uno using MY APPLICATION
Why reinvent the wheel, the existing IDE has press buttons, they are arranged in a keyboard and a mouse as well.
What sort of modifying would each button do?
Tom.... ![]()
TomGeorge:
Why reinvent the wheel,
It's not a very nice wheel ![]()
...R
What would the buttons be? "Think", "Do stuff", .... "do A", "do B", "do C"? You would soon run out of room on the screen for all the things that are possible.