How do I get started? I have this idea but don’t know how to do it. Has anyone done this before? Could you share how you did it?
The requirements for the designed sensor are: it should be able to analyze and process images, connect a display screen through a development board, and measure the temperature of an object. I don’t know where to start, or if anyone knows an expert who has done this, please recommend them. It doesn’t need to be perfectly designed—as long as the infrared thermal imaging sensor I design can perform basic operations. If you could provide development resources, I would be very grateful!!!
Don’t pass by, don’t miss me! My child’s hair is falling out from stress, I really don’t know what to do.
Bro, don’t rush to go bald—let’s tear this down step by step. IR + FPGA isn’t the black box you think; the whole game is “turn the tiny current from the detector into a color temperature picture on the screen.” Below is a minimum runnable route, all open-source or low-cost off-the-shelf. Wire it up as drawn and you’ll get an image; polish later.
Pick a detector you can actually buy
TN256 / MLX90640 / AMG8833 arrays (32×24 … 256×200) are cheapest—few hundred CNY, I²C or DVP parallel out.
Want 640×512 military grade? Forget it—one detector costs >1 k USD, plus shutter, TEC, lens. Student wallet dies.
Stage-1 target: TN256 (256×200) + home-made FPGA board → VGA real-time 25 fps + center-point temp.
(CSDN user ikkg open-sourced the complete TN256 FPGA project: Verilog + pinout + schematics, Cyclone IV, clone and run.)
AI hotspot: stream 8-bit gray via AXI-Stream into Zynq PS, run YOLO-tiny, alert if >60 °C.
Add TEC: hold detector drift <0.1 °C, thermal stability sky-rockets.
Open-source / docs pack (all tested)
ikkg TN256 + Cyclone IV full Verilog (Quartus project, pinout, SDRAM timing constraints).
Low-power thermal imaging paper—clear schematic on hooking ADC to FPGA and doing plateau histogram equalization.
Patent CN105827999A, Fig. 2 literally draws “detector→ADC→FPGA→DRAM→display” data path—copy and you’re safe.
Rather buy? ehiway 256×200 module with shutter ¥680, includes STM32 demo; port to FPGA later easy.
Closing chicken soup:
Don’t fear the word “infrared”—it’s just a slow gray camera + a lookup table. Get 256×200 running first, then talk 640×512, radiometric calibration, NETD<50 mK fancy stuff.
Your goal today isn’t an SCI paper—it’s “make the screen show a color picture that changes with temperature.” Once it works, confidence explodes.
Go for it. When you’re really bald, come back and fulfill the vow!