Project ideas from Hacker News discussions.

Tech note: making your own V-I plots at home

📝 Discussion Summary (Click to expand)

Three dominant themes in this Hacker News thread

  1. Curve tracers are historic, highly specialized tools that have largely been replaced by SMUs.

    “we used to have even more specialized devices, called \"curve tracers\", that were designed specifically for making V‑I plots. They're more or less extinct now because SMUs can do the same job.” — adrian_b

  2. Original curve‑tracer hardware is costly and becoming obsolete.

    “$150k in today's dollars. They were very, very expensive.” — skippyfish

  3. Precise measurement of semiconductor parameters demands careful test setups and an understanding of datasheet variability.

    “The datasheet specifies V_GS(th) … as a range of 0.8 to 3.0 V! … So the designer cannot rely on this parameter to determine the behavior of the circuit…” — marshray


🚀 Project Ideas

OpenCurve Tracer Pocket

Summary

  • Low‑cost USB curve‑tracer kit that lets hobbyists safely sweep I‑V curves and detect breakdown voltages.
  • Provides automated safety limits and real‑time XY plot visualization.

Details

Key Value
Target Audience Hobbyists, educators, makers
Core Feature Programmable voltage/current sweep with built‑in protection and instant XY display
Tech Stack STM32/ESP32, MCP4725 DAC, ADS1115 ADC, Python GUI
Difficulty Medium
Monetization Hobby

Notes

  • HN users repeatedly lament the scarcity and cost of vintage Tektronix curve tracers and ask for modern alternatives.
  • The kit would let them measure breakdown voltages similar to the Tek 576 without buying an antique device.

BreakdownVIA

Summary

  • Cloud service that ingests raw oscilloscope XY data to automatically extract breakdown voltages and S‑shaped I‑V characteristics.
  • AI‑assisted analysis ensures accurate measurement without manual curve‑tracer hardware.

Details

Key Value
Target Audience Lab technicians, researchers, advanced hobbyists
Core Feature Automatic breakdown voltage detection and S‑curve extraction from uploaded data
Tech Stack Node.js backend, Python analysis, AWS S3, React frontend
Difficulty Medium
Monetization Revenue-ready: Subscription $9/mo

Notes

  • Commenters like adrian_b highlighted the need to program safe breakdown measurements, indicating strong demand for such automation.
  • The service would enable precise measurement of avalanche transistor breakdown without expensive equipment.

CurvLearn Interactive Tutor

Summary

  • Web‑based interactive simulator that mimics a curve‑tracer, guiding users through measuring breakdown voltages and interpreting S‑shaped curves.
  • Includes step‑by‑step tutorials and visual safety warnings.

Details

Key Value
Target Audience Students, self‑learners, hobbyist educators
Core Feature Interactive I‑V curve simulation with real‑time breakdown detection and educational hints
Tech Stack React, D3.js, TypeScript, WebGL
Difficulty Low
Monetization Revenue-ready: Freemium

Notes

  • The discussion around textbook gaps and “true intuition” shows an appetite for engaging learning tools that replace dry analogies.
  • This platform would satisfy both educational curiosity and practical measurement skill building highlighted by HN participants.

Read Later