From df4f3b81024f9d4439dcd6de7061493ddbf0f774 Mon Sep 17 00:00:00 2001 From: Just Call Me Koko <25190487+justcallmekoko@users.noreply.github.com> Date: Thu, 6 Feb 2020 09:12:42 -0500 Subject: [PATCH] Add enclosure details --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index eea91d1..367c4af 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ - [Flashing Firmware](#flashing-firmware) - [Using Arduino IDE](#setting-up-arduino-ide) - [Updating Firmware](#updating-firmware) + - [Enclosure](#enclosure) - [Under Development](#under-development) - [Special Thanks](#special-thanks) - [For Sale Now](#for-sale-now) @@ -121,6 +122,23 @@ If you own an ESP32 Marauder (v0.4.0 or later) and have not build the project, y 6. Click the `Browse` button and select the .bin file you downloaded from the releases 7. Click `Update` - Marauder will automatically reboot once the update has been applied + +## Enclosure +The ESP32 Marauder sold on Tindie comes with its own 3D printed enclosure. If you want to replace the enclosure that came with yours or you want to try to fit your own hardware in an enclosure and have access to a 3D printer, you can download the STL files [here](https://github.com/justcallmekoko/ESP32Marauder/tree/master/3Dfiles) or from [Thingiverse](https://www.thingiverse.com/thing:4146626). + +Instructions from Thingiverse +Components of the project: + - ESP32 Marauder + - 4 M2.5x10 Hex screws + - Enclosure face plate + - Enclosure body + +How to do the thing: +1. Print both the face plate and the body +2. Mount the face plate onto the screen of the Marauder by putting the pegs through the holes on the screen PCB +3. Lower the Marauder into the body of the enclosure and ensure the battery sits within the trench in the center of the body +4. Fasten the face plate to the body using 4 M2.5x10 hex screws. + - The top of the screws should be flush with the surface of the face plate # Under Development Currently the ESP32 Marauder has limited firmware capabilities. Most of the work so far has been put into designing the hardware. New firmware features will be added over time and will eventually reach a point where this project will be a fully capable hacking machine.