If you don't know what to print with your 3D printer, here you have an easy project. Build a 3D printed Lunar Phase Clock for your desk or your nightstand.
Features:Detailed 3D printed Lunar model by Dexter_New_Materials:
- Open Tools (Ubuntu/FreeCAD/Arduino)
- Open Source/Hardware
- Cheap HW (Arduino, cheap LCD)
- Only 79 grams of filament.
- Precise Lunar Phase Simulation
- Alarm
- Wake-light alarm mode
- Date Thermometer
- Hygrometer
- Lamp mode
- Moon FX modes (Relax, Party)
- Bright control
- Adjustable tilt
Parts List:
- Arduino compatible Nano (Atmel ATmega328)
- 0,96'' OLED 128x64 with SSD1306 chip (only 4 pins)
- Neopixel or APA102C (18 LEDs from a 60 pixel per meter strip)
- Tiny RTC (DS1307 real time clock + 24C32 EEPROM)
- DHT11 (if it include the pull-up resistor, much better)
- Buzzer
- 3 Push Buttons (RAFI 1.10.001.001/0104)
Tools:
Computer with Arduino software:
- 3D printer
- Soldering Iron
- Glue Gun
- Wire stripper
- Cutter
- Electrical Tape
- Loose wire
Download parts from Thingiverse or from GitHub.
I have printed them using PLA with the (BQ Prusa i3 Hephestos), these are the printer settings:
- Layer Height = 0.2 mm
- Wall Thickness = 1 mm
- Top Thickness = 1 mm (5 layers)
- Bottom Thickness = 0.2 mm (1 layer)
- No need for Rafts or supports.
- For the Moon Infill Density = 0% , for the rest of the parts infill Density = 100%
In total, you will use just 79 grams of PLA. Check the screen-shoots of Cura, for further details. Moon is a bit tricky as you have to move on the Z axis down 5 cm. Or just download a cut version that JetGuy "Unknown" has created using Netfabb.
Step 3: LED SupportA strip of Neopixel or Dotstar LEDs can be used; it's recommended to use a strip of 60 pixels per meter. Cut the LED strip into six pieces of three LEDs. You must be careful, and follow the arrow. This is the orientation seen from the back of the moon.
| 1 | 6 | 7 | 12 | 13 | 18 |
| 2 | 5 | 8 | 11 | 14 | 17 |
| 3 | 4 | 9 | 10 | 15 | 16 |
Once the strip is placed, to fix it, use a hot glue gun.
Step 4: Building the CircuitSo, now that you have all your parts printed you are ready to build your circuit. First introduce the Arduino, then the buttons to fix the Arduino. Using Double-Sided Bonding Tape fix the DHT11, use one that include already the pull-up resistor.
Then wire the buttons - first of all the GND. Add the Tiny RTC.
If you have a 3,6V LIR2032 battery, great! You don't need the next step. If it contains a 3V CR2032 battery, be careful you should have made this little modification:
- Introduce the Arduino
- Add the buttons to fix the Arduino
- Add the buzzer (depending of the buzzer, maybe you will need to add a resistor)
- Add the wire that will connect to the LED of the moon
- Add the wires that will connect to the display
You should have the Arduino IDE installed (I'm using 1.6.12). If so, then the first step is to download the libraries here.
Restart the Arduino IDE and load the software; you will find the latest version here.
Compile it, upload it, and enjoy it! Nice new features will be added soon.
Comments