IR camera based on Elecrow ESP32-S3 display with OV2640 camera, MLX90640 IR sensor and Zephyr for the firmware.
Find a file
2024-01-06 22:04:07 +01:00
app crude first version of main part 2024-01-06 22:04:07 +01:00
boards increase i2c speed 2024-01-06 22:03:44 +01:00
drivers add mlx90640 driver 2024-01-06 22:03:13 +01:00
dts/bindings/sensor add mlx90640 driver 2024-01-06 22:03:13 +01:00
zephyr initial commit: IRCAM app 2024-01-04 00:52:35 +01:00
CMakeLists.txt add mlx90640 driver 2024-01-06 22:03:13 +01:00
Kconfig add mlx90640 driver 2024-01-06 22:03:13 +01:00
README.md add readme 2024-01-04 01:06:00 +01:00
west.yml initial commit: IRCAM app 2024-01-04 00:52:35 +01:00

IRCAM

IR camera based on an Elecrow ESP32-S3 module with display, camera and attached IR sensor.

Hardware

  • Elecrow ESP32-S3 Terminal
    • ESP32-S3-WROOM1 N16R8 module (16MB QSPI flash, 8MB SPI PSRAM)
    • 480x320 pixel display using ILI9488 controller + FT6536 touch controller
    • OV2640 2MP camera
    • micro SD slot
    • MEMS microphone
    • 2x digital IO, 2x analog in (shared with USB-JTAG/Serial)
  • MLX 90640 infrared sensor, 32x24 pixel

Software

  • Zephyr embedded operating system
  • additional modules
    • board definition for the Elecrow ESP terminal board's integrated devices
    • driver for the MLX90640 sensor