This blog details some of the projects that nvrtd.design has produced.
Clock face to be silkscreened
Get link
Facebook
X
Pinterest
Email
Other Apps
-
I just dropped off the brass for the clock face and the design to James at Preston Screen Printing. His rate is very reasonable. When I get the piece back in a few days I'll post results pictures.
Whereabouts Clock (v6) When I published the last update to the Whereabouts Clock I knew that I would make another version that simplified the architecture. Apple iOS supports the idea of location regions (home, work, etc.) and can notify an App when the user enters and exits a region. This "presence" feature is utilized in Life360, OwnTracks, and others. Instead of looking up a user's location from a static database, we can leverage the built-in feature to tell the Arduino clock how to move and when. There's no more polling a web page for updates or maintaining a database of locations. So how does the whole system work now? Devices with OwnTracks send location data (either standard location messages or transition events into/out of a known region) to the MQTT broker (Mosquitto). These messages contain the region information setup on the device (more on that in a minute) The Mosquitto MQTT broker broadcasts these messages to its subscribers (other OwnT...
After years of utilizing the Find My iPhone legacy API to access phone information, Apple has shut down this service as it doesn't meet its current security standards. I started looking for alternatives and went down the road of coding an approach where the phone would run Python code to send the location data to a cloud-based receiver built in AWS Lambda. However, this approach did not work because there is no current way to have the iPhone run this code automatically in the background without user intervention. So I had to continue my search. I was about to give up entirely and resolve to write my own iPhone app (not trivial for me) when I came across Life360. Life360 is a location-tracking app for families. I found that there were already Python libraries available for the Life360 API. I decided to use this one: https://github.com/harperreed/life360-python With this Python library and a Life360 account for my family, it was rather trivi...
I saw this design on Thingiverse a few weeks ago. I believe it was also featured in Make Magazine's blog. Mechanical 7-segment Display, simple and smooth It's such a cool design that I had to make a clock out of it. Note that the designer, Shinsaku Hiura , also has a full clock made from another of his designs. I printed out 4 copies of the design using Hatchbox and Overture PLA. Instead of painting just the faces of the moving arms I chose to print the entire part in white. The movement is controlled by 4x 9-gram servos . I had a leftover Arduino Nano to control the system. The time is read from a DS3231 real-time clock module and a momentary pushbutton switch is used to switch between the clock and the date. The switch triggers an interrupt in the code and makes the clock change the display to the date (MM / DD) format for 5 seconds before reverting back to the time in 24-hour format. The clock ...
Comments
Post a Comment