Difference between revisions of "Arduino"
Jump to navigation
Jump to search
(Created page with "This is a page describing some basics associated with Arduino software/hardware. ===Software=== Software can be downloaded from the following ink: :https://www.arduino.cc/en/...") |
|||
Line 4: | Line 4: | ||
Software can be downloaded from the following ink: | Software can be downloaded from the following ink: | ||
:https://www.arduino.cc/en/Main/Software | :https://www.arduino.cc/en/Main/Software | ||
+ | |||
+ | ===Explora Board (Hardware)=== | ||
+ | The Explora board is easy way to start coding with Arduinos. The Explora board has multiple devices (slider, LED, speaker, microphone, buttons) built-in and hence eliminates the need to deal with the initial complications associated with wiring up an Arduino. You will of course what to play around with wiring at a later time. | ||
+ | |||
+ | Upon launching the Arduino software you must tell the software which Arduino board you are using... | ||
+ | : - under Tools/Board -->select Arduino Explora | ||
+ | : - under Tools/Port --> select /dev...(Arduino Explora) | ||
+ | |||
+ | ====Blinking LED==== | ||
+ | Under File/Examples/Explora/Beginners choose "ExploraBlink" |
Revision as of 22:32, 23 April 2019
This is a page describing some basics associated with Arduino software/hardware.
Software
Software can be downloaded from the following ink:
Explora Board (Hardware)
The Explora board is easy way to start coding with Arduinos. The Explora board has multiple devices (slider, LED, speaker, microphone, buttons) built-in and hence eliminates the need to deal with the initial complications associated with wiring up an Arduino. You will of course what to play around with wiring at a later time.
Upon launching the Arduino software you must tell the software which Arduino board you are using...
- - under Tools/Board -->select Arduino Explora
- - under Tools/Port --> select /dev...(Arduino Explora)
Blinking LED
Under File/Examples/Explora/Beginners choose "ExploraBlink"