## 📌 Neck Movement – Task Tracker This issue tracks all sub-tasks and links under the `Neck Movement` milestone. ### ✅ Hardware Setup - [x] #1 Connect MG996R to ESP8266 using external power - [x] #2 Test basic servo sweep code ### 🌐 ESP8266 Web Server - [ ] #3 Create HTTP server endpoint `/servo?angle=xxx` - [ ] #4 Clamp angle values and log to Serial ### 👁️ Face Tracking - [ ] #5 Set up webcam face detection using OpenCV - [ ] #6 Map face X-coordinate to servo angle - [ ] #7 Send HTTP request to ESP with mapped angle ### 🔁 Integration - [ ] #8 Full integration of face detection + servo movement - [ ] #9 Add toggle key to enable/disable tracking
📌 Neck Movement – Task Tracker
This issue tracks all sub-tasks and links under the
Neck Movementmilestone.✅ Hardware Setup
🌐 ESP8266 Web Server
/servo?angle=xxx👁️ Face Tracking
🔁 Integration