Arduino yun 無線網路設定

Page 1

Arduino Yun 無線網路 設定 本教材內容採用創用CC,「姓名標示-非商業性-相同方式分享」3.0台灣授權條款。


甚麼是YUN ?

+


甚麼是YUN ?


甚麼是YUN ?


甚麼是YUN ?


無線網路設定

以YUN當AP

壓住五秒鐘

Step1


選擇AP

無線網路設定

Step2

http://192.168.240.1

doghunter


無線網路設定

Step3

選擇自己的手機分享熱點並輸入密碼


無線網路設定

Step3

以手機為AP


準備upload程式


馬達校正

停止 void backward() { servoRight.writeMicroseconds(1500); servoLeft.writeMicroseconds(1500); }

上傳程式 MotorTest.ino

Full Stop


行進控制

前進 void forward() { servoRight.writeMicroseconds(1300); servoLeft.writeMicroseconds(1700); }

後退 void backward() { servoRight.writeMicroseconds(1700); servoLeft.writeMicroseconds(1300); }

Top speed clockwise

Top speed counterclockwise


行進控制

左轉 void turnLeft() { servoRight.writeMicroseconds(1300); servoLeft.writeMicroseconds(1300); }

右轉 void turnRight() { servoRight.writeMicroseconds(1700); servoLeft.writeMicroseconds(1700); }


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.