Philip P. Ide

Author, programmer, science enthusiast, half-wit.
Life is sweet. Have you tasted it lately?

User Tools

Site Tools


blog:articles:raspberry:phys_marsclock:pi_marsv1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
blog:articles:raspberry:phys_marsclock:pi_marsv1 [2020/10/22 14:21] – [Caveats] Phil Ideblog:articles:raspberry:phys_marsclock:pi_marsv1 [2020/11/20 11:08] (current) – [Pi-Mars v1.1] Phil Ide
Line 4: Line 4:
 Having written several clocks that tell the time at various locations on Mars for my [[blog:aardvaark:mars_weather|Mars Weather]] page, I immediately knew I wanted to make a physical clock - something that could sit on my desk or such like, and tell the time on Mars. Having written several clocks that tell the time at various locations on Mars for my [[blog:aardvaark:mars_weather|Mars Weather]] page, I immediately knew I wanted to make a physical clock - something that could sit on my desk or such like, and tell the time on Mars.
 === === === ===
-The Raspberry Pi was a shoe-in for the job. Items required:+The Raspberry Pi was a shoo-in for the job. Items required:
   - Raspberry Pi 4B+ 2GbRAM (£34)   - Raspberry Pi 4B+ 2GbRAM (£34)
   - Power Supply Unit (£8)   - Power Supply Unit (£8)
Line 10: Line 10:
   - SmartiPi Touch 2 case (£24)   - SmartiPi Touch 2 case (£24)
  
-Total cost: £130.00 plus SD card (16Gb) plus p+p.+Total cost: ~£130.00 plus SD card (16Gb) plus p+p. An 8Gb SD card is sufficient if you want to minimalize, but a 16Gb will have a longer life.
  
 These were all standard components that fit together in just a few minutes. Writing the software would take a bit longer - this was after all, mainly a software task. Luckily, I'm a programmer. <- Mark Watney moment, did you spot it?. These were all standard components that fit together in just a few minutes. Writing the software would take a bit longer - this was after all, mainly a software task. Luckily, I'm a programmer. <- Mark Watney moment, did you spot it?.
Line 32: Line 32:
   * write to the SD card only when absolutely necessary, to help extend its life   * write to the SD card only when absolutely necessary, to help extend its life
   * optimised code wherever possible, but maintain flexibility and readability   * optimised code wherever possible, but maintain flexibility and readability
 +
 +v1.1 added power management options (quit the application, reboot and shutdown).
  
 Optimising the code was essential. Although computers are great for repetitive tasks, making them work unduly hard at high frequency rates persistently reduces their lifespan. This clock was going to perform a large number of calculations and then repeat that task up to ten times every second (user configurable). Giving the clock a breather between each trip around the loop is just taking care of the equipment. Optimising the code was essential. Although computers are great for repetitive tasks, making them work unduly hard at high frequency rates persistently reduces their lifespan. This clock was going to perform a large number of calculations and then repeat that task up to ten times every second (user configurable). Giving the clock a breather between each trip around the loop is just taking care of the equipment.
Line 67: Line 69:
 {{:blog:articles:raspberry:phys_marsclock:bgimages.png?direct&400|}} {{:blog:articles:raspberry:phys_marsclock:bgimages.png?direct&400|}}
 {{:blog:articles:raspberry:phys_marsclock:admin_proxy.png?direct&400|}} {{:blog:articles:raspberry:phys_marsclock:admin_proxy.png?direct&400|}}
 +
 +~~socialite~~
 +~~DISCUSSION~~
  
blog/articles/raspberry/phys_marsclock/pi_marsv1.1603376518.txt.gz · Last modified: 2020/10/22 14:21 by Phil Ide

Except where otherwise noted, content on this wiki is licensed under the following license: Copyright © Phil Ide
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki