项目作者: mmichon
项目描述 :
ESP8266/ESP32-based 1-axis servo-controlled pet toy with motion sensor
高级语言: C++
项目地址: git://github.com/mmichon/esp-cat-toy-2.git
ESP32/8266-based Motion Sensing App-controlled Pet Toy
This project implements a motion-sensing app-controlled single-axis pet toy on Arduino-based firmware and a Blynk-based frontend.
Hardware Needed
Configuration


- Wire up the circuit like this (or check out the pin config in the code and wire it up according to your components)
- Configure your Blynk app like this
- Modify
include/config.h
with your secrets - Compile and upload the firmware
- Tune your servo settings in the constants at the top of
main.cpp