Welcome to my site where you will get all information on arduino and will get free access to all my projects. Make sure to follow me and feel free to give suggestions on my email address mabdullahq01@gmail.com
Arduino Ground
Featured post
Welcome
Welcome to my site where you will get all information on arduino and will get free access to all my projects. Make sure to follow me and fee...
Sunday, 15 July 2018
Sunday, 20 March 2016
Arduino Software
The Arduino Integrated Development Environment - or Arduino Software
(IDE) - contains a text editor for writing code, a message area, a text
console, a toolbar with buttons for common functions and a series of
menus. It connects to the Arduino and Genuino hardware to upload
programs and communicate with them.
Why Arduino?
Thanks to its simple and accessible user experience, Arduino has been
used in thousands of different projects and applications. The Arduino
software is easy-to-use for beginners, yet flexible enough for advanced
users. It runs on Mac, Windows, and Linux.
Teachers and students use it to build low cost scientific instruments,
to prove chemistry and physics principles, or to get started with
programming and robotics. Designers and architects build interactive
prototypes, musicians and artists use it for installations and to
experiment with new musical instruments. Makers, of course, use it to
build many of the projects exhibited at the Maker Faire, for example.
Arduino is a key tool to learn new things. Anyone - children, hobbyists,
artists, programmers - can start tinkering just following the step by
step instructions of a kit, or sharing ideas online with other members
of the Arduino community.
There are many other microcontrollers and microcontroller platforms available for physical computing. Parallax Basic Stamp, Netmedia's BX-24, Phidgets, MIT's Handyboard, and many others offer similar functionality. All of these tools take the messy details of microcontroller programming and wrap it up in an easy-to-use package. Arduino also simplifies the process of working with microcontrollers, but it offers some advantage for teachers, students, and interested amateurs over other systems:
There are many other microcontrollers and microcontroller platforms available for physical computing. Parallax Basic Stamp, Netmedia's BX-24, Phidgets, MIT's Handyboard, and many others offer similar functionality. All of these tools take the messy details of microcontroller programming and wrap it up in an easy-to-use package. Arduino also simplifies the process of working with microcontrollers, but it offers some advantage for teachers, students, and interested amateurs over other systems:
- Inexpensive - Arduino boards are relatively inexpensive compared to other microcontroller platforms. The least expensive version of the Arduino module can be assembled by hand, and even the pre-assembled Arduino modules cost less than $50
- Cross-platform - The Arduino Software (IDE) runs on Windows, Macintosh OSX, and Linux operating systems. Most microcontroller systems are limited to Windows.
- Simple, clear programming environment - The Arduino Software (IDE) is easy-to-use for beginners, yet flexible enough for advanced users to take advantage of as well. For teachers, it's conveniently based on the Processing programming environment, so students learning to program in that environment will be familiar with how the Arduino IDE works.
- Open source and extensible software - The Arduino software is published as open source tools, available for extension by experienced programmers. The language can be expanded through C++ libraries, and people wanting to understand the technical details can make the leap from Arduino to the AVR C programming language on which it's based. Similarly, you can add AVR-C code directly into your Arduino programs if you want to.
- Open source and extensible hardware - The plans of the Arduino boards are published under a Creative Commons license, so experienced circuit designers can make their own version of the module, extending it and improving it. Even relatively inexperienced users can build the breadboard version of the module in order to understand how it works and save money.
What is Arduino?
Arduino is common term for a software company,
project, and user community, that designs and manufactures computer
open-source hardware, open-source software, and microcontroller-based
kits for building digital devices and interactive objects that can sense
and control physical devices.
Subscribe to:
Posts (Atom)