Skip to content

SDP-group22/esp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helio-motor

helio-motor contains the sketch that will run the motor component's HTTP server and control the motor hardware

Setup

  1. Install the ESP32 Board manager for Arduino IDE
  2. Install ESPAsyncWebServer & AsyncTCP libraries manually. This requires extracting zip files in the Arduino libraries folder (on my PC this was found /home/{user}/snap/arduino/current/Arduino/libraries). Otherwise you could try Sketch > Include Library > Add .zip Library
  3. To test the sketch is working, you may want to comment out all code except the functions that connectToWifi. Remember to edit ssid and password at the top of the script.
  4. Next, try to get the {ESP32_IP}:4310/hello endpoint to work.

Notes

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages