ESPcopter standalone Code(Web APP)
#define REMOTE_WEB_APP
#define WEB_APP_WIFI_SSID "ESPcopter" //ESPcopter Wiffi ismi
#define WEB_APP_WIFI_PASSWORD "12345678" //ESPcopter Wiffi şifresi
#include <espcopter.h>
void setup() {
mainSetup();
}
void loop() {
mainLoop();
}
Connection:
After installing the software, turn on the drone. In the wifi tab of your phone, you will see the
name of the drone.
WIFI_SSID “ESPcopter
WIFI_PASSWORD “12345678”
After making the connection, open any web browser application from your phone. Type
192.168.4.1 in the search line.
Содержание ESP8266
Страница 1: ...ESPcopter SDK 1 0 0 Beta ...
Страница 13: ......
Страница 17: ...5 Control Joystick 1 6 Control Joystick 2 ...
Страница 18: ...7 Auto Flight Route Control Part 8 Auto Flight Route Simulation ...