Make sure our board is recognized by the computer.
Upload a simple blink example.
I have created my arduino account.
I am stuck at installing the create plugin.
I have gone to the Create Agent Installation page. and clicked START.
However I see no instructions at this page to complete the installation.
Has the software failed?
I note that I am Administrator on my PC.
After you click start you have to select 32 or 64 bit installer. It's almost certainly 64 bit.
Then it will download the installer.
Open the installer, in your downloads folder, and click yes or ok about 7 or 8 times and you're good to go.
Well, what happens after I click START is very little.
No invitation to select 32 or 64 bit.
In fact no indication of anything I need to do next.
Just a dumb screen which accepts no inputs, with URL:
Thank you heaps for the detailed information on what "should" happen. It would be great if it was in the documentation for the Arduino IDE.
So, I do get the first screen you show. And I dutifully clicked the start button in it.
The next screen I get is very like your second screen, but with a crucial difference - the two download buttons are not there. That's what I meant by saying its just a dumb screen which accepts no inputs.
I note that I'm running a fully updated copy of Windows 10 Home Edition, with a very recent version of google chrome (version 95.0.4638.69 which chrome says is up to date), and my user account is an Administrator account.
So, I'm really stuck! I can see that, for you, the software seems to work as advertised. But for me it doesn't.
Thanks for that suggestion... no suggestion is dumb!
I have just been through the process again to check.
The answer is no. The page I get to, after clicking the start button on the first page you show, has URL Arduino Cloud - Getting started, and won't scroll, and has no scroll bars, either vertical or horizontal.
I know this setup should be totally straightforward - I'm mystified.
Oh, no it doesn't!
When I hit "reply" the URL gets changed, and doesn't appear in the post, it gets replaced by the page title or something.
Oh well. It's a wee bit too smart.
The "onebox" link preview thing is occasionally cool, but I have never found value in the inline link text replacement the Discourse forum software does. I find myself doing the angle bracket wrapping trick more often than not nowdays.
The most important thing to know is that the forum software supports the Markdown markup language for formatting your posts. There are a lot of excellent references for Markdown, but this seems like a decent one:
Markdown is actually a partial superset of HTML, meaning that, in addition to the primary Markdown markup syntax, you also have access to the fundamental HTML syntax. Usually not necessary, but every so often there is something missing from Markup that I fall back on HTML for. For example, the Discourse software has an annoying handling of the IDs of the automatically generated anchors for Markdown headings, so I use HTML <a> tags to supplement my Markup with custom anchors.
To make matters more confusing, the forum software also recognizes some flavor of the BBCode markup language. I don't bother with that much because Markdown is much more generally useful (BBCode is mostly only used on forums, but Markdown is used everywhere), but there are one or two things BBCode does that Markdown and HTML can't. The notable one is the quotes. This is how a Markdown quote looks:
> Is there a guide to using the forum software?
renders as:
Is there a guide to using the forum software?
That's OK, but BBCode supports the additional metadata on the quote that identifies its source:
[quote="gggghhhh, post:14, topic:921586"]
Is there a guide to using the forum software?
[/quote]
renders as:
Then there are some other additional markup capabilities such as emoji that are not part of any of those languages.
Thanks in0, that's very helpful.
Now at least I know where to look for formatting info.
I've never paid a lot of attention to markup languages - maybe now I actually need to...
It's a bit disconcerting when you format your post nicely in the box, but when you hit "reply" it changes, even if you don't use any markup tags! But OK, that's how it is.
The little toolbar in the post composer provides a decent amount of formatting capabilities without any need to learn a language.
But Markdown is quite a useful skill to have since it is used in many places (e.g., GitHub, Stack Exchange). I also find Markdown to be quite intuitive. I used the BBCode daily for many years, but still don't know most of it by heart, but I had no problem becoming proficient in Markdown.
Try opening that link to download and then running the downloaded "ArduinoCreateAgent-1.2.4-windows-amd64-installer-chrome.exe" file to install Arduino Create Agent.
Once Arduino Create Agent is installed and running, you can jump straight to using Arduino Web Editor. No additional setup is needed.