Daily AI recipesWorkVerified Aug 10, 2026

Plan the purchase and setup of a Lidar laser mosquito destruction system for $1000

Get a ready list of parts, an assembly diagram, and Python code to control the system using AI in 5 minutes.

  1. 1.Open ChatGPT and start a new chat to design the system.

    If the service is unavailable in your region, use a VPN.

    ChatGPT About this tool
  2. 2.Paste the prompt to get a list of parts and an assembly plan within your budget.

    The AI will select components: Lidar, camera, galvanometer mirrors, and a laser.

    ChatGPT About this tool
    Prompt
    Act as a hardware engineer and computer vision expert. I want to build a laser mosquito destruction system that uses [SENSOR_TYPE] to measure distance and a galvanometer mirror to aim a laser. My budget is [BUDGET_AMOUNT]. Provide a detailed bill of materials with specific part names and approximate prices. Then, provide a high-level step-by-step setup guide.
    What this prompt doesThe English prompt asks the AI to act as an engineer, create a bill of materials, and write a step-by-step guide. Replace [SENSOR_TYPE] with Lidar, and [BUDGET_AMOUNT] with 1000.
  3. 3.Ask the AI for a code template to control the system.

    Code is needed to process sensor data and send a signal to the laser.

    ChatGPT About this tool
    Prompt
    Now, write a Python script template using [CV_LIBRARY] and a Lidar library to detect flying insects and trigger the laser firing mechanism. Include comments where hardware-specific calibration is needed.
    What this prompt doesThis prompt asks the AI to write a Python script template for detecting insects and controlling the laser. Replace [CV_LIBRARY] with OpenCV.
  4. 4.Copy the received parts list and check their availability on a marketplace.

    Warning: lasers are hazardous to eyesight. Never point a laser at people or animals, and always wear safety goggles.

    AliExpress
  5. 5.Save the generated code to a file named mosquito_tracker.py.

    You now have a complete plan for ordering components and starting the assembly.

    Python
💰 What it costs to followprices as of 2026-08
  • freeChatGPT Free TierThe free tier is sufficient for generating parts lists, guides, and code templates.
Try it and be the first to check in

AI services change fast - interfaces and free limits may differ from what's described.