Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.55 KB

README.md

File metadata and controls

27 lines (23 loc) · 1.55 KB

DroidKitESP assembly manual.pdf

Once you had assembled, you could start using the DroidKit.

  1. Power the DroidKit with your power bank. (you may refer to page 15 of the assembly manual.
  2. From your mobile phone or tablet or laptop, looke for Wifi name (ESP32-Droid). Password is (DroidKitESP)
  3. From the web browser (eg Chrome), go to 192.168.4.1 (Note: Please tune of your mobile data if your are using Chrome browser from mobile phone.)

If you are a maker and want to tinker DroidKit, you could modify the firmware of DroidKit as below. Please let us know if you had done so.

May the froce be with you!

Setup

  1. Install Arduino
  2. Install ESP32 Boards https://github.com/espressif/arduino-esp32 (by espressif, not arduino!)
  3. Install libraries
  1. Choose the correct board and COM PORT
  • The board we are using is the DOIT ESP32 DEVKIT V1
  1. Config your network SSID and Password, and copy config.h to the robot-webserver folder.
  2. Run, and go to whatever IP is printed to control the bot. Your device must be connected to the same wifi network.
  3. Enjoy!