Skip to main content

Firmware

This page summarizes firmware release history, download resources, and community development cases across CamThink product lines.

NeoEyes NE101

FirmwareRelease DateChangesDownload
v1.72026-01-27
  • Add UVC camera HDR setting
  • Merge PIR and Alarm into a single firmware (switchable via Web UI)
  • Fix high resolution switching issue
  • Fix PIR/Alarm repeated false wake-ups
  • Fix HaLow WiFi region configuration selection issue
  • Web UI improvements
⬇️
v1.62025-11-25
  • Add camera resolution configuration to Web UI
  • Fix OTA upgrade failure
⬇️
v1.52025-11-18
  • Initial release with PIR / ALARMIN modes
  • FCC (915MHz) and CE (868MHz) variants available
⬇️

NeoEyes NE301

FirmwareRelease DateChangesDownload
v202602132026-02-13
  • Add AWS HTTP upload support with SigV4 signature
  • Add EG912U GL Cat.1 modem network interface
  • Upgrade ST EdgeAI runtime to v2.2
  • Add YuNet face detection and YOLO D object detection models
  • OTA module improvements
⬇️
v20260213
(EdgeAI branch)
2026-02-13
  • Add YOLO11n model support
  • Support PSRAM 64Mb
⬇️
V202601202026-01-20
  • Initial release
  • Object detection (YOLOv2/v5/v8, SSD, YOLOX), face detection (BlazeFace), pose estimation (MoveNet), semantic segmentation (DeepLab v3) models
  • WiFi / Cat.1 / PoE connectivity
  • RTMP / MQTT streaming
  • Web UI device management
⬇️

NeoMind

VersionRelease DateChangesDownload
v0.6.92026-04-16
  • Add transform aggregated tool for LLM-driven data transform
  • Fix Agent cache invalidation, context compaction, and tool result formatting
  • Fix anti-hallucination handling for tool results
⬇️
v0.6.82026-04-15
  • Simplify LLM thinking control, unify thinking display in multi-round conversations
  • Expose virtual metrics to LLM and add write_metric action
  • Harden OTA update flow (fix done state, dual dialog, version sync)
  • Fix rule builder extension support
  • Reuse session-level tool result cache
⬇️
v0.6.72026-04-14
  • Performance optimizations: paginated storage queries, concurrent query limits, batched frontend state updates
  • Fix updater download progress stuck and Windows URL error
  • Improve LLM vision detection and Agent thinking panel UX
⬇️

User Cases

CaseProductDescriptionSource Code
AWS S3 Image UploadNeoEyes NE301
  • HTTPS connection via HTTP Client
  • AWS SigV4 signature authentication with pre-signed URL generation
  • Shell commands to initialize (region/bucket/AK/SK) and upload captured images to S3
  • Timestamped file naming (capture_YYYYMMDD_HHMMSS.jpg)
  • Built-in CA certificates (ISRG X1 / GlobalSign R3 / DigiCert G2)
⬇️
Arduino Camera Web ServerNeoEyes NE101
  • Based on ESP32 Arduino framework with esp_camera and esp_http_server libraries
  • OV5640 camera pin configuration tailored for NE101 hardware
  • Built-in WiFi HTTP server for remote photo capture and MJPEG video streaming
  • Browser-based Web UI for camera preview and parameter adjustment
  • Auto-detect PSRAM for optimized image quality and frame buffering
  • Support ESP32 / ESP32-S2 / ESP32-S3 platforms
⬇️