MultiChron for MonoChron!

For RTC breakouts, etc., use the Other Products from Adafruit forum

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
User avatar
rpwhite3
 
Posts: 13
Joined: Sun Jul 12, 2009 4:57 pm

Re: MultiChron for MonoChron!

Post by rpwhite3 »

BANNED wrote:Version 1.0 is ready. Now to start work on 1.1, to add GPS related code.

If you programmed Release Candidate 1.0 build 2, then there is no need to program this version, as this is what we now consider 1.0

Been reading this thread and just finished my MonoChron, so will be loading this firmware maybe tomorrow night.

Amazing work to be honest, for the neatest clock yet... This next to my IceTube clock is very impressive.

Love the clocks!

Open Source is simply amazing, this would have taken years, if at all, if done by a 'real' company...

Great stuff..

Chow..

Rp

User avatar
javajunkee
 
Posts: 1
Joined: Mon Apr 12, 2010 12:25 am

Re: MultiChron for MonoChron!

Post by javajunkee »

Cheers to all of you on this fine clock.

Finished my clock about a week ago, and tonight uploaded MultiChron version 1.0. Works Great!

Thanks to all for creating such a great, open source product. :D

User avatar
westcoaststeve
 
Posts: 13
Joined: Mon Aug 17, 2009 10:28 pm

Re: MultiChron for MonoChron!

Post by westcoaststeve »

I installed the 1.0 version last night, no problem and so far it's working great. I had been using the original firmware since the start but love the choice in the different modes now.

Thanks guys, this is great!

User avatar
dmiller
 
Posts: 2
Joined: Tue Aug 31, 2010 11:12 pm

Re: MultiChron for MonoChron!

Post by dmiller »

I just received and built my clock, and have loaded the latest version of MultiChron in this thread. So far everything has been great. I am new to micro controllers though and have a question. Can someone tell me the implications of having loaded new boot code? Would it be possible to go back to the original firmware, while leaving the bootcode the same? Can the original bootcode be re-loaded as well?

User avatar
dataman
 
Posts: 98
Joined: Wed May 20, 2009 7:03 pm

Re: MultiChron for MonoChron!

Post by dataman »

Technically speaking,
If you loaded over USB, you probably didn't replace the boot code.
And the boot code is fairly generic anyhow.
Except for some minor differences, they all work about the same.
(Lady A did some wonderful work to improve the way that arduino loaded programs after a reset.)
Anyhow, if you have TinyUSB programmer, you can flash new boot code any time.
There's a folder in the project containing the boot code,
Or you can use the procedure built into Arduino Studio to load "factory" bootcode.

I've flashed my poor monochron so many times,
I think it has MultiChron identity disorder.
Frankly I don't see a reason to go back to a single clock anymore.
BORING!!!!

User avatar
dataman
 
Posts: 98
Joined: Wed May 20, 2009 7:03 pm

MonoChron v1.1 Progress Report

Post by dataman »

Wow, can you believe it?
Almost 2 months of working on MultiChron and how far we've come.

First, we got all 4 clocks combined into one source.
Added Random and Rotate functionality.
And left lots of room for more in Version 1.1

BANNED is a debugging BANNED!
I churned out some buggy GPS code that BANNED cleaned up and got working.
He then added his DeathClock to the mix,
(Don't panic, it's just a fancy count down clock.)
And continued to optimize the living Bejesus out of this code.

Then, with all that done,
He says, Dataman, I need another clock.
Get back to the work...

I'm here to report that we are nearing a 1.1 release.
There's probably going to be an 1.1A and 1.1B version,
Just too many clocks now (6!) to make fit in one core.
So 1.1a will contain the 4 orginal (Ratt, Intruder, Seven, XDali)
Plus the new TimesSquareChron (TSChron), and GPS Optional.
Version 1.1b will be a best of and included DeathClock.

Will post a video of TSChron shortly,
Vimeo just choked on the conversion.

User avatar
dataman
 
Posts: 98
Joined: Wed May 20, 2009 7:03 pm

Video of TimesSquareChron

Post by dataman »

The newest member if the MultiChron family. TimesSquareChron was designed to look like the scrolling marquee of Times Square New York. We love you big apple. Free! And only on MultiChron!

http://www.vimeo.com/14646695

(We're just cleaning up a few lose ends in the 1.1 release. We expect to post this weekend.)

User avatar
dmiller
 
Posts: 2
Joined: Tue Aug 31, 2010 11:12 pm

Re: MultiChron for MonoChron!

Post by dmiller »

Thanks for the info Dataman. The TimesSquareChron looks good. I have an LCD watch that looks just like that. I will be looking forward to the new code.

BTW, in SevenChron is there a reason why the 9s don't have the base horizontal line turned on (making them an upside down 6)?

User avatar
dataman
 
Posts: 98
Joined: Wed May 20, 2009 7:03 pm

Re: MultiChron for MonoChron!

Post by dataman »

Hmmmm,
I'll look into that.
An easily corrected bug.
More of a style issue,
But according to wikipedia,
The common 9 glyph does have 3 horizontals.

User avatar
acksee
 
Posts: 11
Joined: Sun Dec 06, 2009 1:00 am

Re: MultiChron for MonoChron!

Post by acksee »

I must be doing something wrong. I loaded the 1.0 version and just get a blank screen. When I press the menu switch it shows blocks of dark and light but no text. When I load back the original monochron or intruderchron they seem to be working. Is there something else I need to do besides just loading the .hex with avrdude? Thanks for your help.

mr_daemon
 
Posts: 1
Joined: Tue Sep 07, 2010 10:02 pm

Re: MultiChron for MonoChron!

Post by mr_daemon »

Hey, great work there :D

Any plans on getting this on github so we can start poking at the code?

User avatar
caitsith2
 
Posts: 217
Joined: Thu Jan 18, 2007 11:21 pm

Re: MultiChron for MonoChron!

Post by caitsith2 »

acksee wrote:I must be doing something wrong. I loaded the 1.0 version and just get a blank screen. When I press the menu switch it shows blocks of dark and light but no text. When I load back the original monochron or intruderchron they seem to be working. Is there something else I need to do besides just loading the .hex with avrdude? Thanks for your help.
You also have to load the .eep file too. The options for avrdude to do this is -U eeprom:w:MultiChron.eep

Not much harder than just flash only.

User avatar
dataman
 
Posts: 98
Joined: Wed May 20, 2009 7:03 pm

Re: MultiChron for MonoChron!

Post by dataman »

It always has been on GitHub since the begining.
Every rev, every change.
You can trace its roots directly from MonoChron,
Or jump directly to the project at http://GitHub.Com/BANNED/MultiChron

User avatar
dataman
 
Posts: 98
Joined: Wed May 20, 2009 7:03 pm

Version 1.1 Imminent

Post by dataman »

Whew!
Got through testing and documention on MultiChron 1.1.
Added some batch files and read me's.
BANNED will post a final compile sometime later today.
(His compiler produces tighter code for some reason)

New in this Version:
* GPS Module: Assembly instructions at http://crjones.com/adamods
Doesn't require openning your monochron!
* TimesSquareChron: Simulates the marquee at Times Square
* DeathChron: A CountDown Clock (in the B Version of MultiChron)
* Batch files to more easily load firmware and eeprom.
* Readme file with changelog

User avatar
dataman
 
Posts: 98
Joined: Wed May 20, 2009 7:03 pm

MultiChron Version 1.1 As Promised!!!

Post by dataman »

Here it is,
And just before Midnight PDT too!
MultiChron Version 1.1 & 1.1B!

See ReadMe.TXT for instructions.
Features batch files to simplify loading.
Instructions on connecting GPS module at http://crjones.com/adamods
MultiChron-V0101.zip
MultiChron Version 1.1 -- See ReadMe.TXT
(60.58 KiB) Downloaded 312 times

Locked
Please be positive and constructive with your questions and comments.

Return to “Clock Kits (discontinued)”