You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
What exactly do you want to know about the Arduino, that you cant find in the tutorials? Given your supposed experience, you should be able to begin using the Arduino for projects and such; its a dev-board that can be programmed in C/C++, with libraries all over GitHub, thats about all you need to know. The indepth details about its workings can be found at the arduino.cc site.SoreDakeNoKoto– SoreDakeNoKoto2016-02-06 13:17:03 +00:00Commented Feb 6, 2016 at 13:17
-
Arduino development framework for embedded C programmers ( something like 'C++ for C programmers')user3214692– user32146922016-02-06 13:44:47 +00:00Commented Feb 6, 2016 at 13:44
-
Hook up an Arduino to pc and start playing with it. IDE has examples.user1561461– user15614612016-02-06 14:28:39 +00:00Commented Feb 6, 2016 at 14:28
-
That's should be fine for 'Hello world' or 'Blink LED'. I'd like get the feeling how powerful/useful it's in multi-tasking, real time response, pros & cons compared with legacy development tools, etc. Off-course I can get all these info by googling one by one. But I was curies to know if any comprehensive reading materials available which is shows Arduino in different angle for the audience like me.user3214692– user32146922016-02-06 14:45:39 +00:00Commented Feb 6, 2016 at 14:45
-
2If you are experienced with embedded programming, forget about the IDE and the Arduino specific libraries, they tie down an experienced user. Grab the AVR's datasheet and just use Arduino board as just another dev board, you can program it using avrdude and there is a good gcc based toolchain. Use C or C++ whatever you are used to.jippie– jippie2016-02-06 14:56:48 +00:00Commented Feb 6, 2016 at 14:56
|
Show 5 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. arduino-uno), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you