bchas.blogg.se

Flipclock parameters
Flipclock parameters





  1. Flipclock parameters movie#
  2. Flipclock parameters install#
  3. Flipclock parameters full#
  4. Flipclock parameters code#

Flipclock parameters movie#

If you want to read more about my time designing this and printing it, read some more about it on my website.Good evening at all! I just joined this forum because I just bought a Panasonic rc-6015 and I am very excited about my purchase because I'm also a big fan of the legendary movie 'back to the future'! To set the flaps back to their 'resting' state, 0000, hold the button for 10 seconds. To pause the clock, hold the button for more than 2 seconds but less than 10. When the button is pressed, it will show the weather for an amount of time you can set for yourself, default is 10 seconds. Right as the script starts, it's in its default mode of showing the time.

Flipclock parameters code#

This will get the code to run in the background on the pi. Upload the code to the Pi, and run the command sudo nohup flipclock.py. This will give the python code access to the weather data. Take the key that is generated from your account, and put it in the place of api_key = "YOUR_API_KEY_HERE" in the code (line 122). This is needed to fetch the weather for your area.

Flipclock parameters install#

sudo apt-get update sudo apt-get install rpi.gpioīefore the code will run, you must first obtain an API key from (free). sudo pip3 install geocoder For the Pi Zero, the following command must be run to obtain the GPIO package. This is done with the following commands. Make sure that the following packages are installed on the system, so that the code is able to locate itself and give accurate weather information. If this is not true, ensure that the correct pins are in order in the code.Īfter this holds true for all 4 steppers, then you are good to attack the motors to the clock frame with the plastic bolts and glue.Ī button is also included, I used an old mechanical key switch that was laying around. The LEDs on the controller board should light up to reflect its current stage. This will indicate what stage in the step that the motor is in. Add a time.sleep(1) command where the clock increments each step of the motor. If they do not rotate smoothly, you have likely ordered the pins incorrectly. In the code (and before putting labels on), make sure to test the code after plugging in the motors. These are cut up to fit onto beds that are 150mm, to make sure that everyone can print them. Option 2 is to use the parts labeled clock_part_split0.stl. Option 1 is to come up with something on your own, and use the STEP files that are in the STEP files folder.

flipclock parameters

  • 4 Frame braces (optional if you're using the flap restrictor)įor the larger parts, I've included 2 options for those who are trying to print this with a smaller print bed.
  • 4 Idle Gear Holders (look like washers).
  • 4 Top Rings (to hold each of the 14 flaps onto their central shaft).
  • If they are not listed, you only need 1 of them.

    Flipclock parameters full#

    Here's the correct number of parts that you'll need for the full assembly. By design, this piece is meant to be bent after the fact to an amount that holds them sufficiently. The only thing that needs adjustment is the very small piece of plastic that is used to hold each flap in position. Drawing on the flaps, or using stickers would be much easier however.Īfter printing the parts that are found on this GitHub, they can be assembled to fit together.

    flipclock parameters

    The entire construction of this clock is 3D printed, including the numbers and symbols on the flaps. They can be found on Amazon at this link. The motors that I used in this project are the 28byj-48 steppers. An external power supply is better, however they will work fine without one. This design uses 4 stepper motors that can be powered using a Raspberry Pi. Raspberry Pi Zero W (or any raspberry pi).The list of things needed in this project are: The first thing that must be done for this project is to obtain all the materials that will be used. 3D printed smart clock that puts a new twist on old technology.







    Flipclock parameters