From 0bd6eddde6d16027cc1f649b6783299879e9264c Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Fri, 22 Jan 2021 10:53:05 -0600 Subject: [PATCH] Create README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..130a707 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# LumixStick +Lumix Camera Control for M5StickC + +## Use +* Edit sketch with access point information and camera IP (can be changed later) +* Flash sketch and restart M5StickC +* Once M5StickC is connected to WiFi the circular icon will indicate camera connection status. + * Red = Disabled + * Yellow = Connecting + * Green = Conencted +* The B button (side button) will enable/disable remote +* Once connected the A button will send the capture command to the camera +* Navigate to the IP Address of the M5StickC in a browser to change the IP of the camera + +## TODO +* Make IP Address changes persistant +* More UI things + * Camera Info + * Settings (Cam IP, Stick IP) + * WiFi Status