-
Notifications
You must be signed in to change notification settings - Fork 85
Camera: Eufy E210 Outdoor Cam
Paul Philippov edited this page Feb 22, 2025
·
6 revisions
- SoC: Ingenic T31X
- Image Sensor: SC3335 or SC3338
- Wi-Fi Module: SYN4343 (SDIO)
- Flash Chip: NOR 32MB
- Power: 5V DC USB
Type | Details |
---|---|
Status LED | Blue / Red |
White LEDs | 2x White LEDs |
IR LEDs | 850nm x4 |
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]