flux.vision/web/content/blog/sensor-watch.md

22 lines
2.3 KiB
Markdown
Raw Normal View History

2023-07-01 11:01:17 +03:00
Title: Sensor Watch Faces
Date: 2023-03-31 23:00
Category: code
Summary: Designed and coded some watch faces for the Movement firmware of the Sensor Watch project
[Sensor Watch](https://www.sensorwatch.net) is a board replacement for the classic *Casio F-91W* wristwatch invented by [Joey Castillo](https://www.joeycastillo.com) at [Oddly Specific Objects](https://www.oddlyspecificobjects.com). It is powered by a Microchip SAM L22 microcontroller with built-in segment LCD controller. Sensor Watch ships with a build of the Movement community firmware that manages the display of different screens of content on the watch. These screens are called watch faces. They can be passive displays of information like a clock or a calendar, or they can be fully interactive user interfaces like the Preferences face, which allows the user to customize Movements behavior.
![F-91w](/images/f91w.jpg)
I contributed the following watch faces to the project:
* [PLANETARY HOURS](https://github.com/joeycastillo/Sensor-Watch/blob/main/movement/watch_faces/complication/planetary_hours_face.h) Displays the next planetary hours and their rulers
* [PLANETARY TIME](https://github.com/joeycastillo/Sensor-Watch/blob/main/movement/watch_faces/complication/planetary_time_face.h) Displays the current planetary time together with their ruler
* [DUAL TIMER](https://github.com/joeycastillo/Sensor-Watch/blob/main/movement/watch_faces/complication/dual_timer_face.h) dual chronograph for timing two simultaneous events
<iframe src="https://www.youtube.com/embed/Z64oJCeY62M" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
* [TOSS UP](https://github.com/joeycastillo/Sensor-Watch/blob/main/movement/watch_faces/complication/toss_up_face.h) games of chance or divination using coins or dice.
* [GEOMANCY](https://github.com/joeycastillo/Sensor-Watch/blob/main/movement/watch_faces/complication/geomancy_face.h) I Ching and Geomancy divination
* [RANDONAUT](https://github.com/joeycastillo/Sensor-Watch/blob/main/movement/watch_faces/complication/randonaut_face.h) Generate random location coordinate
<iframe src="https://www.youtube.com/embed/wQOzrDqH97Y" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>