Setting Up Your Development Environment
October 8, 2025
8 min read
15 views
Arduino IDE Setup
Download Arduino IDE 2.0+, install ESP32 board support, select ESP32-S3 Dev Module, and install required libraries: MPU6050, ESP32Servo, AsyncTCP.
Python Environment
Install Python 3.8+, create virtual environment, install FLYQ Python SDK and dependencies.
Testing
Upload blink test to Arduino, run Python connection test to verify setup.