DroidKitESP assembly manual.pdf
Once you have assembled the bot, you can follow the steps below to control it.
- Power the DroidKit with your power bank. (you may refer to page 15 of the assembly manual)
- From your mobile phone, tablet, or laptop, look for Wi-Fi name "ESP32-Droid". The password is "DroidKitESP".
- From the web browser (e.g. Chrome), go to 192.168.4.1 (Note: Please turn off your mobile data if you are using the Chrome browser on your mobile phone.)
- You can now control the bot using the joystick on the screen of your device.
If you are a maker and want to tinker with DroidKit, you can modify the firmware of DroidKit by following the steps below. Please let us know if you have done so.
May the force be with you!
- Install Arduino
- Install ESP32 Boards (by Espressif, not Arduino!)
- Install the following libraries:
- Arduino_JSON by Arduino
- AsyncTCP by dvarrel, forked from me-no-dev
- ESPAsyncWebServer by lacamera
- ESP32Servo by Kevin Harrington, John K. Bennett
- Adafruit_NeoPixel by Adafruit
- Choose the correct board and COM PORT
- The board we are using is the DOIT ESP32 DEVKIT V1
- Configure your network SSID and Password, and copy
config.hto therobot-webserverfolder. - Run, and go to whatever IP is printed to control the bot. Your device must be connected to the same Wi-Fi network.
- Enjoy!