Difference between revisions of "Bulbdial"

From Evil Mad Scientist Wiki
Jump to: navigation, search
(Created page with "This page will (eventually) be the central site for documentation of the Bulbdial Clock kit. Main details about the Bulbdial Clock kit: * [http://www.evilmadscientist.com/arti...")
 
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This page will (eventually) be the central site for documentation of the Bulbdial Clock kit.  
+
This page is the central documentation site for the Bulbdial Clock kit from [http://evilmadscientist.com/ Evil Mad Scientist].
  
  
Main details about the Bulbdial Clock kit:
+
 
 +
'''Main details about the Bulbdial Clock kit:'''
 
* [http://www.evilmadscientist.com/article.php/bulbdialkit Announcement article] at Evil Mad Scientist Laboratories
 
* [http://www.evilmadscientist.com/article.php/bulbdialkit Announcement article] at Evil Mad Scientist Laboratories
* [http://bulbdial.com/ Kit page] at evilmadscience.com   
+
* [http://bulbdial.com/ Kit page] at evilmadscientist.com   
  
  
Assembly instructions:  
+
'''Assembly instructions:'''
* [http://evilmadscience.com/KitInstrux/bulbdial/bulbdialInstrux.pdf PDF Version] (15 MB PDF)
+
* [http://cdn2.evilmadscience.com/KitInstrux/bulbdial/bulbdialInstrux.pdf PDF Version] (15 MB PDF)    (Trouble Viewing? [[Downloading_PDFs|Please click here.]])
* [http://evilmadscience.com/KitInstrux/bulbdial/htmlinstrux/bulbdialInstrux.html Page-by-page HTML version]  
+
* [http://cdn2.evilmadscience.com/KitInstrux/bulbdial/html2/index.html Page-by-page HTML version]  
  
  
Background and details about the Bulbdial Clock:
+
'''Background and details about the Bulbdial Clock:'''
 
* [http://www.ironicsans.com/2008/03/idea_the_bulbdial_clock.html Original Concept] at IronicSans.com
 
* [http://www.ironicsans.com/2008/03/idea_the_bulbdial_clock.html Original Concept] at IronicSans.com
 
* [http://www.evilmadscientist.com/article.php/bulbdial The prototype], at Evil Mad Scientist Laboratories
 
* [http://www.evilmadscientist.com/article.php/bulbdial The prototype], at Evil Mad Scientist Laboratories
Line 18: Line 19:
  
  
Open Source Hardware documentation for the Bulbdial Clock:
+
'''Open Source Hardware documentation for the Bulbdial Clock:'''
 +
* Source code: [http://www.evilmadscientist.com/source/Beady2.pde standard firmware] (updated 8/2010, 33 kB .pde file) (''Designed to run in the Arduino environment, version 0023.'')
 +
* The standard source code makes use of the Arduino [http://www.arduino.cc/playground/Code/DateTime DateTime] library, which you will need to compile it.  (This also contains the [http://processing.org/ Processing] sketch to synchronize time between your computer and the Bulbdial clock.)
 +
* An updated version of the source code, to run in the Arduino IDE version 1.0, using the newer Time.h library, is now available [https://github.com/revnull-src/BulbdialClock here].
 +
* Also available: "Hello Bulbdial" demo code, in [http://www.evilmadscientist.com/source/Beady_Hello.zip Arduino .pde version] or "straight" [http://www.evilmadscientist.com/source/beedy_Hello_C.zip avr-gcc version].
 
* Electrical schematics are [http://www.evilmadscientist.com/source/beedyschem.pdf here]. (125 kB .pdf file)
 
* Electrical schematics are [http://www.evilmadscientist.com/source/beedyschem.pdf here]. (125 kB .pdf file)
* The circuit board design is in [http://www.gpleda.org/index.html gEDA], and you can download the design files [http://www.evilmadscientist.com/source/bd_geda.zip here]. (200 kB .zip file)
+
* The circuit board design is in [[gEDA_Resources|gEDA]], and you can download the design files [http://www.evilmadscientist.com/source/bd_geda.zip here]. (200 kB .zip file)
* Source code: [http://www.evilmadscientist.com/source/Beady2.pde standard firmware] (updated 8/2010, 33 kB .pde file) (''Designed to run in the Arduino environment'')  
+
* The standard case design is available [http://www.evilmadscientist.com/source/Bulbdial_Case_release.pdf here]. (50 kB .pdf file)
* Also available: "Hello Bulbdial" demo code, in [http://www.evilmadscientist.com/source/Beady_Hello.zip Arduino .pde version] or straight [http://www.evilmadscientist.com/source/beedy_Hello_C.zip avr-gcc version].
+
* [[Bulbdial Bill of Materials]]
 
* Design of the [http://www.macetech.com/blog/node/99 macetech ChronoDot]
 
* Design of the [http://www.macetech.com/blog/node/99 macetech ChronoDot]
* The standard case design is available [http://www.evilmadscientist.com/source/Bulbdial_Case_release.pdf here]. (50 kB .pdf file)
 
  
  
Places for questions, answers, and sharing experiences:  
+
 
* [http://www.evilmadscientist.com/forum/index.php?forum=15 Bulbdial Forum] at Evil Mad Scientist Laboratories
+
'''Places for questions, answers, and sharing experiences:''' 
 +
* [https://www.evilmadscientist.com/forums/forum/clock-kits/ Clock kit forum] at Evil Mad Scientist Laboratories
 +
* See also: [https://web.archive.org/web/20131226044659/http://www2.evilmadscientist.com:80/forum/index.php?forum=15 Archived Forums], with older discussions
 
* [http://www.flickr.com/groups/evilmadscience/ Evil Mad Science Auxiliary Flickr Group] where you can share photos of your Bulbdial clocks
 
* [http://www.flickr.com/groups/evilmadscience/ Evil Mad Science Auxiliary Flickr Group] where you can share photos of your Bulbdial clocks

Revision as of 20:00, 25 May 2018

This page is the central documentation site for the Bulbdial Clock kit from Evil Mad Scientist.


Main details about the Bulbdial Clock kit:


Assembly instructions:


Background and details about the Bulbdial Clock:


Open Source Hardware documentation for the Bulbdial Clock:

  • Source code: standard firmware (updated 8/2010, 33 kB .pde file) (Designed to run in the Arduino environment, version 0023.)
  • The standard source code makes use of the Arduino DateTime library, which you will need to compile it. (This also contains the Processing sketch to synchronize time between your computer and the Bulbdial clock.)
  • An updated version of the source code, to run in the Arduino IDE version 1.0, using the newer Time.h library, is now available here.
  • Also available: "Hello Bulbdial" demo code, in Arduino .pde version or "straight" avr-gcc version.
  • Electrical schematics are here. (125 kB .pdf file)
  • The circuit board design is in gEDA, and you can download the design files here. (200 kB .zip file)
  • The standard case design is available here. (50 kB .pdf file)
  • Bulbdial Bill of Materials
  • Design of the macetech ChronoDot


Places for questions, answers, and sharing experiences: