Skip to content

Commit ee5f383

Browse files
authored
Merge pull request #11 from CodyTolene/ct/update-readme-software-install
Update README to include Software Installation instructions.
2 parents 4ffff0b + 4051ccc commit ee5f383

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

README.md

+21-13
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,13 @@
2626

2727
## Previews <a name="previews"></a>
2828

29-
<img align="center" src=".github/images/app-preview-cam-01.png" />
30-
31-
---
32-
33-
Early stage rotation:
34-
35-
<img align="center" src=".github/images/rotation-demo.gif" />
29+
This section is coming soon...
3630

3731
<p align="right">[ <a href="#index">Back to top</a> ]</p>
3832

3933
## Hardware Requirements <a name="hardware-requirements"></a>
4034

41-
Requires an ESP32-CAM module. Here's a few on Amazon that I've personally used:
42-
43-
- https://amzn.to/3NCoQUq
44-
45-
- https://amzn.to/46IuAF9
35+
Requires an ESP32-CAM module (I've personally used these: [Amazon link 1][amazon-esp32-cam-link-1] | [Amazon link 2][amazon-esp32-cam-link-2] ).
4636

4737
<p align="right">[ <a href="#index">Back to top</a> ]</p>
4838

@@ -60,7 +50,23 @@ This section is coming soon...
6050

6151
## Software Installation <a name="software-installation"></a>
6252

63-
This section is coming soon...
53+
1. Connect your Flipper Zero via USB, or insert your MicroSD.
54+
2. Download "camerasuite.fap" from the release section.
55+
3. Move "camerasuite.fap" into `~\apps\gpio\` on your Flipper Zero MicroSD:
56+
```
57+
. # The Flipper Zero MicroSD root.
58+
├── apps # The Flipper Zero Applications folder.
59+
| ├── gpio # The Flipper Zero General Purpose Input/Output folder.
60+
| | ├── camerasuite.fap # The Camera Suite application.
61+
```
62+
4. Reinsert your MicroSD into your Flipper Zero if you took it out.
63+
5. Plug in your ESP32-CAM module to your Flipper Zero.
64+
6. Press the "Power" button on your Flipper Zero to turn it on.
65+
7. Open the application "[ESP32-CAM] Camera Suite":
66+
```
67+
Applications > GPIO > [ESP32-CAM] Camera Suite
68+
```
69+
8. That's it! Follow the on screen instructions to continue.
6470

6571
<p align="right">[ <a href="#index">Back to top</a> ]</p>
6672

@@ -84,6 +90,8 @@ Cody
8490

8591
<!-- LINKS -->
8692

93+
[amazon-esp32-cam-link-1]: https://amzn.to/3NCoQUq
94+
[amazon-esp32-cam-link-2]: https://amzn.to/46IuAF9
8795
[flipper-zero-fap-boilerplate]: https://github.com/leedave/flipper-zero-fap-boilerplate
8896
[flipperzero-camera]: https://github.com/Z4urce/flipperzero-camera
8997
[github-profile-z4urce]: https://github.com/Z4urce

0 commit comments

Comments
 (0)