Difference between revisions of "See Me Now"

From Review or Discard at Will
Jump to: navigation, search
(Initial creation)
 
(Add some images and more text, clarifactions...)
 
Line 1: Line 1:
# See Me Now
+
=See Me Now=
 +
Clocks, clocks and more clocks.... I wanted to see this one, and of course it has a DS18B20 temperature sensor. It's built on a Raspberry pi zero w written in python. Began in 2017 with these large [[7 Segment]] displays. I thought as long as I had to find / recreate the source code after the rPi micro SSD took a dump, in February 2022, I'd start this page for the clock. See me now, kinda like "Can you hear me now?"
 +
==Change to a countdown==
 +
 
 +
<syntaxhighlight lang="text"> mosquitto_pub -h redacted.tld -t world/mesa/doyouseemenow/countdown -m “jo increment="minute" duration=7 donemessage=time“</syntaxhighlight>
 +
==Image Gallery==
 +
<gallery>
 +
File:SeeMeNowFrontTime.jpeg|Time
 +
File:SeeMeNowFrontTemperature.jpeg|Temperature
 +
File:SeeMeNowback.jpeg|rear wiring
 +
File:SeeMeNowBackDetail.jpeg|driver board / Power supply
 +
</gallery>

Latest revision as of 14:43, 6 February 2022

See Me Now

Clocks, clocks and more clocks.... I wanted to see this one, and of course it has a DS18B20 temperature sensor. It's built on a Raspberry pi zero w written in python. Began in 2017 with these large 7 Segment displays. I thought as long as I had to find / recreate the source code after the rPi micro SSD took a dump, in February 2022, I'd start this page for the clock. See me now, kinda like "Can you hear me now?"

Change to a countdown

 mosquitto_pub -h redacted.tld -t world/mesa/doyouseemenow/countdown -m “jo increment="minute" duration=7 donemessage=time“

Image Gallery