{"id":27627070,"url":"https://github.com/0015/esp32_thermal_camera_viewer","last_synced_at":"2026-04-29T17:03:02.748Z","repository":{"id":289215793,"uuid":"970501957","full_name":"0015/ESP32_Thermal_Camera_Viewer","owner":"0015","description":"Stream 80×62 thermal frames over TCP to a full-featured web UI with color maps, max temp tracking, and fullscreen display.","archived":false,"fork":false,"pushed_at":"2025-04-22T05:46:34.000Z","size":979,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-26T08:46:31.917Z","etag":null,"topics":["esp-idf","esp32","mi0802","temperature","thatproject","thermal-camera","thermal-images"],"latest_commit_sha":null,"homepage":"https://youtu.be/uJirSqlyhA4","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0015.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-22T05:40:53.000Z","updated_at":"2025-08-10T19:44:17.000Z","dependencies_parsed_at":"2025-04-22T07:10:52.647Z","dependency_job_id":"faabfa4d-ca13-4de1-a291-cebb9a51f823","html_url":"https://github.com/0015/ESP32_Thermal_Camera_Viewer","commit_stats":null,"previous_names":["0015/esp32_thermal_camera_viewer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0015/ESP32_Thermal_Camera_Viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0015%2FESP32_Thermal_Camera_Viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0015%2FESP32_Thermal_Camera_Viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0015%2FESP32_Thermal_Camera_Viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0015%2FESP32_Thermal_Camera_Viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0015","download_url":"https://codeload.github.com/0015/ESP32_Thermal_Camera_Viewer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0015%2FESP32_Thermal_Camera_Viewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32435122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["esp-idf","esp32","mi0802","temperature","thatproject","thermal-camera","thermal-images"],"created_at":"2025-04-23T13:52:38.661Z","updated_at":"2026-04-29T17:03:02.712Z","avatar_url":"https://github.com/0015.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔥 ESP32 Thermal Camera Viewer with Node.js Web Interface\n\nThis project enables real-time thermal frame streaming from an ESP32-based thermal imaging camera (MI0802) to a web browser via TCP and WebSocket. It features a full-screen heatmap viewer, FPS tracking, temperature overlays, and charting.\n\n\n\u003cdiv align=\"center\"\u003e\n\n[![TCP Client Viewer](./misc/demo.jpg)](https://youtu.be/uJirSqlyhA4)\n\u003cp\u003eESP32 Thermal Camera powered by 3.7V Li-Po Battery\u003c/p\u003e\n\u003c/div\u003e\n\n---\n\n## 📁 Project Structure\n\n```\nESP32_Thermal_Camera/\n├── senxorESP32S3/        # ESP32-S3 firmware (ESP-IDF)\n├── Node_Thermal_TCP/     # Node.js TCP Client + Web UI\n└── README.md\n```\n\n---\n\n## 🚀 ESP32 Firmware (ESP-IDF)\n\n### The ESP32 source code has been modified based on the code provided by Waveshare. Please note that all rights to the code belong to Waveshare, which provides this code.\n\n\n### ✅ Requirements\n- Waveshare Thermal-Camera-ESP32-Module [https://www.waveshare.com/wiki/Thermal-Camera-ESP32-Module]\n- **ESP-IDF version 5.2.x only**\n\n### 🔧 Setup Instructions\n\n1. Navigate to the ESP32 project folder:\n\n```bash\ncd senxorESP32S3\n```\n\n2. Configure the firmware:\n\n```bash\nidf.py menuconfig\n```\n\n- 🔐 **Important:**  \n  Set your Wi-Fi SSID and password via `Example Configuration` menu.\n\n3. Flash the firmware:\n\n```bash\nidf.py build\nidf.py flash monitor\n```\n\n\u003e ✅ Ensure your ESP32 connects to Wi-Fi and starts its TCP server on port `3333`.\n\n---\n\n## 💻 Node.js Web Viewer\n\n### ✅ Requirements\n\n- Node.js v16 or later\n- A modern browser (Chrome, Edge, Firefox)\n\n### 📦 Setup Instructions\n\n1. Go to the Node.js project folder:\n\n```bash\ncd Node_Thermal_TCP\n```\n\n2. Install dependencies:\n\n```bash\nnpm install\n```\n\n3. Open `client.js` and **edit the ESP32 IP address**:\n\n```js\nconst ESP32_HOST = \"192.168.x.x\"; // ← Your ESP32's local IP\n```\n\n\u003e ⚠️ **Be sure to update this!** Otherwise TCP connection will fail.\n\n4. Start the client:\n\n```bash\nnode client.js\n```\n\n5. Visit the web viewer in your browser:\n\n```\nhttp://localhost:8080\n```\n\n---\n\n## 🌐 Features\n\n- 🔥 Real-time 80x62 thermal frame rendering\n- 🖼 Fullscreen view with canvas scaling\n- 🧊 Color map presets: Inferno, Plasma, Hot, Fire \u0026 Ice, etc.\n- 📈 Live min/max temperature graph\n- 🎯 Max temperature overlay + label\n- 🧭 Vertical range bar with color matching\n- 💾 Screenshot saving\n- ↔ Flip left-right toggle\n- 🌡 Celsius / Fahrenheit support\n\n---\n\n## 📄 License\n\nMIT License © 2025 That Project Vision Labs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0015%2Fesp32_thermal_camera_viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0015%2Fesp32_thermal_camera_viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0015%2Fesp32_thermal_camera_viewer/lists"}