Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sensor7/esp8266_remotecontrol
General Remote Control for ESP8266. Using WiFi and embeded html website(virtual joysticks and buttons) to control Robot or Car.
https://github.com/sensor7/esp8266_remotecontrol
arduino esp8266 remote-control wifi
Last synced: 27 days ago
JSON representation
General Remote Control for ESP8266. Using WiFi and embeded html website(virtual joysticks and buttons) to control Robot or Car.
- Host: GitHub
- URL: https://github.com/sensor7/esp8266_remotecontrol
- Owner: Sensor7
- Created: 2024-07-10T17:35:14.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-15T09:47:25.000Z (4 months ago)
- Last Synced: 2024-10-10T15:02:25.678Z (27 days ago)
- Topics: arduino, esp8266, remote-control, wifi
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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