From 3f9f8b727a74f6a2c5015cf9cfa58acc4a44c2a4 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 22 Aug 2017 13:33:58 +0300 Subject: Initial files --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..e13d179 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# DG-M1Q + +This nice little device can be had for just over $15 (https://www.banggood.com/Digoo-DG-M1Q-960P-2_8mm-Wireless-Mini-WIFI-Night-Vision-Smart-Home-Security-IP-Camera-Onvif-Monitor-p-1123595.html) and while it is quite capable it has some horrible software. + +Operating it requires connecting to some shady "cloud" service and downloading some apps to your mobile device. + +Unacceptable. + +Here's an alternative way of using this thing. + +## Usage + +1. Setup an isolated wireless network called `Free-AP0` with no authentication +2. Device wil connect to it on boot +3. Hook up to serial UART pins +4. Despite lots of shit being dumped to console, run `/bin/busybox telnetd` +5. Run `ip a` to get the IP address for the device +6. From a separate device on the network run `telnet $IP_ADDR` +7. Login with `root`, no password is needed + +## Logs + + - [First uninterrupted boot log](unbox.log) + - [U-boot information](uboot.log) + + -- cgit v1.3.1