Skip to content

JeanetteMueller/Huyang_Remote_Control

Repository files navigation

Huyang Remote Control

Software for ESP8266 and ESP32 to control Huyang from DroidDivision via Browser/Mobile Device. This Software runs on mostly any ESP32 and ESP826 together with two GC9A01 TFT Displays. Inside the Folder /Wiring Diagrams you can find some Instructions how to connect two GC9A01 Displays to common Boards.

Preview of 1.6

HOW TO Get this running!!!

Open "config.h" and edit the configuration as you need it. You can configure Huyang to be accessible via his own Wifi or let him connect to your home WiFi.

Install Board Library

  1. Open "Settings"
  2. Edit the "Additional boards manager URLs"
  3. Add new Row: "http://arduino.esp8266.com/stable/package_esp8266com_index.json"
  4. Press OK
  5. Restart Arduino IDE
  6. Open "Tools" -> "Board ..." -> "Board Manager"
  7. Search for "esp"
  8. Install "esp32 by Espressif" OR "ESP8266 Boards (x.x.x)" to make your Board available
  9. Select "Tools" -> "Board" -> ... whatever you have. Maybe "Generic ESP8266 Module", or "ESP32 Dev Modul"

Install Software Libraries

  1. Open "Tools" -> "Manage Libraries"
  2. Search for following Names and install what you found
  3. "Arduino GFX Library" -> Install "GFX Library for Arduino by Moon On Our Nation"
  4. "ESPAsyncWebServer" -> Install "ESPAsyncWebServer by Iacamera"

Run

  • Build and Run with your Arduino IDE
  • Huyang Communicate via Serial (USB) on Port 115200
  • On the Serial Monitor you can read the current IP Adress when in WifiMode Connect to your Wifi

Changelog

Changelog

About

Software for ESP8266 and ESP32 to control Huyang from DroidDivision via Browser/Mobile Device

Resources

License

Stars

Watchers

Forks

Packages

No packages published