Snap a picture of your ADAFRUIT clock and post it here!
Moderators: adafruit_support_bill, adafruit
Please be positive and constructive with your questions and comments.
- jcrighter
- Posts: 3
- Joined: Thu Nov 13, 2014 1:31 pm
Re: Snap a picture of your ADAFRUIT clock and post it here!
This is my Clock/Temperature and LED Gif Player powered by the Pi.
- Attachments
-
- This is my Clock/Temperature and LED Gif Player powered by the Pi.
- Clock_Temp and LED Gif player 1.jpg (392.34 KiB) Viewed 9137 times
- Onycophera
- Posts: 2
- Joined: Sat Aug 08, 2015 8:51 pm
Re: Snap a picture of your ADAFRUIT clock and post it here!
I made this oscilloscope/table quite a while ago and have been trying to think of a cool way to get some lights in it for ages. I know you can use the original CRT to make a clock, but this one's tube was too big, so I used the Ice-tube clock. I wired in momentary buttons and a switch I bought from Radio Shack, attached them to the face of the scope and screwed on the original dials (I couldn't' find a momentary dial/button). So Focus = Menu, Intensity = Set, Power = + buttons, and the switch at ASTIG is for the alarm.
I guess with the cover on, one can't really appreciate the ice-tube, maybe I can find another less-exciting clock to replace it with.
I guess with the cover on, one can't really appreciate the ice-tube, maybe I can find another less-exciting clock to replace it with.
- Attachments
-
- IMG_0841.JPG (428.97 KiB) Viewed 9112 times
-
- IMG_0840.JPG (410 KiB) Viewed 9112 times
- Dangerous_Toast
- Posts: 11
- Joined: Thu Aug 06, 2015 1:54 pm
Re: Snap a picture of your ADAFRUIT clock and post it here!
Just finished the Ice Tube Clock, had finished the Time Bomb one (I also added some wooden dynamite behind it for added effect) prior as a warm-up project. Had a temporarily issue with the Ice Tube but it's working very well now!
- Attachments
-
- clock2.JPG (128.57 KiB) Viewed 9092 times
-
- clock1.JPG (122.39 KiB) Viewed 9092 times
- cconradd
- Posts: 11
- Joined: Thu Oct 01, 2015 11:21 am
Re: Snap a picture of your ADAFRUIT clock and post it here!
Ice tube clock with Adafruit Ultimate GPS!
- drspeed
- Posts: 17
- Joined: Sat Oct 26, 2013 1:48 am
Re: Snap a picture of your ADAFRUIT clock and post it here!
GPS Clock with big LEDs.
The guts (not really the guts since you can see them all the time)
- HandyGuy
- Posts: 26
- Joined: Tue Jan 05, 2016 1:28 pm
Re: Snap a picture of your ADAFRUIT clock and post it here!
Hexadecimal Clock
I wanted to learn how Arduinos work and what better way than by building a clock. I've seen a bunch of binary clocks out there but have never seen one that displays the time in hexadecimal - so there was my project! A hexadecimal clock (with some binary thrown in, because I could :-).
The parts were pretty basic:
- Arduino Uno R3
- Adafruit Protoshield
- Adafruit 16x32 LED Matrix
- DS3231 Real Time Clock
- Adafruit panel buttons (with built-in LED)
- Plastic project box from Amazon
- Some misc components (resistors, caps, etc)
I had done some basic electronics way back in the stone age so it took some catching up to get to where I was comfortable with the design. Special thanks to Adafruit_support_mike for helping me sort through power supply issues.
Overall I'm happy with it. There are a couple of features I'd like to add. Also, the display is really bright. I think this is just the way these LED panels work. If anyone has an idea on how to adjust the brightness on these panels I'd be grateful.
Schematic & code are available on GitHub: https://github.com/HandyGuySoftware/HexClock.git
I wanted to learn how Arduinos work and what better way than by building a clock. I've seen a bunch of binary clocks out there but have never seen one that displays the time in hexadecimal - so there was my project! A hexadecimal clock (with some binary thrown in, because I could :-).
The parts were pretty basic:
- Arduino Uno R3
- Adafruit Protoshield
- Adafruit 16x32 LED Matrix
- DS3231 Real Time Clock
- Adafruit panel buttons (with built-in LED)
- Plastic project box from Amazon
- Some misc components (resistors, caps, etc)
I had done some basic electronics way back in the stone age so it took some catching up to get to where I was comfortable with the design. Special thanks to Adafruit_support_mike for helping me sort through power supply issues.
Overall I'm happy with it. There are a couple of features I'd like to add. Also, the display is really bright. I think this is just the way these LED panels work. If anyone has an idea on how to adjust the brightness on these panels I'd be grateful.
Schematic & code are available on GitHub: https://github.com/HandyGuySoftware/HexClock.git
- Attachments
-
- HexClock3.jpg (775.42 KiB) Viewed 8930 times
-
- HexClock2.jpg (651.14 KiB) Viewed 8930 times
-
- Time: 4:49:58 PM 1/25/2016
- HexClock1.jpg (421.79 KiB) Viewed 8930 times
Last edited by HandyGuy on Tue Jan 26, 2016 4:00 pm, edited 1 time in total.
- terranjerry
- Posts: 38
- Joined: Tue Feb 11, 2014 1:39 pm
Re: Snap a picture of your ADAFRUIT clock and post it here!
That is very cool! You did a nice job!
Jerry
p.s. I would be interested in your code and schematics but I don't know how to PM someone on here.
Jerry
p.s. I would be interested in your code and schematics but I don't know how to PM someone on here.
- HandyGuy
- Posts: 26
- Joined: Tue Jan 05, 2016 1:28 pm
Re: Snap a picture of your ADAFRUIT clock and post it here!
I looked around and I guess there is no PM facility here.
Let me see if I can find somewhere to post them publicly.
Let me see if I can find somewhere to post them publicly.
- HandyGuy
- Posts: 26
- Joined: Tue Jan 05, 2016 1:28 pm
Re: Snap a picture of your ADAFRUIT clock and post it here!
OK, I broke down and created a GitHub account. The schematic and code can be found here: https://github.com/HandyGuySoftware/HexClock.git
Enjoy! :-)
Enjoy! :-)
- terranjerry
- Posts: 38
- Joined: Tue Feb 11, 2014 1:39 pm
Re: Snap a picture of your ADAFRUIT clock and post it here!
Very nice. Thank you Handy Guy!
- liljester
- Posts: 5
- Joined: Tue Mar 08, 2016 12:53 am
Re: Snap a picture of your ADAFRUIT clock and post it here!
I may have changed the case a little :)
- craiglindley
- Posts: 18
- Joined: Wed Jul 06, 2011 12:39 pm
Re: Snap a picture of your ADAFRUIT clock and post it here!
I used Adafruit NeoPixel Rings and a NeoPixel strip to make a digital clock that syncs itself to NTP and handles daylight saving time all by itself. In other words a maintenance free clock. Information is available at:
http://www.craigandheather.net/celeledclock2.html
[img]
http://www.craigandheather.net/images/e ... isplay.png
[/img]
http://www.craigandheather.net/celeledclock2.html
[img]
http://www.craigandheather.net/images/e ... isplay.png
[/img]
- terranjerry
- Posts: 38
- Joined: Tue Feb 11, 2014 1:39 pm
Re: Snap a picture of your ADAFRUIT clock and post it here!
That's a very nice clock Craig! Well done!
- N6BM
- Posts: 75
- Joined: Mon Nov 10, 2014 4:22 pm
Re: Snap a picture of your ADAFRUIT clock and post it here!
The photos show the Adafruit GPS clock complete with the Arduino UNO board, the Ultimate GPS board, the Adafruit relay board and 7 segment display. The code will close the N/O relay for (2) seconds at the top of each hour. The project was made for the time synchronizing circuit of a 1800's Western Union wall clock with GPS accuracy.
I didn't want to cut a hole into the front panel for the display, so I opted to use a strip of Velcro to keep the display in place. I was able to get help from Rick at Adafruit to incorporate the relay code into the GPS clock.
I didn't want to cut a hole into the front panel for the display, so I opted to use a strip of Velcro to keep the display in place. I was able to get help from Rick at Adafruit to incorporate the relay code into the GPS clock.
- Attachments
-
- Completed GPS clock
- 20161121_124623.jpg (64.78 KiB) Viewed 9614 times
-
- Ultimate GPS + Arduino UNO + Adafruit N/O relay board + 7 segment (blue) display
- 20161121_124040.jpg (122.55 KiB) Viewed 9614 times
- erichs
- Posts: 7
- Joined: Sun Jan 26, 2014 3:30 am
Re: Snap a picture of your ADAFRUIT clock and post it here!
The photo shows a sand clock drawing the time into sand and erases it with vibration motors:
It features Adafruit PWM/Servo Driver (https://www.adafruit.com/product/815) and 500 mA Power Boost LiPo charger (https://www.adafruit.com/product/1944)
Videos and build instructions and project is described on https://mcuoneclipse.com/2016/11/23/mak ... and-clock/
Enjoy!
Erich
It features Adafruit PWM/Servo Driver (https://www.adafruit.com/product/815) and 500 mA Power Boost LiPo charger (https://www.adafruit.com/product/1944)
Videos and build instructions and project is described on https://mcuoneclipse.com/2016/11/23/mak ... and-clock/
Enjoy!
Erich
Please be positive and constructive with your questions and comments.