DEVLOG #004
Hi everybody! Hope y’all are alright :)
My last devlog was 4 days ago, since then I worked on an important part of the project. Displaying big numbers that are more than 1 digit. I called the big number system.
Design
As I said I generally worked on the big numbers system but I also designed some more useful things that I will mention right now.
-Numbers that are more than 1 digit-
Most of the 7 segment displays use more than 1 motor (a motor per digit) when used dise by side, this looks a lot cleaner as a display, however it makes the total cost and total work a lot more. Because you have to code, connect it to a microcontroller, solder the motors for energy (as far as I know microcontrollers can’t supply electricity more than 2 motors simultaneously.)
Some people might not want to do all of this stuff. For them I designed a 10:1 gear ratio with a geneva mechanism. This enables you, to put the displays side by side and only need 1 -more powerful- motor.
This system works for all displays that includes 10 different symbols (numbers) in the cam system. (There is some modification needed if you want to do the same with the displays that include 3,4,5,6,7,8 or 9 symbols. I will mention this later in this devlog.)
-A step towards customisability-
I designed the 8 different cam shafts that allows the pieces (arcs and curves) to be inserted at the sides, making it customisable. All of these 8 different cam shafts have different number of sides(3,4,5,6,7,8,9,10). So they can be used to limit how many symbols are in the circulation in the display system. For example if you want only the numbers 0,2,5,8 to show up you can use the 4 numbered cam shaft and customise it to show the numbers you want. This gets rid of the need to turn more than 36 degrees (1/10 of the full rotation, the cam shaft number 10 uses this (Cam shaft number 10 is the shaft if you want to use all digits 0-9)) if you want to go from 5 to 8 for example.
I didn’t designed the arc and curve pieces yet but they will be my priority in the future.
-The Clock System-
You can make the clock system as a big number system using motors (1 per display), but as I said that can bring a lot of work.
If you don’t want to do all of that work, you can make use of the 10:1 gear ratio and a new module that turns the 10:1 gear ratio to 6:1 .
10:1 gear ratio will be used between, for example, units place of minutes and tens place of the minutes. And the 6:1 gear ration will be used between the seconds and the minutes and between the minutes and the hours.
The 10:1 and 6:1 gear ratios combine to make a 60:1 gear ration that is the exact ratio of the seconds to minutes or minutes to hours.
But with this you also have to change the cam shafts of the tens place of the seconds minutes and hours to cam shaft number 6 , so that they only have digits 0-5.
If this seems like a lot of work yes it is. But i will also make the design of the needed cams for the cam shaft number 6. So you don’t have to customise yourself.
-Last few things-
I designed a connector to attach more than 1 display side by side.
I also customised the connector to be a colon(:),a dot(.) or a comma(,). You can use these as to represent numbers like 12.35 and 14,85 or hours like 13 : 11.
Future Plans
▪Build it from cardboard
▪Make a servo attachment and the code for the clock system.
▪Make the custom pieces for every shaft.
I also want to mention that there will be A LOT of part files for this project, cause every cam shaft requires a different width for the custom pieces.
I finally finished writing this devlog. I might speaked a lot more than needed but thats on me sorry :) Also for all the fellow readers that read all of this devlog. Thanks A LOT :):).
Kendinize iyi bakın. See you laterr.