Welcome and thank you for signing up to try the Arduino Web Editor!
We are excited to get started creating and testing this new platform with you. The Arduino Web Editor is a fully functional online version of the Arduino Software (IDE), you can start using right away for your projects.
The general goals of the program are:
Test thoroughly the Arduino Web Editor. It would be great if you could use it to work on your projects as you do with the desktop IDE.
Track issues and bugs (before opening a new issue, have a look at the Known Issues page, just in case someone already noticed it). We are also looking for feedback on the GUI and on the user experience of the whole platform.
Collect feedback on what you would like to see happening on the Arduino Web Editor, feel free to add your thoughts on the Wish-list page.
How to get started:
Please check out this tutorial that will walk you through all the main features.
Let us know if you have any questions, please consider that many features are still in development.
Thanks for joining again,
Arduino Create Team
Ok, Ubuntu 14.04 experience was not so smooth. For reasons unknown first attempt of the plugin seemed only half working. Debug console shown responses from SPJS but the Web editor reported it could not find plug-in.
One manual restart of Chrome did not fix the problem. Plug-in icon on the top bar was blue and menu worked.
Second attempt of installing the plug-in seemed to complain less and it worked ok afterwards.
Now it is all working nice but there is a warning message every few seconds on the terminal I used for installing the plugin:
[ERR] bonjour: Failed to bind to udp6 port: listen udp6 :5353: bind: address already in use
[ERR] bonjour: Failed to bind to udp6 port: listen udp6 :5353: bind: address already in use
[ERR] bonjour: Failed to bind to udp6 port: listen udp6 :5353: bind: address already in use
I can see that my system configuration uses that port for other app (see netstat output line):
udp6 0 0 :::5353 :::* 902/avahi-daemon:
It is on our roadmap, unfortunately it is not so straight forward as in may look.
But we are collaborating with Google on the WebUSB API project that may help speed up everything. Here more infos on it WebUSB API
We keep you posted and thank you for your feedback!
On Linux, the web editor can not open the USB ports due to privilege access issues. Aside from running as administrator or changing the ownership of the ports, is there any other easy fix for this issue? If so can it be built into the application?
I am new to web editor, I sued the PC IDE version with no problem for over a year, my question is if the web arduino supports other boards like ESP8266, I can not find a way to add those as I did to the IDE version.
Sincerly, the web editor is nice and good looking, I have just tried it for curiosity. Maybe because I am a developer, I don't think it is the best way for working with Arduino. Yes, for sharing small sketches it could be nice, but a desktop environment is still better than a web editor. There are already code editors very advanced and extensible out there. They are cross platform and there are already extensions for compiling and uploading directly from within the editor. Why don't you create and support official extensions for Atom and Visual Studio Code?
As it stands my understanding is that it is meant for all.
And by that i include the many newcomers to "Arduino" who would probably quit if they had to start and learn VS etc.
For those much more advanced they already have better tools than either CREATE or the desktop IDE and in most cases can run them without much problem.
Its not a case of "How advanced can they make it" its how easy can they make it for transition from the regular IDE and still keep it simple.
As you yourself say it fits that bill just fine although there are more bits seeming to get added each week whether it be a tweak or and addition.
AM sure the dev team will take your thoughts onboard but there is quite the list of things to be done to it yet already.
This is a great add on to the Arduino environment. this makes programming on the move much easier and can now keep all my sketches in one place. I love that you have added the facility to expand and collapse the code with the arrows to the side. This makes it much easier to work on big projects. Thank you