Arduino - 3
Arduino - 3
No :
LEARNING CONCEPT Date :
German Diploma in
Automobile Mechatronics
• Arduino IDE
Arduino IDE is an integrated development environment consists of a text editor, complier, drivers hardware interferences
terminal program & AVR C complier.
o Figure shows that main tools of the Arduino IDE . Identify them.
5. 4. 1. Program status
3.
6. 2. Shows the uploading process.
3. Menu bar
5. File name
6. Toolbar buttons
2.
7. – Text editor for coding
S-1
1.
8. 8. – Configured board and serial port
S-1
6. – Serial monitor – open serial monitor
S-1
1. Undo - Goes back to steps, step by step you did while editing.
2. Redo – Goes forward in steps.
3. Cut – remove the selected text from the editor to the clipboard.
4. Copy – copy the selected text and move to the clipboard.
5. Copy for forum - Copies the code of your sketch to the clipboard in a form suitable for
posting to the forum.
6. Copy as HTML - Copies the code of your sketch to the clipboard as HTML, suitable for
embedding in web pages.
7. Paste - Puts the contents of the clipboard at the cursor position.
8. Select all – select the whole content of the editor.
9. Go to line – put the curser on the selected line number.
10. Comment/uncomment - Puts or removes the // comment marker.
11. Increase/Decrease indent - adds or subtracts a space at the beginning of each selected line.
12. Increase/Decrease font size – increase and decrease font size.
13. Find - Opens the Find and Replace window where you can specify text to search inside the
current sketch.
S-1
S-1
S-1
1. Help - Here you find easy access to a number of documents that come with the
Arduino Software (IDE). You have access to Getting Started, Reference, this guide
to the IDE and other documents locally, without an internet connection. The
documents are a local copy of the online ones and may link back to our online
website.
2. Frequently asked questions – shows questions answers for common questions.
3. Visit Arduino.cc – get to the official Arduino web page.
4. About Arduino – a description about Arduino.
S-1