{"id":23430211,"url":"https://github.com/derianandre/smart-watch-winder","last_synced_at":"2026-05-07T08:37:06.200Z","repository":{"id":138362355,"uuid":"434986768","full_name":"DerianAndre/Smart-Watch-Winder","owner":"DerianAndre","description":"A free open-source Smart Watch Winder for ESP32 using WebScokets and Nuxt.js","archived":false,"fork":false,"pushed_at":"2021-12-13T23:04:22.000Z","size":2563,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T14:18:37.344Z","etag":null,"topics":["arduino","esp32","nuxtjs","websockets"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DerianAndre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-04T19:07:07.000Z","updated_at":"2023-10-03T23:18:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"b8ded35a-6914-4b54-9a2d-8b38149ea0b2","html_url":"https://github.com/DerianAndre/Smart-Watch-Winder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DerianAndre/Smart-Watch-Winder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerianAndre%2FSmart-Watch-Winder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerianAndre%2FSmart-Watch-Winder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerianAndre%2FSmart-Watch-Winder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerianAndre%2FSmart-Watch-Winder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DerianAndre","download_url":"https://codeload.github.com/DerianAndre/Smart-Watch-Winder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerianAndre%2FSmart-Watch-Winder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32729882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","esp32","nuxtjs","websockets"],"created_at":"2024-12-23T08:18:20.645Z","updated_at":"2026-05-07T08:37:06.182Z","avatar_url":"https://github.com/DerianAndre.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Smart-Watch-Winder\nA free open-source Smart Watch Winder for ESP32 using WebScokets and Nuxt.js\n\n## Setup\n```bash\n# Websocket server with express\n$ cd Server\n\n# Install dependencies\n$ npm install\n\n# Start the server\n$ npm run start\n\n# Frontend with Nuxt.js\n$ cd Frontend\n\n# Install dependencies\n$ npm install\n\n# Serve with hot reload at localhost:3000\n$ npm run dev\n```\n\n## Hardware\n- [ ] ESP32\n- [ ] ESP32 Base Shield (Optional)\n- [ ] DC motor or Stepper motor (Modify the code to use a stepper motor)\n- [ ] LN293D (DC motor)\n- [ ] Mini breadboard\n- [ ] Jumper cables (5/10cm and 15/20 cm)\n- [ ] Power supply\n- [ ] Cheap Watch Winder Box from Amazon or Aliexpress\n\n\u003cimg src=\"Resources/esp32-38pins.jpg\" alt=\"ESP32\" width=\"100px\"/\u003e\n\u003cimg src=\"Resources/esp32-38pins-base.jpg\" alt=\"ESP32\" width=\"100px\"/\u003e\n\u003cimg src=\"Resources/mini-breadboard.jpg\" alt=\"Mini breadboard\" width=\"100px\"/\u003e\n\u003cimg src=\"Resources/watch-winder-box.jpg\" alt=\"Watch winder box\" width=\"100px\"/\u003e\n\n## Connections\nConnect the ESP32 to the breadboard with the LN293D with the following connections:\n- LN293D motorEN1 to pin 25\n- LN293D motorIN1A to pin 26\n- LN293D motorIN1B to pin 27\n- LN293D motorOUT1A to DC Motor IN1\n- LN293D motorOUT1B to DC Motor IN2\n- LN293D Vin and Vcc to 5v\n\nMake sure the motos is connected right, it should spin Clockwise the first time you run the code.\n\n### Diagram\n\u003cimg src=\"Resources/diagram.jpg\" alt=\"Connections diagram\" width=\"700px\"/\u003e\n\n### My box\n\u003cimg src=\"Resources/box-inside.jpg\" alt=\"My box\" width=\"700px\"/\u003e\n\n## Notes\nI recomend the use of a stepper motor for better control, in my case I used the DC motor inside the box as this is easier to manage and I couldn't disassemble the inside part that rotates.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderianandre%2Fsmart-watch-winder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderianandre%2Fsmart-watch-winder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderianandre%2Fsmart-watch-winder/lists"}