Hello i just was wondering something. Is it possible to have a webpage with my sketches and library on in it and be able to upload my sketches from the webpage? without having to use the ide software? Just wondering if it is possible?
I know you can uplaod via bluetooth and wifi from laptop/desktop to arduino but What about View a webpage or ftp?
and be able to upload my sketches from the webpage?
Theoretically. A web page's submit button would have to run a script on the computer that the Arduino was connected to, and would have to do a lot of work compiling and linking the sketch and uploading it to the Arduino.
Thank you Paul it was just a wondering thingfor programming that is all. I have heard that others have used ftp to upload sketches and libraries.
I know you can uplaod via bluetooth and wifi from laptop/desktop to arduino but What about View a webpage or ftp?
FTP requires code on the receiver to be executing - more than the bootloader.
Uploading a picture of some code doesn't make sense.
You mean something like codebender here ????
There are more than a couple online tools like that, I think....
Hello Nikosk something just like it. Yes that is it.