Control ESP32 from ANYWHERE in the World - Step-By-Step Tutorial
Learn how to control ESP32 GPIO pins in real-time with AWS API Gateway WebSockets. I will show you step-by-step how to create and build:
- PlatformIO project with ESP32 WebSocket Client (C/C )
- Serverless Framework project utilizing AWS API Gateway WebSockets, AWS Lambda, and AWS DynamoDB to handle the communication between clients (TypeScript)
- Web Application to control ESP32 from the browser (ReactJS)
👍 Subscribe for more IoT and programming tutorials like this:
Link to the code:
ESP32 Project -
WebSocket Server Code -
ESP32 Control Panel (React) -
Serverless, AWS, TypeScript v2 template project -
React, TypeScript, TailwindCSS, Vite template project - ht