Arduino OpenSCAD mounting library (v2.0)

Arduino OpenSCAD mounting library (v2.0)

prusaprinters

<p>This is a library of OpenSCAD modules for mounting Arduino boards. It has modules for creating enclosures, bumpers, mounting holes, punch out holes for jacks like USB and power and board dimensions. If you are making a custom enclosure or are mounting an Arduino board to a larger project this should make it easier.<br/> Included is an example scad file and some stls of bumpers generated with the library. The long term goal is to make this useful for a variety of boards not just Arduinos.</p> <p>This is version 2.0. If your looking for the original look the v1.0 release at my Github repository:<br/> <a href="https://github.com/kellyegan/Arduino-Mounting-OpenSCAD-Library">https://github.com/kellyegan/Arduino-Mounting-OpenSCAD-Library</a></p> <p>The library uses tbuser's pin library for the pin mounts: <a href="https://www.thingiverse.com/thing:10541">http://www.thingiverse.com/thing:10541</a></p> <p>There are a number of great designs for individual Arduino board enclosures that I used for inspiration including:</p> <ul> <li>Chu's bumper: <a href="https://www.thingiverse.com/thing:26237">http://www.thingiverse.com/thing:26237</a></li> </ul> <h3>Print instructions</h3><h3>Category: Electronics Instructions</h3> <h3> OpenSCAD Arduino Mounting library</h3> <p>The library has a variety of modules for creating Arduinos and Arduino mounts. Here is a basic description of the included modules. It includes all official boards through the Due. For examples see the included example SCAD.</p> <h3> arduino(boardType)</h3> <p><strong>boardType</strong> - UNO, LEONARDO, DUEMILANOVE, DIECIMILA, DUE, MEGA, MEGA 2560<br/> <em>This module creates an Arduino board with USB connector, power supply and headers.</em></p> <h3> bumper(boardType, mountingHoles)</h3> <p><strong>boardType</strong> - UNO, LEONARDO, DUEMILANOVE, DIECIMILA, DUE, MEGA, MEGA 2560<br/> <strong>mountingHoles</strong> - (OPTIONAL) True or false for external mounting holes for bumper.<br/> <em>Create a simple bumper style encloser for a particular board</em></p> <h3> enclosure(boardType, wall, offset, heightExtension, cornerRadius, mountType)</h3> <p><strong>boardType</strong> - UNO, LEONARDO, DUEMILANOVE, DIECIMILA, DUE, MEGA, MEGA 2560<br/> <strong>wall</strong> - Thickness of enclosure walls. Default is 3.<br/> <strong>offset</strong> - Distance of PCB from walls.<br/> <strong>heightExtension</strong> - Additional space at the top of the box.<br/> <strong>cornerRadius</strong> - Corner radius for outside of box.<br/> <strong>mountType</strong> - TAPHOLES, PINS How the standoffs attach to the board either using tap holes for screws or pins.<br/> <em>Creates a box enclosure with a snap-on lid for a particular board</em></p> <h3> enclosureLid(boardType, wall, offset, cornerRadius, ventHoles)</h3> <p><strong>boardType</strong> - UNO, LEONARDO, DUEMILANOVE, DIECIMILA, DUE, MEGA, MEGA 2560<br/> <strong>wall</strong> - Thickness of enclosure walls. Default is 3.<br/> <strong>offset</strong> - Distance of PCB from walls.<br/> <strong>cornerRadius</strong> - Corner radius for outside of box.<br/> <strong>ventHoles</strong> - true, false for holes in the lid.<br/> <em>Creates a lid for the box enclosure</em></p> <h3> standoffs(boardType, height, bottomRadius, topRadius)</h3> <p><strong>boardType</strong> - UNO, LEONARDO, DUEMILANOVE, DIECIMILA, DUE, MEGA, MEGA 2560<br/> <strong>height</strong> - height of standoffs<br/> <strong>bottomRadius</strong> - Radius of bottom of standoff cylinder.<br/> <strong>topRadius</strong> - Radius of top of standoff cylinder.<br/> <strong>holeRadius</strong> - Radius of tap hole in the standoff.<br/> <em>This creates standoffs for mounting holes. These are simple cylinders that can be tapered. For custom standoffs use the holePlacement() module.</em></p> <h3> boardShape( boardType, offset, height )</h3> <p><strong>boardType</strong> - UNO, LEONARDO, DUEMILANOVE, DIECIMILA, DUE, MEGA, MEGA 2560<br/> <strong>offset</strong> - creates the shape offset from actual board size. Negative values create an inset shape.<br/> <strong>height</strong> - default is pcb height but can be any value needed.<br/> <em>This creates the shape of the PCB with no holes. The default create a basic Uno PCB.</em></p> <h3> boundingBox(boardType, offset, height, cornerRadius, include)</h3> <p><strong>boardType</strong> - UNO, LEONARDO, DUEMILANOVE, DIECIMILA, DUE, MEGA, MEGA 2560<br/> <strong>offset</strong> - creates the shape offset from actual board size. Negative values create an inset shape.<br/> <strong>height</strong> - default is board height (including components) but can be any value needed.<br/> <strong>cornerRadius</strong> -<br/> <strong>include</strong> - BOARD, PCB, COMPONENTS What to include in bounding box, just the PCB, just the components or both (BOARD)<br/> <em>This creates a box whos dimensions are the extremes of the board.</em></p> <h3> holePlacement()</h3> <p><strong>boardType</strong> - UNO, LEONARDO, DUEMILANOVE, DIECIMILA, DUE, MEGA, MEGA 2560<br/> <em>This is used for placing holes and is the basis of the standoff module. holePlacement takes a child element and places it at each of the mounting hole centers for a given board.</em></p> <h3> components(boardType, component, extension, offset)</h3> <p><strong>boardType</strong> - UNO, LEONARDO, DUEMILANOVE, DIECIMILA, DUE, MEGA, MEGA 2560<br/> <strong>component</strong> - ALL, HEADER_F, HEADER_M, USB, POWER<br/> <strong>extension</strong> - Extention off the board in direction of connector. The default is the standard dimension of the connector, but can be set to an arbitrary value.<br/> <strong>offset</strong> - Offsets the connector cube in the other two dimensions.<br/> <em>Creates the components( headers, power and usb jacks) for a given board. Also used for creating punchout, by using the extension and offset values.</em></p>

Download Model from prusaprinters

With this file you will be able to print Arduino OpenSCAD mounting library (v2.0) with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Arduino OpenSCAD mounting library (v2.0).