diff --git a/200 projects/260 Build Create Make/Digital Binoculars.md b/200 projects/260 Build Create Make/Digital Binoculars.md index 0dcd1b0..bd84c24 100644 --- a/200 projects/260 Build Create Make/Digital Binoculars.md +++ b/200 projects/260 Build Create Make/Digital Binoculars.md @@ -72,3 +72,91 @@ Because you are bypassing wireless modules entirely, your minimal hardware pipel ### 1. The Displays & Driver (AliExpress / eBay) * **Sourced Module:** `Wisecoco 2.9 Inch 1440x1440 Dual LCD Display Screen Kit` (Model: Sharp LS029B3SX02). * **Included Hardware:** 2x 2.9" Square LCD Panels (with backlights) + 1x Dual MIPI HDMI Driver Board. * **Interface:** Single Full-Size HDMI Input / Powered via 5V Micro-USB or USB-C. + + +# SECOND APPROACH + + +# Stadium Viewfinder Goggles (Commercial MVP Technical Note) + +- **Date:** 2026-07-07 +- **Project Type:** Hardware Fabrication / Commercial Product Blueprint +- **Objective:** Create a direct, zero-latency stadium viewfinder using a high-brightness 5-inch 1080p display over HDMI from a 5x optical zoom camera. This setup provides an affordable, wide-angle cinematic view for live sports and concerts without complex wireless hardware or dual-screen software splitting. + +--- + +## 🛠️ Step 1: Optical Sourcing & Selection (AliExpress) + +To ensure this product is low-cost and easy for users to look into, the architecture relies on a single-screen "box goggle" configuration. This layout uses one shared lens instead of separate eyepieces. + +### AliExpress Search Targets +* **Search Query 1:** `5 inch FPV box goggle replacement Fresnel lens` +* **Search Query 2:** `3x magnification PVC Fresnel lens sheet` +* **Search Query 3:** `Credit card magnifier Fresnel lens 3x` + +### Optical Specifications Needed +* **Lens Material:** Optical-grade Acrylic or PVC Fresnel sheet. +* **Magnification Factor:** 3x magnification. +* **Target Profile:** Flat, ultra-lightweight rectangular sheet cut to fit the internal width of the goggle shell (~120mm x 70mm). This configuration allows both eyes to focus on a single large canvas simultaneously, preventing double vision. + +--- + +## 📐 Step 2: Open-Source CAD Data Selection + +Instead of designing a facial interface and optical box from scratch, leverage established open-source CAD repositories for box goggles and upload the `.STL` or `.STEP` files directly to a fabrication service like **PCBWay** or **JLCPCB**. + +### Top Repository Recommendations +1. **The Eachine EV800 / EV800D Open Source Shell** + * **Source:** Search Thingiverse or Printables for `Eachine EV800 Upgrade Shell` or `DIY FPV Box Goggle Case`. + * **Why it fits:** This form factor is explicitly engineered for a single 5-inch screen and a front-mounted rectangular Fresnel lens. It offers excellent ergonomics and safely clears eyeglasses. +2. **The Quanum DIY FPV Goggle V2 Chassis** + * **Source:** Search GrabCAD or Thingiverse for `Quanum DIY Goggle V2`. + * **Why it fits:** A classic, deep-box layout that provides the exact focal distance required to focus comfortably on a 5-inch panel without eye strain. + +--- + +## 🏭 Step 3: Manufacturing Configuration (PCBWay / JLCPCB) + +When configuring your production order on a 3D printing platform, use these specific parameters to ensure the product survives outdoor stadium environments: + +| Component / Section | Recommended Material | Print Technology | Reason | +| :--- | :--- | :--- | :--- | +| **Main Goggle Body / Face Plate** | **Nylon (PA12)** or **PETG** | **SLS** (Selective Laser Sintering) | Provides durable, impact-resistant structures that won't warp under outdoor stadium heat. | +| **Internal Lens Grooves & Mask** | **Matte Black Resin** or **Matte PLA** | **SLA** (Stereolithography) or FDM | **Crucial:** Matte black absorbs light bounce, stopping daylight reflections from washing out the screen. | + +--- + +## 🔌 Step 4: Hardware Architecture & Sourcing Checklist + +This pipeline bypasses wireless modules and Raspberry Pi video processing, achieving direct hardware compilation with absolute zero latency. + +### Sourcing Specifications +* **Display Module:** `5.0 Inch 1080p HDMI LCD Monitor Module with Backlight` (Ensure it is rated for **800 to 1000 nits** of brightness for daylight visibility). +* **Camera Module:** `5x Optical Zoom Camera Block with HDMI Output` (Provides stable tracking that matches natural human head movement limits of 90°–120°/sec). + +### System Diagram + +``` + +Use code with caution. + +[ Front Brim Mounted 5x Zoom Camera ] +│ +▼ (Direct Hardware Micro-HDMI to HDMI Cable) +┌───────────────────────────────────────────────────────────┐ +│ [ 5-Inch High-Bright HDMI LCD Panel ] │ +│ (Built-in Backlight, Powered via 5V USB) │ +└───────────────────────────────────────────────────────────┘ +│ +▼ (Image cast across full screen canvas) +[ Single Rectangular 3x Fresnel Lens Sheet ] +│ +▼ +[ User Vision ] (Immersive, wide-angle stadium view) + +``` + +### Critical Rules for Commercial Assembly +1. **The Focal Alignment Rule ($f \approx d_o$):** The single Fresnel lens sheet must be positioned inside the internal shell slots at the exact distance where the 5-inch screen drops into perfect focus for the average user (typically 65mm–85mm from the eye line). +2. **Clean HDMI Output:** Ensure the 5x camera block firmware is set to output a clean video signal without battery icons, crosshairs, or settings overlays showing up on the user's screen. +3. **Power Delivery Integration:** Power the display driver board via a standard 5V USB-C tether line running to a pocket-sized portable power bank. Trigger the camera's zoom motor using a hand-held remote control containing a simple, mechanical rocker switch. \ No newline at end of file