diff --git a/docs/.doctrees/build_your_own/3D Printing.doctree b/docs/.doctrees/build_your_own/3D Printing.doctree index 6a1cd0b..9074494 100644 Binary files a/docs/.doctrees/build_your_own/3D Printing.doctree and b/docs/.doctrees/build_your_own/3D Printing.doctree differ diff --git a/docs/.doctrees/build_your_own/Fabrication.doctree b/docs/.doctrees/build_your_own/Fabrication.doctree index af59fd0..ac6ef08 100644 Binary files a/docs/.doctrees/build_your_own/Fabrication.doctree and b/docs/.doctrees/build_your_own/Fabrication.doctree differ diff --git a/docs/.doctrees/build_your_own/Soldering.doctree b/docs/.doctrees/build_your_own/Soldering.doctree index 74994ab..7354212 100644 Binary files a/docs/.doctrees/build_your_own/Soldering.doctree and b/docs/.doctrees/build_your_own/Soldering.doctree differ diff --git a/docs/.doctrees/build_your_own/Testing.doctree b/docs/.doctrees/build_your_own/Testing.doctree index 073acc0..fe149f4 100644 Binary files a/docs/.doctrees/build_your_own/Testing.doctree and b/docs/.doctrees/build_your_own/Testing.doctree differ diff --git a/docs/.doctrees/build_your_own/overview.doctree b/docs/.doctrees/build_your_own/overview.doctree index 40b1636..917fbc2 100644 Binary files a/docs/.doctrees/build_your_own/overview.doctree and b/docs/.doctrees/build_your_own/overview.doctree differ diff --git a/docs/.doctrees/environment.pickle b/docs/.doctrees/environment.pickle index 847a2d6..f1ef76f 100644 Binary files a/docs/.doctrees/environment.pickle and b/docs/.doctrees/environment.pickle differ diff --git a/docs/.doctrees/index.doctree b/docs/.doctrees/index.doctree index 89fafae..ef8f567 100644 Binary files a/docs/.doctrees/index.doctree and b/docs/.doctrees/index.doctree differ diff --git a/docs/_images/3D.jpg b/docs/_images/3D.jpg new file mode 100644 index 0000000..dac0dd3 Binary files /dev/null and b/docs/_images/3D.jpg differ diff --git a/docs/_images/3D2.jpg b/docs/_images/3D2.jpg new file mode 100644 index 0000000..18ca6a2 Binary files /dev/null and b/docs/_images/3D2.jpg differ diff --git a/docs/_images/cura.png b/docs/_images/cura.png new file mode 100644 index 0000000..f5cfae7 Binary files /dev/null and b/docs/_images/cura.png differ diff --git a/docs/_images/hole.jpg b/docs/_images/hole.jpg new file mode 100644 index 0000000..5ded56d Binary files /dev/null and b/docs/_images/hole.jpg differ diff --git a/docs/_images/pcb.png b/docs/_images/pcb.png new file mode 100644 index 0000000..a3bcc8e Binary files /dev/null and b/docs/_images/pcb.png differ diff --git a/docs/_images/schema.png b/docs/_images/schema.png new file mode 100644 index 0000000..d2e3800 Binary files /dev/null and b/docs/_images/schema.png differ diff --git a/docs/_images/solder.jpg b/docs/_images/solder.jpg new file mode 100644 index 0000000..b8f4aaa Binary files /dev/null and b/docs/_images/solder.jpg differ diff --git a/docs/_images/solder2.jpg b/docs/_images/solder2.jpg new file mode 100644 index 0000000..634c979 Binary files /dev/null and b/docs/_images/solder2.jpg differ diff --git a/docs/_sources/build_your_own/3D Printing.rst.txt b/docs/_sources/build_your_own/3D Printing.rst.txt index 0d1743b..3037bbe 100644 --- a/docs/_sources/build_your_own/3D Printing.rst.txt +++ b/docs/_sources/build_your_own/3D Printing.rst.txt @@ -1,2 +1,23 @@ 3D Printing -=========== \ No newline at end of file +=========== + +.. image:: cura.png + :width: 80% + :align: center + + +The latest CAD files can downloaded from `this link. `_ The CAD files can be edited in Fusion360. You can also use the .stl files directly for the 3D printing. + +The 3D prints were done on a fdm printer with a eSun PLA+ filament. The following settings were used for the print: + +* Layer Height: 0.25mm +* Wall thickness: 1.2mm +* infill: 50% +* Generate support, Overhang Angle:60 + +.. image:: 3D.jpg + :width: 45% + + +.. image:: 3D2.jpg + :width: 45% diff --git a/docs/_sources/build_your_own/Fabrication.rst.txt b/docs/_sources/build_your_own/Fabrication.rst.txt index 2b4a81e..88a8da9 100644 --- a/docs/_sources/build_your_own/Fabrication.rst.txt +++ b/docs/_sources/build_your_own/Fabrication.rst.txt @@ -1,2 +1,12 @@ PCB Fabrication -=============== \ No newline at end of file +=============== + +Schematic and PCB +----------------- + +.. image:: pcb.png + +The latest PCB files can downloaded from `this link `_ + +There are two subfolders under the PCB folder. One contains the KiCAD files that can be edited and customized. The other folder titled "Gerbers" contains the manufacture ready files +that can be directly sent to a PCB manufacturer like JLCPCB. diff --git a/docs/_sources/build_your_own/Soldering.rst.txt b/docs/_sources/build_your_own/Soldering.rst.txt index cff54d4..15f3f35 100644 --- a/docs/_sources/build_your_own/Soldering.rst.txt +++ b/docs/_sources/build_your_own/Soldering.rst.txt @@ -1,2 +1,32 @@ Soldering -========= \ No newline at end of file +========= + +SMD Components +-------------- + +.. image:: solder.jpg + :width: 45% + + +.. image:: solder2.jpg + :width: 45% + + +.. note:: + The PCB in these pictures are from the previous version, I'll update them once I receive the new batch. The only difference in the new version is the button placement. The newer version has the button on the back. + +The components can be soldered on to the PCB by hand, but you could also use solder paste and a reflow oven to make the process easier. I followed this tutorial +for the hand soldering: + +.. raw:: html + + + +Through-Hole Components +----------------------- + +The only Through-Hole components in this build are te header pins. You can also solder additional expansion pins if you plan to prototype with the board. + +.. image:: hole.jpg + :width: 60% + :align: center diff --git a/docs/_sources/build_your_own/Testing.rst.txt b/docs/_sources/build_your_own/Testing.rst.txt index d80697e..4e7e40c 100644 --- a/docs/_sources/build_your_own/Testing.rst.txt +++ b/docs/_sources/build_your_own/Testing.rst.txt @@ -1,2 +1,2 @@ -Testing -======= \ No newline at end of file +Assembly and Testing +==================== \ No newline at end of file diff --git a/docs/_sources/build_your_own/overview.rst.txt b/docs/_sources/build_your_own/overview.rst.txt index 0f276ed..60c159f 100644 --- a/docs/_sources/build_your_own/overview.rst.txt +++ b/docs/_sources/build_your_own/overview.rst.txt @@ -1,2 +1,22 @@ Overview -======== \ No newline at end of file +======== + + +Here are the parts that are required to biuld trinteract. You can also prototype it first before fabricating a pcb following the wiring diagram below. + +Parts +----- + +* :doc:`Trinteract pcb ` +* `Infenion TLV493DA Low Power 3D Magnetic Sensor `_ +* '2 x 2.2k Ξ© SMD Resistor 0805 - R1 & R3 +* '680 Ξ© SMD Resistor 0805 - R2 +* '4.7k Ξ© SMD Resistor 0805 - R4 +* '100n SMD Capacitor 0805 - C1 +* 'Tactile Switch 5 X 5mm, 2 mm Actuator Height +* 4x4mm neodymium cube magnet + +': *These parts can be bought from any major electronics supplier, like Digikey or Mouser* + + + diff --git a/docs/_sources/index.rst.txt b/docs/_sources/index.rst.txt index eb144fd..743ee2f 100644 --- a/docs/_sources/index.rst.txt +++ b/docs/_sources/index.rst.txt @@ -16,7 +16,6 @@ Contents :caption: πŸ› οΈ Build Your Own build_your_own/overview - build_your_own/Bill of materials build_your_own/Fabrication build_your_own/Soldering build_your_own/3D Printing diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index 3539e2c..6ae5729 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -21,7 +21,17 @@ h1, h2 { .theme-toggle-container{ display: none; } +.content-icon-container svg{ + height: 2rem !important; + width: 2rem !important; +} +.content-icon-container{ + border-style: solid; + border-style: dashed; + border-width: 1px; + border-radius: 5px; +} body{ --color-problematic: #b30000 !important; --color-foreground-primary: #000 !important; diff --git a/docs/build_your_own/3D Printing.html b/docs/build_your_own/3D Printing.html index fdb3c22..a066fb3 100644 --- a/docs/build_your_own/3D Printing.html +++ b/docs/build_your_own/3D Printing.html @@ -3,7 +3,7 @@ - + 3D Printing - trinteract v1.2 documentation @@ -168,11 +168,10 @@

πŸ› οΈ Build Your Own

πŸ“– Development

    @@ -223,6 +222,17 @@

    3D Printing#

    +../_images/cura.png +

    The latest CAD files can downloaded from this link. The CAD files can be edited in Fusion360. You can also use the .stl files directly for the 3D printing.

    +

    The 3D prints were done on a fdm printer with a eSun PLA+ filament. The following settings were used for the print:

    +
      +
    • Layer Height: 0.25mm

    • +
    • Wall thickness: 1.2mm

    • +
    • infill: 50%

    • +
    • Generate support, Overhang Angle:60

    • +
    +../_images/3D.jpg +../_images/3D2.jpg
    @@ -235,7 +245,7 @@
    Next
    -
    Testing
    +
    Assembly and Testing
    diff --git a/docs/build_your_own/Fabrication.html b/docs/build_your_own/Fabrication.html index b84e454..9d4e76f 100644 --- a/docs/build_your_own/Fabrication.html +++ b/docs/build_your_own/Fabrication.html @@ -3,7 +3,7 @@ - + PCB Fabrication - trinteract v1.2 documentation @@ -136,7 +136,7 @@ -