Template: WAVEGO Guides

From Waveshare Wiki
Jump to: navigation, search

Assembly Guide

Be sure to understand the following content before assembling.
1. Since this product uses a large number of servos, the servos are used as the component of the angle changing mechanism, and the wrong assembly will cause the robot to fail to operate normally.
2. Refer to the product assembly tutorial,use the correct screws to assemble the corresponding module, otherwise it may cause the angle deadband of the Leg link action to be too large or damage the structural parts.
3. When it comes to the assembly part of the anti-loose nut, the tightening degree of the nut should not be too tight or it cannot rotate normally, nor too loose or it will shake outside the rotation plane.
4. All the above problems can be avoided as long as the following assembly instructions are strictly followed.
5. We also provide a pre-assembled version package and the servo is calibrated, so you do not need to assemble it.

WAVEGO Pi4 Kit

WAVEGO Basic

WAVEGO Developing

Note: The provided ESP32 board has been flashing, you can just assemble and use it as the video. This guide is provided for users who would like to modify the codes themselves.

Install Arduino IDE

  • Download the Arduino IDE from Arduino.cc website.
  • Please choose the Arduino IDE version according to your OS.
  • Download and install the IDE according to the prompt.

Install Arduino core for the ESP32

  • Run the Arduino IDE, and click File.

QQ截图20211130112221.png

  • Click Preferences.

QQ截图20211130112341.png

QQ截图20211130113232.png
Note: If you already have an ESP8266 board URL, you can separate the URLs with commas as follows:

https://dl.espressif.com/dl/package_esp32_index.json,http://arduino.esp8266.com/stable/package_esp8266com_index.json
  • Download the package, unzip, and copy the package file to the following path:

L76K GPS Module ESP32204.jpg
Note: you can replace the user name "xutong" with your own name.

Download demo code and dependency libraies

  • Download and unzip Libraries. Open the default installation path on the Arduino: C:\Users\xutong\AppData\Local\Arduino15\libraries (please refer to your actual location), and copy these files to Libraries.

WAVEGO Guides09.jpg


Upload example to WAVEGO

Wavego guides upload.png

  • Choose Tools > Port to check the COM port already on your PC. No need to click on this COM (different computers show different COMs, remember the COMs you already have on your computer).

QQ截图20211130140744.png

  • Connect the driver board to the computer with the USB cable.
  • Choose Tools > Port, and click the new COM port.

QQ截图20211130141904.png

  • Click Tools > Boards: > ESP32 Arduino > ESP32 Dev Module, and choose ESP32 Dev Module.

QQ截图20211130142717.png


  • Configure as the below options: (Partition Scheme is better to use Huge APP, PSRAM must be Enabled, otherwise the camera will flash black.)
Dev Board: "ESP32 Dev Module"
Upload Speed: "921600"
CPU Frequency: "240MHz(WiFi/BT)"
Flash Frequency: "80MHz"
Flash Mode: "QIO"
Flash Size: "4MB(32Mb)"
''' Partition Scheme: "Huge APP(3MB No OTA/1MB SPIFFS)"
PSRAM: "Enabled"'''

QQ截图20211130143434.png

  • Once the settings are complete, click Upload to upload the demo to the device.

Wavego upload03.jpg

  • If you encounter problems during the period, you need to reinstall or replace the Arduino IDE version, uninstall the Arduino IDE needs to be uninstalled cleanly, after uninstalling the software you need to manually delete all the contents of the folder C:\Users\[name]\AppData\Local\Arduino15 (you need to show the hidden files to see it) and then Reinstall.