![]() | This is an archive of past discussions about Arduino. Do not edit the contents of this page. If you wish to start a new discussion or revive an old one, please do so on the current talk page. |
Archive 1 | Archive 2 |
Images are needed for this article...
How is "Arduino" pronounced?
Sept 20 2007: I added links for the Barebones and Runtime versions. I hope that doing so is not link spam; these boards are significant offshoots of the Arudino project. They are derivatives of the Arduino's open-source design and represent a part of the project worth mentioning with a link. It's all so confusing huh? --DJ
when was the Arduino first published? or developed?
It's not that critical... but the lines related to the name are really confusing: the meaning of the germanic origin is not important, while it is the relation to the historical character and hence the town: one of the first incubator of computer science in the world. —Preceding unsigned comment added by Gbarberi (talk • contribs) 19:59, 10 May 2011 (UTC)
The article needs prices. And we need another article, to hold good comparison tables of all the current easily-user-programmable stand-alone device/development-platforms. -69.87.200.77 15:14, 2 August 2007 (UTC)
As one of the creators of Arduino, I think I'm supposed to suggest changes to the article rather than making them myself, so here goes. Firstly, there is no "Arduino foundation" and no currently registered trademarks (although we have begun to put "TM" on the boards and consider it a trademark of the group). It might be simpler and more correct to simply say "The Arduino hardware is manufactured by Smart Projects, an Italian company."
We do release schematics to all of the hardware (including those for which the production files are not available). Not all manufacturers do this, and we think it's an important part of letting people what the hardware is made of and how it works. Can the fact that these schematics are available be mentioned in the "open source" section?
The C Stamp and ZX microcontroller links in the "See also" section seem commercially-motivated to me. They link to the manufacturer's website, not a Wikipedia and don't really seem appropriate in a "see also" section. Perhaps these can be replaced with links to appropriate articles or removed altogether if such articles don't exist?
DMellis 03:18, 24 August 2007 (UTC)
I'd like to suggest that some sample applications/projects be referenced to give people an idea of what can be accomplished.
Also, DMellis, please make any additions you feel would be useful!
TomTrottier (talk) 20:56, 14 May 2012 (UTC)
We (the Arduino team) recently released the Eagle CAD files for the Arduino Diecimila and BT boards, meaning that the full hardware design information is available for nearly all the Arduino hardware. See: http://www.arduino.cc/blog/?p=17 Can someone update the first paragraph to reflect this (i.e. remove the qualifying "for older versions")? DMellis 04:10, 14 November 2007 (UTC)
Done Random (talk) 15:56, 5 January 2008 (UTC)
The Diecimila shown is missing one of the capacitors next to the other one, perhaps another image would be better? SomeoneElse699211 (talk) 13:42, 17 November 2007 (UTC)
Taken and uploaded. Random (talk) 16:22, 5 January 2008 (UTC)
Article at Wired. Should probably be integrated. Tedder (talk) 06:03, 22 October 2008 (UTC)
Unless a variant uses a ATMega AVR and runs the Arduino bootloader, I do not consider it to be a variant. That includes projects/products based around ARM cores. Even if they are "hardware compatible", being able to directly use shields, they are not arduino. Yngvarr (t) (c) 11:58, 3 March 2009 (UTC)
'Sheild' is mentioned, but there is no description of what a shield is —Preceding unsigned comment added by 87.194.61.130 (talk) 19:56, 20 March 2009 (UTC)
Can someone please explain the whole Wiring / Processing thing? (I don't have adequate knowledge myself).
Clearly the Arduino "uses" Wiring, and although Processing is commonly involved in Arduino-based projects it isn't the native(sic) language. User:Mulad has just made an edit to this effect. However what's a "language", what's a "library" and what's an "environment"? AIUI, Wiring is a language (not just a library, as the article now states), and it's the source code language used for "typical" Arduino work, hosted on some form of desktop. This is then compiled into AVR machine code, possibly via some intermediate form (C++? AVR assembler?) and uploaded to the Arduino board itself.
Processing OTOH lives in the "Java world", usually on a "desktop" machine, and is compiled to Java (to Java source? direct to bytecode?) which then executes in a JVM and calls Java libraries (most obviously, AWT). There's no route from Processing source to Arduino or AVR, AFAIK. However it's also popular for two processors, one or more Arduino & a Java host such as a desktop, to co-operate as part of an overall system, linked by USB or serial.
The Processing IDE is used as the default by both Processing and Arduino-targeted desktops writing Wiring source code. I don't know if this editor / compiler is written in Processing (or whatever). I'd love to find out that I can easily swap this IDE for integration with a nicer editor, such as Eclipse (Please! Just for the right-hand clipboard shortcuts!).
As Processing books are expensive and I know of at least one person who wasted £40 on one thinking it was an Arduino coder's handbook, it would be helpful to have a clear explanation of this somewhere! Andy Dingley (talk) 13:32, 30 April 2009 (UTC)
Hello I'm massimo banzi, co-founder of Arduino. can some of you guys edit the phrase "The project began in Italy in 2005 to make a device for controlling student-built robots less expensively than other prototyping systems available at the time." Arduino was built for Interaction Design students, robotics was never involved in the process. thanks Massimo Banzi
yes that would work much better :) mbanzi —Preceding unsigned comment added by 85.0.61.33 (talk) 07:32, 31 May 2009 (UTC)
That thing is just an Atmel AVR development board - and a very simple one. Why call it "a physical computing platform with embedded I/O support"? This sounds like buzzwords/advertisements and is not encyclopedic. —Preceding unsigned comment added by 91.64.245.155 (talk) 22:26, 29 July 2009 (UTC)
Also, the "Arduino Programming Language" is C, so call it C. —Preceding unsigned comment added by 85.179.67.95 (talk) 11:25, 2 August 2009 (UTC)
#include "WProgram.h"
is added to the frontmain.cxx
is appended*.c
or *.cpp
tabs/files.Does this article need trimming per WP:LINKFARM? The most recent change to the article added only a link to a shield vendor, and that made me wonder if the article has too many links for the content it has.
Because the editor who added the link has made only that one edit to WP (at least at the time I'm writing this) the edit looks a little spammy to me. But that's just me, and this is not my article, so I will leave the link there as the community discusses.
Would these links be more at home in an Arduino wikibook? Pfagerburg (talk) 05:57, 3 December 2009 (UTC)
This article is too technical for a non-expert to understand what arduino is. I propose {technical} tag. Moumouza (talk) 20:08, 12 January 2010 (UTC)
I don't find this article too technical, but rather neutral - as expected from encyclopedic content. —Preceding unsigned comment added by 85.68.19.38 (talk) 11:15, 9 March 2010 (UTC)
I clarified the lead so that a non-technical person would at least know what an Arduino is. I removed the {{technical}} template, because the technical content is appropriate for a person that has the technical background to use an Arduino. Obankston (talk) 17:19, 25 April 2010 (UTC)
This article barely mentions any examples of what Arduinos are used for, focusing way too much on the specs and software. Nave.notnilc (talk) 01:25, 2 March 2010 (UTC)
Okay, there are simply way too many clones listed on the page. I am tempted to simply go through and remove around half of them. Comments? Nave.notnilc (talk) 02:25, 5 May 2010 (UTC)
[Outdent] The notability requirement for items on lists is considerably relaxed compared to other types of articles. The list itself has to be notable, of course, but once that has been established completeness has a higher priority than notability. A good example is List of 7400 series integrated circuits. Some of the parts are not particularly notable. Also, it helps to consider the use most lists get. I use the 7400 list a lot; it's the best place to answer questions like "what is a 74HC45" or "what is the number for a BCD to Decimal chip?" Guy Macon 15:43, 1 July 2010 (UTC)
Hello, I'm one the co-founders of Arduino. Can I propose two changes? 1. The bar is not located in Via Arduino but it's simply a bar called Arduino (minor edit) 2. I would propose we change the term "Clone" and replace it with "Derivative" (or something that works better in english)."Clone" sounds a bit derogatory while in the spirit of open source these boards are derivatives of our original design that we welcome. I consider clones only identical copies of the board using the Arduino name without authorisation (i.e. not contributing anything to the community) —Preceding unsigned comment added by Massimo banzi (talk • contribs) 10:36, 1 October 2010 (UTC)
[Outdent]
As I wrote in the comment you replied to, I object to the term "derivative" because it implies that other *duino designs incorporate work by the Arduino team but the Arduino design does not incorporate work by other *duino designers. Do you have a response to this objection?
As for whether the term is commonly used within the Arduino community, I did some Google searches of various terms, first seaching the entire web and then searching only arduino.cc. Please note that this method gives very rough and imprecise answers; for example most occurrences of "arduino clone" refer to hardware, but many occurrences of "arduino implementation" refer to software. That being said, my results were:
"arduino compatible": About 109,000 results
"arduino clone": About 7,890 results
"arduino implementation": About 540 results
"arduino derivative": About 271 results
"arduino copy": About 93 results
"arduino compatible" site:arduino.cc: About 3,170 results
"arduino clone" site:arduino.cc: About 506 results
"arduino implementation" site:arduino.cc: 26 results
"arduino derivative" site:arduino.cc: 8 results
"arduino copy" site:arduino.cc: 11 results
It seems clear that "Arduino Compatible" is the term most commonly used within the Arduino community. I have no objection to it. One might argue that this nounifies / nominalizes the verb "compatible", but the PC community has been using the term that way for many years. Guy Macon 20:06, 6 December 2010 (UTC)
Wikipedia has a policy on external links WP:EL. It states that they should be in their own section and that they should be to encyclopedic information that would be included in this article if it were at FA status, but that can not be because it is copyright. In other words, a massive link fest is simply not allowable. 018 (talk) 18:42, 1 November 2010 (UTC)
I agree. I don't think the clone/shield section should be a list of links (actually, it shouldn't be a section in this article, but rather a separate standalone list article). It should be a an annotated standalone list of clones and/or shields, with a short description of what each is and a link to the manufacturer whenever the manufacturer is not notable enough for a Wikipedia page. This conforms to the guidelines at MOS:LIST and WP:STANDALONE (see the examples under "Annotated lists") Guy Macon 20:49, 1 November 2010 (UTC)
I would like to propose that we attempt to keep the images up to date with currently shipping hardware (Uno, as of this writing). They only change every year or two, and I believe that the images on the offcial Arduino website are free to use. Also, an image showing all the versions from the past all in a row would be nice. Perhaps someone on the Arduino team reading this could provide that image? Guy Macon 09:22, 25 October 2010 (UTC)
This being an Italian product, should the dimensions be metric? Perhaps with inches in parenthesis? Guy Macon 12:00, 21 November 2010 (UTC)
I just reverted an added entry to mbed in the "see also" section that had links to http://mbed.org/blog/entry/mbed-and-Arduino-shields/ (mbed described as alternative to Arduino) and http://www.circellar.com/archives/viewable/Cantrell-227.pdf
I reverted the addition because of the problems listed below, but I think that mbed would be worth adding to the See Also section if done correctly.
My problem is with the link to the mbed-to-arduino-shield board, which is a link is to something someone saw on twitter that does not appear to be comercially available except as a kit sold only in Japan ( http://www.sugakoubou.com/store/index.php?main_page=product_info&products_id=23&language=en ).
That being said, if someone were to create a mbed Wikipedia page (start at ttp://mbed.org/ ) and link to it from the see also section of the Arduino page, IMO that would be a good thing. Guy Macon 02:09, 22 November 2010 (UTC)
Section Accessory hardware contains direct links. Shouldn't those be in references instead? --Mortense (talk) 17:52, 7 December 2010 (UTC)