Arduino Nano NeoPixel Ring Base

Arduino Nano NeoPixel Ring Base

prusaprinters

<p>Light up your favourite display pieces with our free, 3D printable, illuminating base.</p> <p>This fully customizable, design uses an Arduino Nano and a NeoPixel Ring (12, 16 or 24 LED version).</p> <p>We created this to use with the <a href="https://www.thingiverse.com/thing:4842466">Crystal Generator</a> we released last week, but this base is perfect for illuminating any small objects from minifigures to jewellery or 3D prints.</p> <p>This design is*<strong>completely free</strong>* and shared under a permissive license. Your <a href="https://codeandmake.com/support">support</a> is hugely appreciated.</p> <h3>Did you know?</h3> <p>Some of our designs cannot be found on Thingiverse. If you are looking for more, check out our premium projects:</p> <p><a href="https://codeandmake.com/premium">https://codeandmake.com/premium</a></p> <h3>You will need</h3> <p>You also will need:</p> <ul> <li><a href="https://store.arduino.cc/arduino-nano">Arduino Nano</a> (or compatible board)</li> <li><a href="https://www.adafruit.com/category/184">Adafruit NeoPixel Ring</a> - The code for this project is configured for a <a href="https://www.adafruit.com/product/1643">12 LED RGB NeoPixel Ring</a>, but it will work with larger NeoPixel Rings with a minor code change.</li> <li><a href="https://www.adafruit.com/product/610">Panel Mount 2.1mm DC barrel jack</a> - The barrel should be ~11.5mm in diameter and ~16mm in length including the terminals</li> <li><a href="https://www.adafruit.com/product/63">7-12 V mains power adapter</a></li> <li>2x 15-25cm (6-10") ~26 AWG wire for power - ideally in different colors (e.g. red and black)</li> <li>1x 7.5-12.5cm (3-5") ~26 AWG wire for signal - ideally in different a different color to the power wires (e.g. white)</li> </ul> <h3>OpenSCAD Customizer Options</h3> <p>This design has the following Customizer options:</p> <h3>General</h3> <ul> <li>Part - Base, Insert or Diffuser?</li> <li>Material_Thickness - The thickness of the material</li> </ul> <h3>Base</h3> <ul> <li>Opening_Diameter - The diameter of the top opening</li> <li>Opening_Depth - The depth of the top opening</li> <li>Arduino_Nano_Padding - How much of a gap to add to the outside of the Arduino Nano</li> <li>Hollow - Make the base mostly hollow?</li> </ul> <h3>Insert</h3> <ul> <li>Insert_Padding - How much to remove from the outside of the insert</li> </ul> <h3>NeoPixel</h3> <ul> <li>NeoPixel - The type of NeoPixel</li> <li>NeoPixel_Wire_Hole_Diameter - The diameter of the wire holes for the NeoPixel</li> <li>NeoPixel_Outer_Padding - How much of a gap to add to the outside of the NeoPixel recess</li> </ul> <h3>Diffuser</h3> <ul> <li>Diffuser_Padding - How much to remove from the outside of the diffuser</li> <li>Diffuser_Thickness - The thickness of the diffuser</li> </ul> <h3>Design Considerations</h3> <h3>Adafruit NeoPixel Ring Size</h3> <p>If you are using this project for<strong>internal illumination</strong> (i.e. for illuminating an object from the inside), use a NeoPixel Ring that has a<strong>smaller diameter</strong> than the object you are illuminating.</p> <p>If you are using this project for<strong>external illumination</strong> (i.e. for illuminating an object from the outside), use a NeoPixel Ring that has a<strong>larger diameter</strong> than the object you are illuminating.</p> <p>Note that the NeoPixel Rings tend to arrive with the remains of perforated 'tags' on a couple of the sides. It may be necessary to file them off.</p> <h3>Cloned Hardware</h3> <p>This project is intended for an original Adafruit NeoPixel Ring and original Arduino Nano (without any pin headers). If you use cloned hardware, be sure to check the dimensions and pin hole layouts match the original hardware.</p> <p>This design expects your hardware to have the following dimensions:</p> <ul> <li>12 LED RGB NeoPixel Ring: 37mm diameter, 3.5 high</li> <li>16 LED RGB NeoPixel Ring: 44.5mm diameter, 3.5 high</li> <li>24 LED RGB NeoPixel Ring: 66mm diameter, 3.5 high</li> <li>Arduino Nano: 45mm long, 18mm wide, 8mm high</li> </ul> <p>If the hardware is marginally larger, you can use the NeoPixel_Outer_Padding and Arduino_Nano_Padding settings to compensate.</p> <h3>Material</h3> <p>This design is perfect for printing in most filaments. Use a light or clear/translucent filament for the diffuser (if you are using one).</p> <h3>Code</h3> <p>The code (.ino) for this project is configured for a 12 LED NeoPixel Ring. It randomly fades 6 LEDs in and out, using green, blue and pink colors. If you are using a 16 LED or 24 LED NeoPixel Ring, simply change the LED_COUNT to 16 or 24 accordingly.</p> <p>Each NeoPixel LED can draw up to 60 milliamps (worst case) and the Arduino Nano can comfortably power 6 NeoPixel LEDs. Adjusting the LED_COUNT will<em>not</em> increase the number of simultaneously lit LEDs above 6. We do not recommend exceeding 6 without also adjusting the wiring to provide power to the NeoPixel Ring via alternate means and/or adjusting the code to draw less current.</p> <h3>Dependencies</h3> <p>The code for this project has a dependency on another library. We recommend installing the dependency through the Arduino IDE's Library Manager, which can be accessed via: 'Tools &gt; Manage Libraries...'. Simply search for the following library and install it:</p> <ul> <li><a href="https://github.com/adafruit/Adafruit_NeoPixel">Adafruit NeoPixel Library</a></li> </ul> <h3>Upload</h3> <p>Before constructing this project, you should upload the code (.ino) to your Arduino.</p> <p>If you haven't already, install Arduino IDE and configure it ready to program your Arduino.</p> <p>Please see our tutorial for <a href="https://youtu.be/S8TPJp_BgHc">installing the Arduino IDE in Ubuntu</a> and configuring it for an Arduino Uno. The steps will be similar for other operating systems.</p> <p><strong>Remember</strong> to select 'Arduino Nano' under 'Tools &gt; Board'.</p> <h3>Assembly</h3> <p>Please use this diagram as a reference:</p> <p><strong>Note</strong>: It should not be necessary to use a resistor or capacitor, however, they may be required if using cloned hardware or alternate wiring. If in doubt, you can add them without adversely affecting the project. See the <a href="https://learn.adafruit.com/adafruit-neopixel-uberguide/">Adafruit NeoPixel Überguide</a> for details.</p> <ol> <li>Take half of your power wire (2x 7.5-12.5cm (3-5") lengths) and solder them to the 2.1mm jack socket. The jack's center pin is usually positive (+ve), but it depends on the mains adapter, so be sure to check the polarity using a multimeter.</li> <li>Insert the jack socket into the base and secure with the nut that came with the socket. If you cannot secure with a nut, use some hot glue instead.</li> <li>Solder power and signal wire (3x 7.5-12.5cm (3-5") lengths) to the PWR, GND and IN terminals of the NeoPixel Ring.</li> <li>Thread the 3x NeoPixel Ring wires through the 3D printed insert part and solder them to the Arduino Nano's 5V, GND and D6 terminals accordingly. Note that the Arduino Nano has LEDs which could affect your display. As such, you may wish to solder the wires to the Arduino Nano, such that the Arduino Nano's LEDs will be facing downwards.</li> <li>Solder the 2.1mm jack socket wires to the Arduino Nano's GND and VIN terminals accordingly.</li> <li>Apply power via the 2.1mm jack socket to ensure it works. If not, check your soldering.</li> <li>Slot the Arduino Nano into the recess in the base. If desired you can secure it in place with a sticky pad or some hot glue.</li> <li>Push the insert into place.</li> <li>Lower the NeoPixel Ring into place, ensuring to route the wires through the slots in insert.</li> <li>If you are using a diffuser, place it on top of the insert.</li> </ol> <h3>Versions</h3> <ul> <li>1.0 (5 May 2021) - Initial version</li> </ul> <h3>Printing</h3> <p>Recommended slicer settings:</p> <ul> <li>Resolution: 0.1mm - 0.2mm</li> <li>Infill: 20% - 100% depending how durable you'd like it to be.</li> <li>Supports: Not required.</li> <li>Rafts: Not required, unless you experience adhesion issues.</li> </ul> <h3>License</h3> <p>The "Arduino Nano NeoPixel Ring Base" models (.stl) are licensed under the <a href="https://creativecommons.org/licenses/by/4.0/">CC BY</a> license by <a href="https://codeandmake.com/">Code and Make</a>.</p> <p>The "Arduino Nano NeoPixel Ring Base" code (.scad and .ino) is licensed under <a href="https://opensource.org/licenses/MIT">The MIT License</a> by <a href="https://codeandmake.com/">Code and Make</a>.</p> <p>Note: 'BSD' license has been selected as it is the closest available option in the list.</p> <h3>We are proud to offer content to you absolutely free.</h3> <p>We love to create free content for you. As you might imagine, it takes a lot of time. Supporters help us fund materials and equipment to create future projects and tutorials. To show your appreciation, please use the link below:</p> <p><a href="https://codeandmake.com/support">https://codeandmake.com/support</a></p> <p>We thank you so much for your support!</p> Category: Decor

Download Model from prusaprinters

With this file you will be able to print Arduino Nano NeoPixel Ring Base 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 Nano NeoPixel Ring Base.