Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kumaraditya303/esp8266_servo_controller
Create a ESP8266 Webserver for controlling the real-time position of the servo motor attached to ESP8266.
https://github.com/kumaraditya303/esp8266_servo_controller
Last synced: 26 days ago
JSON representation
Create a ESP8266 Webserver for controlling the real-time position of the servo motor attached to ESP8266.
- Host: GitHub
- URL: https://github.com/kumaraditya303/esp8266_servo_controller
- Owner: kumaraditya303
- License: gpl-3.0
- Created: 2020-05-01T10:11:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T17:23:46.000Z (over 4 years ago)
- Last Synced: 2023-03-03T20:47:01.966Z (over 1 year ago)
- Language: C++
- Size: 206 KB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP8266 Servo Controller
**Create a ESP8266 Webserver for controlling the real-time position of the servo motor attached to ESP8266.**
---
### Change these lines as per yours:
```cpp
const char *ssid = "REPLACE_WITH_YOUR_SSID"; // replace with your SSID
const char *password = "REPLACE_WITH_YOUR_PASSWORD"; // replace with your Password
const uint8_t servoPin = D4; // replace with servo pin
```
---# Screenshot
---
# Downloads ⬇
**Download [ESPAsyncWebServer library](https://github.com/me-no-dev/ESPAsyncWebServer/archive/master.zip)**
**Download [ESPAsyncTCP library](https://github.com/me-no-dev/ESPAsyncTCP/archive/master.zip)**
**Download [ESP8266 Filesystem Uploader](https://github.com/esp8266/arduino-esp8266fs-plugin/releases/download/0.5.0/ESP8266FS-0.5.0.zip)**
**Download [Project file](https://github.com/rahuladitya303/ESP8266_SERVO_CONTROLLER/releases/download/1.0/ESP8266_SERVO_CONTOLLER.zip)**
# Project made and maintained by [Kumar Aditya](https://github.com/rahuladitya303/)