From 303b0d0bda356b024cd7ede63b60f934f26fc539 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Wed, 25 Oct 2023 11:05:39 -0500 Subject: [PATCH] first commit --- docs/common-software.md | 5 +++++ docs/dirtyfab-equipment.md | 4 ++++ docs/dirtyfab-pchwswp.md | 3 +++ docs/dirtyfab-shopoverview.md | 13 +++++++++++++ docs/dirtyfab-tools.md | 3 +++ docs/e3ds-pchwswp.md | 28 ++++++++++++++++++++++++++++ docs/e3ds-shop-overview.md | 12 ++++++++++++ docs/hpclab-overview.md | 3 +++ docs/index.md | 12 ++++++++++++ docs/rackrental-overview.md | 5 +++++ docs/version-history.md | 4 ++++ mkdocs.yml | 31 +++++++++++++++++++++++++++++++ 12 files changed, 123 insertions(+) create mode 100644 docs/common-software.md create mode 100644 docs/dirtyfab-equipment.md create mode 100644 docs/dirtyfab-pchwswp.md create mode 100644 docs/dirtyfab-shopoverview.md create mode 100644 docs/dirtyfab-tools.md create mode 100644 docs/e3ds-pchwswp.md create mode 100644 docs/e3ds-shop-overview.md create mode 100644 docs/hpclab-overview.md create mode 100644 docs/index.md create mode 100644 docs/rackrental-overview.md create mode 100644 docs/version-history.md create mode 100644 mkdocs.yml diff --git a/docs/common-software.md b/docs/common-software.md new file mode 100644 index 0000000..a8a7c8b --- /dev/null +++ b/docs/common-software.md @@ -0,0 +1,5 @@ +# Common Software + +- Arduino IDE +- Anaconda +- Elmer \ No newline at end of file diff --git a/docs/dirtyfab-equipment.md b/docs/dirtyfab-equipment.md new file mode 100644 index 0000000..6c4c16a --- /dev/null +++ b/docs/dirtyfab-equipment.md @@ -0,0 +1,4 @@ +# Dirtyfab Equipment + +- Reflow (off the shelf) +- Reflow (contello) diff --git a/docs/dirtyfab-pchwswp.md b/docs/dirtyfab-pchwswp.md new file mode 100644 index 0000000..a7f90c0 --- /dev/null +++ b/docs/dirtyfab-pchwswp.md @@ -0,0 +1,3 @@ +# Dirtyfab PC Hardware/Software and Peripherals + +- Dell Precision \ No newline at end of file diff --git a/docs/dirtyfab-shopoverview.md b/docs/dirtyfab-shopoverview.md new file mode 100644 index 0000000..7d893de --- /dev/null +++ b/docs/dirtyfab-shopoverview.md @@ -0,0 +1,13 @@ +# Dirtyfab Shop Overview + +The STL Dirty Fabrication Shop (dirtyfab) is setup to support a range of functions: + +- Metal work +- Wood work +- PCB milling/assembly +- General fabrication +- RF testing +- Environmental testing +- 3d printing/laser cutting/CNC + +It is located in a converted garage with air conditioning/insulation. \ No newline at end of file diff --git a/docs/dirtyfab-tools.md b/docs/dirtyfab-tools.md new file mode 100644 index 0000000..6e39168 --- /dev/null +++ b/docs/dirtyfab-tools.md @@ -0,0 +1,3 @@ +# Dirtyfab Tools + +- Ryobi set \ No newline at end of file diff --git a/docs/e3ds-pchwswp.md b/docs/e3ds-pchwswp.md new file mode 100644 index 0000000..dee20bd --- /dev/null +++ b/docs/e3ds-pchwswp.md @@ -0,0 +1,28 @@ +# E3ds PC Hardware/Software and Peripherals And Equipment + +- [Surface Laptop Go 2](https://www.microsoft.com/en-us/d/surface-laptop-go-2/8pglpv76mjhn?activetab=pivot:overviewtab) with 8gb ram running Windows 11 Professional 22H2 +- [3d scanner](https://en.openscan.eu/) +- [Canon Pixma Pixel Pro 9500 Printer](https://www.usa.canon.com/support/p/pixma-pro9500) +- Monoprice Select Mini 3d Printer P/N 15365 +- Monoprice 3d Printer 2 +- Go Video VHS/DVD player +- 2x USB SATA/IDE connectors +- Dazzle +- [Fijitsu ScanSnap S1500](https://www.fujitsu.com/us/Images/scansnap-s1500_datasheet.pdf) +- Neatdesk Scanner +- [Dymo LabelWriter 450 Turbo](https://www.dymo.com/label-makers-printers/labelwriter-label-printers/dymo-labelwriter-450-turbo-direct-thermal-label-printer/SAP_1752265.html) +- [Canon Color ImageClass MF734Cdw print/fax/scan](https://www.csai.canon.com/support/p/color-imageclass-mf743cdw) +- [Ubiquiti Tough Switch POE](https://dl.ubnt.com/guides/toughswitch/TOUGHSwitch_PoE_8-Port_QSG.pdf) (non PC controlled/connected except when needed) +- DC Bench Power Supply (non PC controlled/connected, stand alone unit) +- 110 plug +- USB power/data hub +- [AOYUE Solder Rework Int 899A+ Solder Rework Station](https://www.aoyue3d.com/en/pro/default.asp?id=99) +- [ECG J-SSD-1 Solder Station](https://www.dxengineering.com/parts/ecg-j-ssd-1) +- [Lumens Document Camera](https://www.mylumens.com/en/Products_detail/41/DC172-Document-Camera) +- [Adafruit Microscope](https://www.adafruit.com/product/636) +- [Bitscope BS05](http://www.bitscope.com/product/BS05/) +- [BusPirate](https://buspirate.com/) +- [UT61E Logging Multimeter](https://meters.uni-trend.com/product/ut61-series/) +- [ST-Link v2 Jtag](https://www.st.com/en/development-tools/st-link-v2.html) +- [Panavise PCB Holder](https://www.panavise.com/index.html?pageID=1&page=full&--eqskudatarq=1) +- [Silhouette Cameo 4](https://www.silhouetteamerica.com/featured-product/cameo) \ No newline at end of file diff --git a/docs/e3ds-shop-overview.md b/docs/e3ds-shop-overview.md new file mode 100644 index 0000000..432d1bc --- /dev/null +++ b/docs/e3ds-shop-overview.md @@ -0,0 +1,12 @@ +# E3ds shop overview + +The E3ds shop is intended to support the following activities: + +- Electronics assembly/repair (non reflow soldering) +- Light general repair/assembly/(clean) fabrication work (full set of hand tools) +- Vinyl and other light materials (card stock, paper) cutting (computer controlled 2d cutting via Silhouette) +- PC/laptop repair and data recovery (multiple external hard drive bays, extensive precision tool collection and non-destructive entry tools) +- 3d printing +- VHS to digital conversion (via Pixel converter) +- Software Development and documentation (Python, Perl, Go, Ruby, R, Node, C/C++, draw.io, modelio etc.) (see comprehensive list below) +- General office needs (print/copy/scan/fax, shredding, label making) and also going paperless! \ No newline at end of file diff --git a/docs/hpclab-overview.md b/docs/hpclab-overview.md new file mode 100644 index 0000000..fd5792c --- /dev/null +++ b/docs/hpclab-overview.md @@ -0,0 +1,3 @@ +# TSYS HPCLab Overview + +Currently, TSYS Group (Starting Line Productions parent company) operates an HPC cluster to run various medium/large engineering workloads. TSYS is considering making some capacity on this cluster available to STL customers at some point in the future. diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..6e64d8b --- /dev/null +++ b/docs/index.md @@ -0,0 +1,12 @@ +# Starting Line Productions Shop Guide + +Welcome to Starting Line Productions (STL)! + +We created STL to serve the needs of our parent corporation (Turnkey Network Systems) and support R&D at Suborbital Systems (high altitude balloons) and MeetMorse (ground stations and subscriber equipment). We have spare capacity in between hardware revisions and wanted to monetize the asset base. Hence, we are making it available to the public at industry leading breakthrough pricing and access hours. + +This document provides a comprehensive overview of the tools, equipment and supplies provided as part of your rental. It covers all the rental areas, what is provided with each and +links to vendor/product documentation. A big goal of STL is to have the lab be fully reproducible by anyone! + +We include pictures of all the areas and tools/equipment. We put quite a bit of work into building this shop and want to show it off! + +Furthermore, this manual is intended to be comprehensive and cover everything you may need to know! \ No newline at end of file diff --git a/docs/rackrental-overview.md b/docs/rackrental-overview.md new file mode 100644 index 0000000..8fae488 --- /dev/null +++ b/docs/rackrental-overview.md @@ -0,0 +1,5 @@ +# RackRental Overview + +Currently, in internal alpha testing, RackRental will offer a multivendor physical/virtual lab for anything you can imagine regarding networking. + +It's being heavily utilized by TSYS Group in its ongoing R&D efforts to brings a new network hardware/OS stack to market. \ No newline at end of file diff --git a/docs/version-history.md b/docs/version-history.md new file mode 100644 index 0000000..f9b9ca5 --- /dev/null +++ b/docs/version-history.md @@ -0,0 +1,4 @@ +# Version history + +v1.0 10/23/2023 + diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..14a8c51 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,31 @@ +site_name: Starting Line Productions Shop Guide +site_url: https://guide.startinglineproductions.com +nav: + - Home: index.md + - Version History: version-history.md + - Shop Health / Safety / Security information: shss.md + - First Aid: first-aid.md + - Emergency Action Plan: emactplan.md + - E3ds shop overview: e3ds-shop-overview.md + - E3ds PC Hardware/Software and Peripherals And Equipment: e3ds-pchwswp.md + - E3ds Tools: e3ds-tools.md + - E3ds Supplies: e3ds-supplies.md + - Cleanfab Shop Overview: cleanfab-shop-overview.md + - Cleanfab Tools: cleanfab-tools.md + - Cleanfab Equipment: cleanfab-equipment.md + - Cleanfab Supplies: cleanfab-supplies.md + - Dirtyfab Shop Overview: dirtyfab-shopoverview.md + - Dirtyfab PC Hardware/Software and Peripherals: dirtyfab-pchwswp.md + - Dirtyfab Tools: dirtyfab-tools.md + - Dirtyfab Equipment: dirtyfab-equipment.md + - Dirtyfab Supplies: dirtyfab-supplies.md + - Common Software: common-sottware.md + - Kitchen Overview: kitchen-overview.md + - Kitchen Tools: kitchen-tools.md + - Kitchen Equipment: kitchen-equipment.md + - Future Offerings: future-offerings.md + - HPCLab Overview: hpclab-overview.md + - HPCLab Inventory: hpclab-inventory.md + - RackRental overview: rackrental-overview.md + - RackRental inventory: rackrental-inventory.md +theme: readthedocs \ No newline at end of file