Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
39 views
Robotics Arduino Something Something
fdjdj
Uploaded by
Xave Desca
AI-enhanced title
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Robotics Arduino something something For Later
Download
Save
Save Robotics Arduino something something For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
39 views
Robotics Arduino Something Something
fdjdj
Uploaded by
Xave Desca
AI-enhanced title
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Robotics Arduino something something For Later
Carousel Previous
Carousel Next
Save
Save Robotics Arduino something something For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 3
Search
Fullscreen
Breadboard ABreadboard is used to create circuits and connect different sensors and actuators to the Arduino board. Italso refers to a solderless breadboard. Terminal tp ganna GHGGn GEaon GaeEe GoeeE * | | HHOBE GEGE Goon Goeoe oeeeo PvReadeisaiacaazsszaces=, le Terminal Strip PowerRails 1 Serial connection from positive 1 to 30is used to connect the horizontal pins which is called power rails. The connection on the blue line rail is different from the red line rail. 2- Serial connection from Al, BI, C1, D1 and Elis used to connect the vertical pins. 3-A trench serves a very important purpose. Ifa dual in-line package or DIP chip is used, there isa separation of connection. This means that if a connection is made to each side of the IC there will be no interference between the functionality of the leg on the opposite side.Light Emitting Diode - LED ALIGHT EMITTING DIODE (LED) is a 4 semiconductor diode that converts DE | electric energy into electromagnetic radiation ata visible and near infrared Epony lens case Wire bond Reflective cavity tepatecteovie | frequencies when its pn junction is forward biased. Semiconductor de In short, LEDs are like tiny lightbulbs. However, LEDs require evil} teadtame aot less power to light up by comparison. non} 1 Short pin to be connected to GND (ground) wylien 2- Longer pin to be connected to any of the digital pins (pins 2 - 13) Flat spot Serial Monitor ‘SERIAL MONITOR is used for communication between the Arduino board and a computer or other devices. OPENING UP THE SERIAL MONITOR = Alter you have uploaded the sketch onto your Arduino, click on the right-most button on the toolbar inthe Arduino IDE. The button is encircled below. The Arduino IDE has a feature that can be a great help in debugging sketches or controlling Arduino from your computer's keyboard. The Serial Monitor is a separate pop-up window that acts as a separate terminal that communicates by receiving and sending Serial Data, See the icon on the farrright of the image above. KEY CONCEPTS X Types of Switch O 1, PUSH BUTTON/TACT SWITCH reacts to user interaction with the button ELECTRONIC SYMBOL or switch when it makes contact with the control panel beneath. 2. ASINGLE POLE SINGLE THROW SWITCH (SPST) is a basic ON and OFF ASWITCH is an electrical switch consisting of one input contact and one output contact. device having two states, 3, q SINGLE POLE DOUBLE THROW SWITCH (SPDT) is a switch that has on or off (open or close): three terminals, one is input contact and the remaining two are output zero impedance when contacts, closed and infinite i impedance when open. 4. ADOUBLE POLE DOUBLE THROW SWITCH (DPDT) is a dual ON/OFF switch consisting of two ON positions. It hassix terminals: two are input contacts and the remaining four are the output contacts. 5. TOGGLE SWITCH is manually actuated (or pushed up or down) by a mechanical handle, lever or rocking mechanism. These are commonly used as light control switches.Push-button switch, used with serial input An if statement allows you to choose between two discrete options, TRUE or FALSE. When there are more than two options, you ean use multiple if-statements, or you can use the switch statement. Switch allows you to choose between several discrete options. Directions: Follow the set up in the circuit diagram and key in the code for this activity. Materials: © Microcontroller O Jumper Wire O 1 pe. 220.0 Resistors Ouse cable © Breadboard © 1pe. Push Button intpbvatues /* int means integer, pbValue is a variable that will be used to hold the value that the tact switch will send to the microcontroller unit #/ void setup(){ pinllode(2, INPUT); pintode 1s a function that prepares ALL he’ pins used in the microcontroller digital pin used nec the tact sw and it’s considered as an INPUT device * Serial.begin(9600)5 *'sets the data rate in bits per second baud) for serial data transmission */ * void loap(){ pbvalue = digitalRead(2) + digitalzead will basically get the data fron pin 2 and assign that value to variable value Serial.printIn(pbvalue) 5 /* prints over the Serial Nonitor the value assigned to pbValue * 7? Serial.printTn(*paValue”); - this code wil display the word “pbvalue”
You might also like
Introduction To Arduino: (Programming, Wiring, and More!)
PDF
No ratings yet
Introduction To Arduino: (Programming, Wiring, and More!)
45 pages
Arduino1
PDF
No ratings yet
Arduino1
99 pages
Arduino 1
PDF
No ratings yet
Arduino 1
96 pages
Embedded Systems
PDF
100% (1)
Embedded Systems
25 pages
Bacis Arduino Workshop
PDF
No ratings yet
Bacis Arduino Workshop
72 pages
Getting Started Ardu Ez
PDF
No ratings yet
Getting Started Ardu Ez
8 pages
Arduino Workshop
PDF
No ratings yet
Arduino Workshop
70 pages
FALLSEM2024-25_BCSE312L_TH_VL2024250101500_2024-08-08_Reference-Material-I
PDF
No ratings yet
FALLSEM2024-25_BCSE312L_TH_VL2024250101500_2024-08-08_Reference-Material-I
21 pages
Arduino Robotics Revise
PDF
No ratings yet
Arduino Robotics Revise
122 pages
Embedded System Programming
PDF
No ratings yet
Embedded System Programming
33 pages
Introduction To Arduino
PDF
No ratings yet
Introduction To Arduino
41 pages
16b - Digital Read - Out Serial
PDF
No ratings yet
16b - Digital Read - Out Serial
3 pages
Arduino: GEET PATEL (13BEC072) Darp Raithatha (13bec084)
PDF
No ratings yet
Arduino: GEET PATEL (13BEC072) Darp Raithatha (13bec084)
17 pages
Arduino Trial 2
PDF
No ratings yet
Arduino Trial 2
32 pages
Arduino Education: Basic Concepts
PDF
No ratings yet
Arduino Education: Basic Concepts
32 pages
Lab 02
PDF
No ratings yet
Lab 02
11 pages
Do It Yourself IoT
PDF
No ratings yet
Do It Yourself IoT
42 pages
Arduino Comic Latest1
PDF
No ratings yet
Arduino Comic Latest1
15 pages
Embedded Systems Lecture 5 Board Based Embedded System
PDF
No ratings yet
Embedded Systems Lecture 5 Board Based Embedded System
79 pages
Introduction To Arduino
PDF
100% (1)
Introduction To Arduino
15 pages
Assignment-5es & Iot
PDF
No ratings yet
Assignment-5es & Iot
7 pages
Image to PDF 20241230 09.31.44
PDF
No ratings yet
Image to PDF 20241230 09.31.44
2 pages
Introduction To Arduino
PDF
No ratings yet
Introduction To Arduino
22 pages
Arduino Training - Day 2
PDF
No ratings yet
Arduino Training - Day 2
46 pages
Podar Internation School
PDF
No ratings yet
Podar Internation School
27 pages
Introduction to IOT lab manual
PDF
No ratings yet
Introduction to IOT lab manual
42 pages
Arduino Board and Tinkercad Introduction
PDF
100% (1)
Arduino Board and Tinkercad Introduction
43 pages
Introduction To Arduino BSU Presentation
PDF
100% (1)
Introduction To Arduino BSU Presentation
51 pages
Arduino_Intro
PDF
No ratings yet
Arduino_Intro
36 pages
Digital Circuit Design and Its Application
PDF
No ratings yet
Digital Circuit Design and Its Application
26 pages
Intro To Arduino
PDF
No ratings yet
Intro To Arduino
38 pages
Fund. of IoT LAB - CO 252
PDF
No ratings yet
Fund. of IoT LAB - CO 252
149 pages
Arduino Tutorial
PDF
100% (2)
Arduino Tutorial
26 pages
Basic Examples
PDF
No ratings yet
Basic Examples
13 pages
Introduction To Arduino
PDF
No ratings yet
Introduction To Arduino
60 pages
Es Arduino 3
PDF
No ratings yet
Es Arduino 3
40 pages
ABHI - Copy Practical
PDF
No ratings yet
ABHI - Copy Practical
26 pages
Embedded System Unit 4
PDF
No ratings yet
Embedded System Unit 4
3 pages
Lecture22 - Arduino - CSE 1
PDF
100% (1)
Lecture22 - Arduino - CSE 1
46 pages
Lesson - The Serial Monitor
PDF
No ratings yet
Lesson - The Serial Monitor
7 pages
Pratica 01 PDF
PDF
No ratings yet
Pratica 01 PDF
57 pages
Arduino Board Architecture
PDF
No ratings yet
Arduino Board Architecture
23 pages
Arduino
PDF
No ratings yet
Arduino
64 pages
AICCM Arduino
PDF
No ratings yet
AICCM Arduino
27 pages
Practical Exam Diagram
PDF
No ratings yet
Practical Exam Diagram
6 pages
Serial Communication in Arduino Uno
PDF
No ratings yet
Serial Communication in Arduino Uno
3 pages
VIRTUAL HANDS ON TRAINING ON ARDUINO PROGRAMMING
PDF
No ratings yet
VIRTUAL HANDS ON TRAINING ON ARDUINO PROGRAMMING
30 pages
Arduino Sample Programs Documents
PDF
100% (1)
Arduino Sample Programs Documents
49 pages
ICT Finals 1
PDF
No ratings yet
ICT Finals 1
10 pages
NodeMCU Tutorial
PDF
No ratings yet
NodeMCU Tutorial
49 pages
Arduino 101 Fundamentals
PDF
0% (1)
Arduino 101 Fundamentals
23 pages
Arduino (Emman) PDF
PDF
No ratings yet
Arduino (Emman) PDF
9 pages
Embedded Systems: Assist. Prof. Rassim Suliyev - SDU 2018 Week 4
PDF
No ratings yet
Embedded Systems: Assist. Prof. Rassim Suliyev - SDU 2018 Week 4
30 pages