Difference between revisions of "Team:Madrid-OLM/ProManufacturing"

Line 108: Line 108:
 
                                         <div class="tab__content">
 
                                         <div class="tab__content">
 
                                             <h4 class="tittlelist">Software workflow</h4>
 
                                             <h4 class="tittlelist">Software workflow</h4>
 +
                                            <p class="lead nomargin">Bill Of Materials: You could see a complete BoM here (upload the bill).</p>
 +
                                            <p class="lead nomargin">Amount of time: 2 hours.</p>
 +
                                            <p class="lead ">Total  costs: 0 €.</p>
 
                                             <ol class="ourlist">
 
                                             <ol class="ourlist">
                                                 <li class="nomargin"> <p class="lead">Check if your laser could be directly flashable (flash = installing the new firmware) <a href="https://github.com/xunker/neje_laser_upgrades">in this link.</a>If the answer is yes, skip to the “software workflow” step. If the answer is no, just continue reading.</p></li>
+
                                                 <li class="nomargin"> <p class="lead">CYou only need two applications to run your laser engraver:</p></li>
 +
                                                <ul>
 +
                                                    <li class="nomargin"> <p class="lead"><b>Inkscape</b> (for creating the design and and the.gcode file). A .gcode file stores the required machining orders for the laser to cut the designed geometry.</p></li>
 +
                                                    <li class="nomargin"> <p class="lead"><b> Universal Gcode Sender</b> (send the .gcode file to the Arduino).</p></li>
 +
                                                   
 +
                                                </ul>
 +
                                               
 
                                                 <li class="nomargin"> <p class="lead"> When the Arduino UNO and the CNC Shield with the drivers arrive, substitute the old electronics of the laser with the new ones following the tutorial of the previous link. The software that you will need to follow this tutorial will be:</p></li>
 
                                                 <li class="nomargin"> <p class="lead"> When the Arduino UNO and the CNC Shield with the drivers arrive, substitute the old electronics of the laser with the new ones following the tutorial of the previous link. The software that you will need to follow this tutorial will be:</p></li>
 
                                             </ol>
 
                                             </ol>

Revision as of 15:26, 11 October 2018

Madrid-OLM

Manufacturing Protocols

Manufacturing Protocols

Texto de explicacion/ resumen de la pagina.

Chip

1- Mold making

  • Laser engraver hacking

    Laser engraver hacking

    Bill Of Materials: You could see a complete BoM here (upload the bill).

    Amount of time: 3 hours.

    Total costs: 100 €.

    The laser usually come with a proprietary software that only allow you to engrave images. As the chips are going to be cuttered as a vector we’ll need to install a new laser firmware (into the laser) to be controlled with other software (into the PC connected to the laser).

    1. Check if your laser could be directly flashable (flash = installing the new firmware) in this link.If the answer is yes, skip to the “software workflow” step. If the answer is no, just continue reading.

    2. When the Arduino UNO and the CNC Shield with the drivers arrive, substitute the old electronics of the laser with the new ones following the tutorial of the previous link. The software that you will need to follow this tutorial will be:

      1. The official Arduino IDE that you could find in their own page.

      2. The open-source laser firmware (GRBL). You could find the version that we have used (v1.1) in our GitHub repository.

      3. TThe program which control the laser and is going to send the designs from the PC (Universal GCode sender). You could find the version that have worked with us in our GitHub repository (same link as the previous step).

      CAUTION: We have uploaded a different version of the laser firmware to the one described in the tutorial. The only connection that you have to do differently is connecting the laser to Z+ pin instead of SpnEn.

      Disclaimer: The programs that we have used in these step are not developed by our group and are hosted in our Github just to keep the version that have worked for us.

  • Software workflow

    Software workflow

    Bill Of Materials: You could see a complete BoM here (upload the bill).

    Amount of time: 2 hours.

    Total costs: 0 €.

    1. CYou only need two applications to run your laser engraver:

      • Inkscape (for creating the design and and the.gcode file). A .gcode file stores the required machining orders for the laser to cut the designed geometry.

      • Universal Gcode Sender (send the .gcode file to the Arduino).

    2. When the Arduino UNO and the CNC Shield with the drivers arrive, substitute the old electronics of the laser with the new ones following the tutorial of the previous link. The software that you will need to follow this tutorial will be:

  • Calibration
  • Cutting


Back to Mold making Index

2- PDMS casting

  • Preparing PDMS
  • Making a vacuum pump and vacuum chamber
  • Degassing
  • Polymerization process


Back to PDMS casting Index

3- Plasma bonding

  • Modding a microwave
  • Calibrating the microwave
  • Baking the PDMS


Back to Plasma bonding Index

4- Closing the microfluidic circuit

  • Choosing the pump, the tubing and the connectors
  • Troubleshooting the leaks


Back to Closing circuits Index

Assemblies