Connect to the ESP32-S3 Vision Module Hotspot and View the Stream
🎯 Learning Objectives
Connect the ESP32-S3 vision module to your computer and confirm the COM port is recognized
Connect to the vision module’s WiFi hotspot HW_ESP32S3CAM (AP direct mode)
Open the live camera feed page at http://192.168.5.1 on phone or PC
Use clear checkpoints to diagnose where things are failing (USB/COM vs WiFi vs browser/stream)
Follow a slow, safe workflow (avoid COM1, power switch OFF when plugging USB, etc.)
Power Requirement (Important): The ESP32-S3 vision module should be powered by at least 5V 2A. Low power can cause unstable streaming and visible watermarks.
✅ What Counts as “Done” for Lesson 18
USB Check: Device Manager shows a new COM port when the board is plugged in
WiFi Check: Your phone/PC connects to HW_ESP32S3CAM and stays connected
Browser Check:http://192.168.5.1 loads (not a Google search, not a captive portal)
Stream Check: You can start image transmission and see frames update
Pacing Tip: It’s normal for this to take multiple sessions. Treat it like a lab: pass one checkpoint at a time.
🗓️ Suggested Multi-Week Plan
Week 1 Goal: Reach the Stream Page
COM port visible
Join HW_ESP32S3CAM
Load 192.168.5.1
At least one successful “start transmission” attempt
Week 2 Goal: Make It Reliable
Repeat the full setup from scratch without help
Learn the “recovery” steps when it fails
Test both phone and PC access
Document the exact steps you used
🔌 Section 1: Device Connection (USB + Drivers)
Connect the ESP32-S3 vision module to your computer using a Type-C cable. Then open Device Manager to
confirm a COM port appears.
Note: If the device does not show up under Ports, you may need the CH34x driver from the Hiwonder resources download.
Checkpoint 1 (USB/COM): You can point to the COM port in Device Manager and say “that’s the board.”
What it looks like (example)
Example: Windows 11 shows USB-SERIAL CH340 (COM#) once the module is detected.
Quick Checklist
Cable: Must be a data-capable Type-C cable (some are charge-only)
Port: Confirm a COM port appears in Device Manager
Driver: Install CH34x driver if no port appears
Port sanity: Do not use COM1 (that’s usually not your board)
Troubleshooting
If you don't see a COM port:
1) Try a different USB port
2) Try a different cable
3) Install CH34x driver
4) Reboot and check again
🧩 Section 1.5: “Which Part is Failing?” (A Fast Diagnostic)
When the live stream doesn’t work, the failure is usually in one of these buckets. Use this list to
avoid random guessing.
USB/COM failure: No COM port appears (cable/driver/board power)
WiFi failure: Can’t see or can’t stay connected to HW_ESP32S3CAM
Browser/network failure: Connected to hotspot, but 192.168.5.1 won’t load
Stream failure: Page loads, but video/frames never show
📶 Section 2: Connect to the Hotspot (AP Mode)
The ESP32-S3 vision module creates a WiFi hotspot named HW_ESP32S3CAM. This method is
called AP (Access Point) direct mode.
Step 1: Open WiFi settings on your phone/PC
Step 2: Connect to HW_ESP32S3CAM
Step 3: Stay connected to that network while viewing the camera
Checkpoint 2 (WiFi): Your device shows it is connected to HW_ESP32S3CAM.
Common gotcha: Some phones/PCs try to “help” by switching back to home WiFi if the hotspot has no internet. If it keeps disconnecting, temporarily disable auto-switching/mobile data assist.
After connecting to HW_ESP32S3CAM, open a browser and go to:
http://192.168.5.1
Checkpoint 3 (Page loads): You see the vision module page at 192.168.5.1 (not an error page).
What it looks like (example)
Example: once the page loads, use the page button to start image transmission and confirm frames update.
Expected Result
You should see a page that can start image transmission
If the page loads but no image appears, firmware may need to be reflashed
Slow Step-by-Step (Do Not Skip)
Confirm you are connected to HW_ESP32S3CAM
Type http://192.168.5.1 exactly (include http://)
Wait for the page to fully load (be patient on the first load)
Use the page control to start image transmission
Wait for frames to appear (some modules take a moment to start)
Quick Troubleshooting
If 192.168.5.1 doesn't load:
1) Confirm you are connected to HW_ESP32S3CAM (not your home WiFi)
2) Disable VPN
3) Try a different browser
4) Power-cycle the ESP32-S3 vision module
If the page loads but video is blank: That’s a different problem than “192.168.5.1 won’t load.” Treat it as a stream/firmware issue, not a WiFi issue.
🛠️ Section 4: Recovery Checklist (When It Stops Working)
If you previously flashed other firmware and the live feed stopped working, you may need to restore the
image transmission firmware. Use this checklist to systematically recover.