아두이노 - 안녕 세상 | Arduino - Hello World

준비물

1×Arduino Uno Amazon
1×USB 2.0 cable type A/B 쿠팡 | Amazon
1×(Optional) 9V Power Adapter for Arduino Amazon
1×(Recommended) Screw Terminal Block Shield for Arduino Uno 쿠팡 | Amazon
1×(Optional) Transparent Acrylic Enclosure For Arduino Uno Amazon
공개: 이 섹션에서 제공된 링크 중 일부는 제휴 링크입니다. 이 링크를 통해 구매한 경우 추가 비용없이 수수료를 받을 수 있습니다. 지원해 주셔서 감사합니다.

빠른 단계들

  • 아두이노를 PC에 USB 케이블을 통해 연결하십시오.
  • 아두이노 IDE를 엽니다.
  • 아두이노 보드를 선택하십시오.
Arduino IDE - How to select Arduino board

아두이노 시리얼 포트 선택 (번호는 다를 수 있음)

Arduino IDE - How to select com port

다음 코드를 입력하세요

cpp void setup() { // 여기에 설정 코드를 넣으세요, 한 번만 실행됩니다: Serial.begin(9600); } void loop() { // 여기에 주요 코드를 넣으세요, 반복적으로 실행됩니다: Serial.println("Hello World!"); delay(1000); }

아두이노 IDE에서 아두이노로 코드를 업로드하려면 Upload 버튼을 클릭하세요.

Arduino IDE - How to Upload Code

시리얼 모니터 아이콘을 클릭하여 시리얼 모니터를 엽니다.

Arduino IDE - How to open serial monitor
  • 시리얼 모니터에서 결과를 확인하세요:
COM6
Send
Hello World! Hello World! Hello World!
Autoscroll Show timestamp
Clear output
9600 baud  
Newline  

아두이노 코드 수정하기

  • “Hello World!”를 예를 들어, “Arduino 시작하기”와 같은 다른 텍스트로 바꾸세요.
  • 코드를 Arduino에 업로드하세요
  • 시리얼 모니터에서 결과를 확인하세요
COM6
Send
Arduino Get Started
Autoscroll Show timestamp
Clear output
9600 baud  
Newline  

동영상

비디오 제작은 시간이 많이 걸리는 작업입니다. 비디오 튜토리얼이 학습에 도움이 되었다면, YouTube 채널 을 구독하여 알려 주시기 바랍니다. 비디오에 대한 높은 수요가 있다면, 비디오를 만들기 위해 노력하겠습니다.

함수 참조들

축하합니다!
아두이노 학습 여정에 첫발을 성공적으로 내딛었습니다. 계속 전진하세요!

※ OUR MESSAGES

  • Please feel free to share the link of this tutorial. However, Please do not use our content on any other websites. We invested a lot of effort and time to create the content, please respect our work!