{
"$type": "site.standard.document",
"canonicalUrl": "https://justingarrison.com/blog/2011-10-03-what-is-arduino",
"coverImage": {
"$type": "blob",
"ref": {
"$link": "bafkreih6uy7vsh55yrhn2ykk4oy6ugrch5ev5wbwqw7fxzhz4udokuvyli"
},
"mimeType": "image/png",
"size": 98664
},
"description": "Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use",
"path": "/blog/2011-10-03-what-is-arduino",
"publishedAt": "2011-10-03T00:00:00.000Z",
"site": "at://did:plc:p7uix7mresfq4nfzxp3klgfa/site.standard.publication/3mmdn7mg2qm2d",
"textContent": "Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. Today we will help you get started by showing you some of the options available and how easy it is to get started.\n\nArduino hardware is an open-source circuit board with a microprocessor and input/output (I/O) pins for communication and controlling physical objects (LED, servos, buttons, etc.). The board will typically be powered via USB or an external power supply which in turn allows it to power other hardware and sensors.\n\nArduino also has an open-source software component which is similar to C++. The Arduino integrated development environment (IDE) allows you to write code, compile it, and then upload it to your Arduino for stand alone use in prototyping and projects.\n\nAll of this was designed to be easy to use to let artists and makers freely develop their ideas into real objects. If you are interested in building something yourself, have a look to see the hardware options, and software available to get your started.\n\nArduino Variants\n\nThe Arduino hardware being “open-source” means that you can view schematics of every board available. This means you are free to buy the hardware components and solder the board together yourself if you are so inclined. To get started, we’d probably just recommend you spend the ~$30 and see how much you really want to invest.\n\nThe image below was created using Fritzing and is the layout for a basic Arduino using a bread board.\n\n!/img/Arduino-breadboard.png\n\nThe Arduino comes in a variety of different types that make choosing the right one difficult to decide, but variety also allows for flexibility in choosing the perfect solution.\n\nWe cannot cover every Arduino option, but here are some notable options for getting started.\n\nArduino Uno\n\n!/img/ArduinoUno.jpg\n\nThe Uno is a great starter Arduino, it provides a solid foundation for those just getting started and has a lot of the options you will want as you explore the platform. It also works with almost every shield available (more on this later).\n\nArduino Nano\n\n!/img/ArduinoNano.jpg\n\nThe Nano is almost feature for feature the same as the Arduino Uno, but it is about 1/3 the size and cannot use shields easily. The Uno is meant to be used as a permanent fixture in projects or with breadboards for testing.\n\nArduino Lilypad\n\n!/img/ArduinoLilypad.jpg\n\nThe Lilypad has a unique design that can be sewn into fabrics for wearable projects or art. Of course you are not limited to those applications but shields won’t work on this Arduino so expansion may become difficult.\n\nArduino Mega 2560\n\n!/img/ArduinoMega2560.jpg\n\nThe Mega 2560 has more memory and more I/O pins than any other Arduino. This is the biggest and best Arduino you can get, but you may not need that much power if your projects don’t call for it. This also would be a more expensive Arduino to leave in a project permanently.\n\nNetduino\n\n!/img/netduinofront.png\n\nThe Netduino is the cousin of the Arduino. It is still an open source hardware hacking and prototyping solution. But the Netduino runs .NET Micro Framework for its software base. It is pin compatible with Arduino shields, but some may require drivers to run.\n\nFor more Arduino hardware check out the link below.\n\nArduino Accessories (Shields)\n\nShields make adding functionality to your Arduino a snap, literally. They have pins that push right into the top of your Arduino and you can immediately take advantage of whatever the shield can do. You can also add multiple shields at a time. An Arduino that watches Twitter for a specific hashtag (ethernet shield) and then controls an RC car using RF (RF shield) isn’t beyond the scope of a single project thanks to the shield flexibility.\n\nYou will notice below that some shields look a lot like the Arduino boards themselves, but don’t be confused because they lack the main processing power to run the code you will write in sketches (more on this below).\n\nEthernet\n\n!/img/ethernet-shield.jpg\n\nThis is one of the most popular shields because it expands your Arduino to be able to use the internet for communication and control. The Ethernet shield is one of the most versatile available, and once you’ve mastered the basics you should look to get one just so you can make your washer/toaster/coffee maker tweet.\n\nXBee\n\n!/img/xbee-shield.jpg\n\nThe XBee shield makes point-to-point wireless communication easy. You can use this to network two Arduinos together or set up an entire mesh network of Arduinos that will one day RULE THE WORLD!\n\nMotor\n\n!/img/motor-shield.jpg\n\nThe Arduino can control motors and servos without needing a shield, but the motor shield ramps up that ability to 11. You can use this to remote control your lawn mower, or build your own robot.\n\nThere are many other Arduino shields available like music, video game, and bluetooth. This is just the tip of the iceberg and we’d recommend doing some searching of your own to find the perfect shield for your project.\n\nIf you are looking to prototype Arduinos and shields together along with various sensors we’d recommend checking out Fritzing which not only helps with the prototyping stages, but they also aid in showing you how to make permanent PCB boards for producing your project.\n\nProgramming (Sketches)\n\nThe Arduino IDE is a cross platform developer tool written in Java. It allows you to control all of the software functions of your Arduino.\n\n!/img/ide.png\n\nEach program that you write is called a sketch and is compiled and uploaded to your Arduino using the IDE. A lot of sketches are freely available online and the IDE even comes with a plethora of examples to get you started with just about every function your Arduino is capable of.\n\n!/img/sketch-examples.png\n\nEclipse and Notepad++ are popular alternatives to writing your sketches, but they lack easy access to sketch examples and compiling/uploading the finished sketch to the Arduino.\n\nResources\n\nThis article is designed to get your started in your Arduino projects. For more reading check out the links below and get started making stuff.\n\nIf you have more useful links or an Arduino project of your own, feel free to leave a comment to share with all the readers.\n\nProject Ideas\n\nhttp://arduino.cc/en/Tutorial/HomePage\n\nhttp://www.arduino.cc/playground/Projects/ArduinoUsers\n\nhttp://hackaday.com/category/arduino-hacks/\n\nhttp://www.instructables.com/tag/type-id/category-technology/channel-arduino/\n\nArduino hardware reference http://arduino.cc/en/Main/Hardware\n\nVideos https://www.youtube.com/user/makemagazine\n\nhttp://www.circuitsathome.com/",
"title": "What is Arduino? Learn About This Open-Source Electronics Platform"
}