아두이노 나노 - 안녕하세요 세상 | Arduino Nano - Hello World

준비물

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

빠른 단계들

  • Arduino Nano를 USB 케이블을 사용하여 컴퓨터에 연결하세요.
  • Arduino IDE를 실행하세요.
  • 아래와 같이 보드 선택 상자를 클릭하여 Arduino Nano 보드의 종류를 선택하세요:
Arduino IDE - How to select Arduino Nano board

아두이노 나노를 입력하고, Arduino Nano 보드와 당신의 아두이노 나노의 시리얼 포트를 선택하세요(번호는 달라질 수 있습니다).

Arduino IDE - How to select com port
  • 터미널에서:
  • 터미널에 이 코드를 입력하세요:
void setup() { // 여기에 설정 코드를 넣으세요. 한 번만 실행됩니다: Serial.begin(9600); Serial.println("Hello World!"); } void loop() { // 메인 코드를 여기에 넣으세요. 반복적으로 실행됩니다: }

Arduino IDE에서 Upload 버튼을 클릭하여 코드를 컴파일하고 Arduino Nano 보드에 업로드하세요.

How to upload code to Arduino Nano

시리얼 모니터 아이콘을 클릭하여 열어주세요.

Arduino IDE - How to open serial monitor

시리얼 모니터에서 출력을 확인하세요.

COM6
Send
Hello World!
Autoscroll Show timestamp
Clear output
9600 baud  
Newline  

아두이노 나노 코드 수정하기

  • “Hello World!”“Arduino Nano 시작하기”와 같은 다른 텍스트로 교체하세요.
  • 그런 다음 코드를 Arduino Nano에 업로드하세요.
  • 마지막으로 시리얼 모니터에서 출력을 확인하세요.
COM6
Send
Arduino Nano 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!