diff --git a/docs/img/1000030233.jpg b/docs/img/1000030233.jpg new file mode 100644 index 0000000..c751b39 Binary files /dev/null and b/docs/img/1000030233.jpg differ diff --git a/docs/img/1000030234.jpg b/docs/img/1000030234.jpg new file mode 100644 index 0000000..3a16c6e Binary files /dev/null and b/docs/img/1000030234.jpg differ diff --git a/docs/img/1000030235.jpg b/docs/img/1000030235.jpg new file mode 100644 index 0000000..f0ea66f Binary files /dev/null and b/docs/img/1000030235.jpg differ diff --git a/docs/img/1000030236.jpg b/docs/img/1000030236.jpg new file mode 100644 index 0000000..13a3573 Binary files /dev/null and b/docs/img/1000030236.jpg differ diff --git a/docs/img/1000030237.jpg b/docs/img/1000030237.jpg new file mode 100644 index 0000000..a52cc72 Binary files /dev/null and b/docs/img/1000030237.jpg differ diff --git a/docs/img/apmode.png b/docs/img/apmode.png new file mode 100644 index 0000000..f0c5bfe Binary files /dev/null and b/docs/img/apmode.png differ diff --git a/docs/img/current.png b/docs/img/current.png new file mode 100644 index 0000000..c2aa1af Binary files /dev/null and b/docs/img/current.png differ diff --git a/docs/img/device.png b/docs/img/device.png new file mode 100644 index 0000000..386c64f Binary files /dev/null and b/docs/img/device.png differ diff --git a/docs/img/static.png b/docs/img/static.png new file mode 100644 index 0000000..450dae7 Binary files /dev/null and b/docs/img/static.png differ diff --git a/docs/settings.md b/docs/settings.md new file mode 100644 index 0000000..16ee9d1 --- /dev/null +++ b/docs/settings.md @@ -0,0 +1,77 @@ +# Settings + +> **Warning** +> Wi-Fi and IP related settings will restart the Wi-Fi service. +> After applying the settings, you may need to reconnect to the page. +> +> Please be careful when applying settings. Incorrect settings may prevent you from connecting to the device. +> If you have problems with the device settings, connect the debug USB-C connector to check the device's logs. +> If necessary, you can re-update the firmware to initialize the device. + +## Connect to Wi-Fi + +The device boots in APSTA mode by default and services the following AP. + +- SSID: odroid-pm +- Password: powermate + +After connecting to the above AP using a smartphone, etc., you can configure the device by accessing the +`http://192.168.4.1` address. + +> **Warning** +> A warning that the AP does not have internet may appear. Please press `Allow connection` to connect to the device. + +You can open the settings window by pressing the gear button at the top. +Press the Scan button to see a list of nearby APs. + + + +After entering the password, press the Connect button and PowerMate will attempt to connect to the AP. +For public APs, leave the Password blank. + + + + + + + +When Wi-Fi is connected, the green SSID name appears at the top of the page. + + + +## Set static ip + +You can assign the IP of the device yourself. +You can set the IP directly by turning on the `Use Static IP` toggle in the `Network` tab. + +![static.png](img/static.png) + +## AP Mode + +Configure the AP function of PowerMate. + +If you do not need the AP service, it is recommended to disable it. + +![apmode.png](img/apmode.png) + +## Current Limit + +Monitors the current of PowerMate, and if a value higher than the set current is detected, all load switches are turned +off. + +![current.png](img/current.png) + +## Device + +Sets the UART Baudrate. Please match it with the baudrate of the connected ODROID. + +| ODROID | Baud rate | +|------------------|----------------------------| +| ODROID-C4 | 115200 | +| ODROID-C5 | 921600 | +| ODROID-M1/M1S/M2 | 1500000 | +| ODROID-H3/4 | According to user settings | + +You can reboot the PowerMate. The state of the load switch does not change due to rebooting. + +![device.png](img/device.png) \ No newline at end of file