[vc_row][vc_column width=”1/1″][vc_column_text]The components used in this experiment are shown below:
The experiment needs only the Arduino board.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=”1/1″][/vc_column][/vc_row][vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”Wire diagram” tab_id=”1392613077-1-47″][vc_column_text]
Plug the Arduino to PC through the USB port.[/vc_column_text][/vc_tab][vc_tab title=”Arduino Code” tab_id=”1392613077-2-37″][vc_column_text]Arduino Code:
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println(“Hello World!”);
delay(1000);
}
Observe the output using a serial terminal console.[/vc_column_text][/vc_tab][/vc_tour][/vc_column][/vc_row]
Leave a Reply
You must be logged in to post a comment.