Camera: Eufy E210 Outdoor Cam - themactep/thingino-firmware GitHub Wiki

Eufy E210 Outdoor Cam

At the time of writing, there are 4 possible firmwares:

image

The correct one will depend on the image sensor and camera variant (check the underside the camera). There is no way to know without trying each one of these. Once you've configure the camera, if the stream doesn't work, and/or the logs show some sensor error, that means you picked the wrong firmware. Just try another one.

For further instructions, follow the Eufy E220 guide.


Hardware

  • SoC: Ingenic T31X
  • Image Sensor: SC3335 or SC3338
  • Wi-Fi Module: SYN4343 (SDIO)
  • Flash Chip: NOR 32MB
  • Power: 5V DC USB

Variants:

LEDs

Type Details
Status LED Blue / Red
White LEDs 2x White LEDs
IR LEDs 850nm x4

image

Unusual hardware design for LED control:

Mode GPIO 6 GPIO 7 GPIO 59 GPIO 60
White LED ON HIGH LOW HIGH HIGH
White LED OFF LOW LOW LOW LOW
IR LED ON HIGH HIGH LOW HIGH
IR LED OFF LOW LOW LOW LOW
Both LEDs ON HIGH HIGH HIGH HIGH
Both LEDs OFF LOW LOW LOW LOW
graph TD
    PS1[24V Power Supply - White LED] --> GPIO6[GPIO 6 - Global Enable]
    PS2[8V Power Supply - IR LED] --> GPIO6

    GPIO6 --> GPIO7[GPIO 7 - Mode Selector]
    GPIO6 --> GPIO59[GPIO 59 - White LED Control]
    GPIO7 --> GPIO60[GPIO 60 - Shared Driver]

    GPIO59 --> WhiteLED[White LED]
    GPIO60 --> WhiteLED
    GPIO60 --> IRLED[IR LED]