Skip to content

Latest commit

 

History

History
70 lines (56 loc) · 1.75 KB

device-foscam-x5.md

File metadata and controls

70 lines (56 loc) · 1.75 KB

OpenIPC Wiki

Table of Content

Foscam X5 / Acculenz R5 / Assark X3E

Preparation

Format an sdcard to FAT32 and copy the content of the following archive to the card:

Update your wireless credentials on autostart.sh:

#!/bin/sh
+WLAN_SSID="Router"
+WLAN_PASS="12345678"

Flashing

  • Make sure the camera is powered off, put the prepared sdcard into the device.
  • Power the device on and wait at least 4 minutes.
  • Shortly after an OpenIPC camera should appear on your wlan.

GPIO

IRLed IRCut Speaker Reset IRSensor
GPIO0 GPIO3 GPIO14 GPIO66 GPIO80
cli -s .nightMode.irSensorPin 80
cli -s .nightMode.irCutPin1 3
cli -s .nightMode.irCutSingleInvert true
cli -s .nightMode.backlightPin 0
cli -s .audio.speakerPin 14
cli -s .audio.speakerPinInvert true

Wireless

fw_setenv wlandev rtl8188fu-ssc337de-foscam
fw_setenv wlanssid Router
fw_setenv wlanpass 12345678

Camera disassembly

Expand pictures

Other