ESP8266_RemoteControl

General Remote Control for ESP8266. Using WiFi and embeded html website(virtual joysticks and buttons) to control Robot or Car.

Stars
2
Committers
3

ESP8266 Remote Control

Introduction

This repostory is for a general remote control tool using esp8266. Esp8266 is seted as AP mode and using wifi name: Mowwifi and wifi password: 123456789. There is a embedded html website inside the .ino, the website contains 3 buttons(for adjustig motor speed), two seperate joysticks, left one is for forward and backward(linear speed), right one is for left and right(rotation speed) and a all direction joystick for both controls. The website can be entered with url: 192.168.4.1

Libraries or Configurations in Arduino IDE

  1. Download and install support for esp8266

    Open the Arduino IDE and select File -> Preferences from the menu. Enter the following URL in the Preferences dialogue box that opens and click OK: http://arduino.esp8266.com/stable/package_esp8266com_index.json

    Next, select "Tools" -> "Boards" -> "Board Manager" from the menu, and then type " ESP8266" in the search box. Click on "esp8266 by ESP8266 Community" in the search results to install support.

  2. Choose development board

    Select "Tools" -> "Boards" from the menu, and then select the corresponding board.

  3. Install Aduino library

    • ESP8266WiFi.h
    • ESPAsyncWebServer.h
    • ESPAsyncTCP.h