Skip to content

Commit

Permalink
new readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-filipiak committed May 30, 2023
1 parent 1a5d9d9 commit 7f49e1c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ Software for ESP32-CAM that allows camera configuration via Bluetooth terminal.

CAMERA.

If you are using your own server to store images, before compiling the code, change line xx to the address of your server. If the server is running on a local network, you can use its fixed IP address in that network. Once you compile this code, you can load it onto all your cameras. The remaining configuration, such as the Wi-Fi network name and password, can be done by connecting to the camera via Bluetooth. I recommend using the 'Serial Bluetooth Terminal' application on Android. Use "LF" for a new line in Serial Bluetooth Terminal - look at "settings". After pairing the camera, connect to it. Sending the character 'h' will display the menu. The operation is simple and intuitive — use it like a terminal.
If you are using your own server to store images, before compiling the code, change lines:

//String serverName = "192.168.1.XXX"; // REPLACE WITH SERVER API IP ADDRESS
String serverName = "api.filipiak.tech"; // OR REPLACE WITH YOUR DOMAIN NAME SERVER API
String serverPath = "/camsender/index.php?send/"; //REPLACE WITH YOUR PATH, "/" before and at the end is important

to the address of your server. If the server is running on a local network, you can use its fixed IP address in that network. Once you compile this code, you can load it onto all your cameras. The remaining configuration, such as the Wi-Fi network name and password, can be done by connecting to the camera via Bluetooth. I recommend using the 'Serial Bluetooth Terminal' application on Android. Use "LF" for a new line in Serial Bluetooth Terminal - look at "settings". After pairing the camera, connect to it. Sending the character 'h' will display the menu. The operation is simple and intuitive — use it like a terminal.

SERVER.

Expand Down

0 comments on commit 7f49e1c

Please sign in to comment.