For code works, please check it out HERE.
Work on folding fan
Because last week I found a way to make the fan I wanted, this week I worked on the fan-making and the stand of it continuously.
One trouble with the fan stand is that as the sticks rotate, the center of gravity of the fan changes between right and left, which means the support stand needs to have a specific support range rather than a shaft point. I discovered that my ring box was roughly the proper size for support, and I tested the feasibility of the little box as support by manually rotating the fan sticks.
(The laptop stand was used as weight.) And I learned to use laser cutting this time, thanks Xiaoran for teaching me how to use the machine! 😊
In the video, I used a laptop stand and kitchen scissors to hold down the box to prevent it from falling over as the sticks turned. This is clearly not a long-term solution; I need to add weight to the box, so I considered the most basic and best-molded weight, clay.
Well, I’d previously played with baked clay, but it was time-consuming and unnecessary. This time, I tried with air-dried clay.
However, because the box is encased in clay, the clay attached to it is relatively thin, so the clay on all sides is easily cracked. Since when the water evaporates, the density of the clay increases and the mutual support between the clay is insufficient, cracks occur.
It looked obviously ugly, so I painted some patterns to cover the cracks with acrylic paint.
I’m hoping that the fan can open and close one by one, creating a feeling of flow and structural beauty. So, my current objective is to build four, and the next step is to keep making them in this way.
Cockade fan
Cockade fans actually have a similar fabrication for the fan itself, just add more sticks.
Problem:
The main issue here is that there is no motor that can only rotate 360 degrees forward and then 360 degrees backward. The servo can regulate the precise position but only within 180 degrees, while the dc motor and stepper motor can continue to rotate 360 degrees forward and backward but cannot be configured to rotate only 360 degrees and then stop.
Solution:
Thanks to my dad! ❤️❤️ I had a chat with him over the holidays about my recent situation. When he heard about my problem, he immediately suggested that I utilize the limit switch. Okay, that’s a new word to me. My father used to be an electrical engineer, but he hasn’t designed anything in more than twenty years. Limit switches, he claims, are a really common component of electrical equipment.
Thus, I test the code that can achieve control of the motor ( I choose to use a 360-degree continuous servo here since it is smaller and lighter than the dc motor or stepper motor.) And it works. Then I think about the mechanical issue, the design shown below.
As you can see, as the servo-mounted stick spins to the desired position, all of the remaining sticks rotate with the force of acceleration. So, exactly like the previous folding fan, I need to fix the first stick facing outside (the first stick of the folding fan is fixed to the front board of the box).
Tip: The clay should be placed on a sponge to ensure that the bottom is breathable, allowing the clay to dry quickly and not stick to the table. I use dish sponges. If anyone wants to play with clay.
Next to do
- Work on the fans.
- Make something as an interactive interface for the gesture sensor.