Skip to content

EpicLPer/sonoff-hack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom firmware for Sonoff camera (model GK-200MP2B)

This firmware is based on the yi-hack-Allwinner project. https://github.com/roleoroleo/yi-hack-Allwinner

It's a clone made for Sonoff camera based on Goke platform.

This firmware doesn't overwrite the original one, simply it add some features. For example: RTSP stream is provided through the sonoff original application.

Thanks to @EpicLPer for writing the hack guide for this cam: https://github.com/EpicLPer/Sonoff_GK-200MP2-B_Dump

I have no time to support the project, so feel free to clone/fork this git and modify it as you want.

Table of Contents

Contributing and Bug Reports

See CONTRIBUTING

Features

This firmware contains the following features.

  • FEATURES
    • ONVIF server (with support for h264 stream, snapshot, ptz, presets, events and WS-Discovery) - standardized interfaces for IP cameras.
    • Snapshot service - allows to get a jpg (1920x1080) with a web request.
    • MQTT - Motion detection through mqtt protocol.
    • Web server - web configuration interface (port 8080).
    • SSH server - dropbear.
    • FTP server.
    • Authentication for HTTP, RTSP and ONVIF server.
    • Management of motion detect events and videos through a web page.
    • PTZ support through a web page.
    • Goto and set presets through a web page.
    • The possibility to disable all the cloud features.
    • Swap File on SD
    • Online firmware upgrade.
    • Load/save/reset configuration.

Performance

The performance of the cam is not so good (CPU, RAM, etc...). If you enable all the services you may have some problems. Disable cloud is recommended to save resources.

If you notice problems and you have a SD to waste, try to enable swap file.

Supported cameras

Currently this project supports only GK-200MP2B camera with firmware version V2524.1.245build20191030.

USE AT YOUR OWN RISK.

Do not try to use this fw on an another model

Getting Started

  1. Check that you have a correct Sonoff camera.

  2. Get a microSD card, 16gb or less, and format it by selecting FAT32 File System.

  3. Get the correct firmware file from the releases section (https://github.com/roleoroleo/sonoff-hack/releases).

  4. Decompress the file (tgz format) on root path of microSD card.

  5. Remove power to the camera, insert the microSD card, turn the power back ON.

  6. Wait a minute.

  7. Go in the browser and access the web interface of the camera as a website (http://IP-CAM:8080). Find the IP address on your router's portal (see connected devices).

  8. Don't remove the microSD card (yes this hack requires a dedicated microSD card).

  9. Done.

Build your own firmware

If you want to build your own firmware, clone this git and compile it using a linux machine. Quick explanation:

  • Download and install the toolchain I compiled.
  • Prepare the system installing all the necessary packages.
  • Clone this git.
  • git submodule update --init
  • ./scripts/compile.sh
  • ./scripts/pack_fw.all.sh

Unbricking

If your camera doesn't start, no panic. This hack is not a permanent change, remove your SD card and the cam will come back to the original state.

Acknowledgments

Special thanks to the following people for the previous projects I started from.

Donation

If you like this project, you can buy me a beer :) paypal


DISCLAIMER

I AM NOT RESPONSIBLE FOR ANY USE OR DAMAGE THIS SOFTWARE MAY CAUSE. THIS IS INTENDED FOR EDUCATIONAL PURPOSES ONLY. USE AT YOUR OWN RISK.

About

Custom firmware for Sonoff GK-200MP2B camera

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 70.2%
  • C++ 11.1%
  • HTML 8.4%
  • Shell 5.8%
  • JavaScript 3.2%
  • Makefile 0.9%
  • Other 0.4%