top | item 15930916

Introducing the GoodWatch

604 points| limmeau | 8 years ago |goodwatch.org | reply

71 comments

order
[+] zoom6628|8 years ago|reply
I am sooo jealous of this. What an amazing project. Yes it would be front page on Hackaday but pleased it appeared here because HN is all about (IMHO) inventive and creative technology and its possibilities and applications. These sort of projects illuminate for the rest of us on what might be possible. Has inspired me to break open the boxes of parts i have and build something that works (useful or not remains to be seen), just to explore the possible. By day i work on Enterprise software, but ive had more inspiration moments when working on IoT wireless stuff at home than ever had in meetings, workgroups, or sitting in an office.

To the author and creator, a huge thank you for the inspiration, education. Like one other poster mentioned i too would like a quick donate button for this. I do use for other projects because i think its important to acknowledge people who make stuff like this. Whether is code or hardware, or sometimes even just ideas on KS, give a few bucks if you can to share the fun and inspiration and reward others.

[+] alunaryak|8 years ago|reply
This is a bit orthogonal, but if you're interested in the watch form factor, TI makes a really neat watch dev board for the MSP430 that has a built-in accelerometer and support for wireless sensors.

http://processors.wiki.ti.com/index.php/EZ430-Chronos

[+] dfox|8 years ago|reply
I'm not sure whether Chronos is still in production. In comparison to this chronos is large (it is significantly larger that you would expect from the pictures) and it's radio capabilities are limited (not to mention that it does not have keyboard ;))

TI also for a short time made more advanced version with bluetooth, sane industrial design and certified radio which was quite similar to Pebble.

[+] yoodenvranx|8 years ago|reply
This is one of those articles/projects where I really miss an established universal web-wide donation system. I just want to click a button on that page and send the author a few bucks as a Thank You for doing amazing things.

(And no, a Paypal link is not an answer to this problem)

[+] chc4|8 years ago|reply
Honestly, that sounds like a problem for cryptocurrency. Lots of people just put their wallet address on things and you can send them money.
[+] bruncun|8 years ago|reply
Have you considered the browser, Brave? Built-in micropayments. Https://brave.com
[+] sorenjan|8 years ago|reply
Flattr tries to be that.
[+] manigandham|8 years ago|reply
Why doesnt paypal work? All they need to list is an email address, it's the lowest amount of work.
[+] Aloha|8 years ago|reply
I really want to build a micropayments system for stuff like this.
[+] omn1|8 years ago|reply
I miss posts like this on HN.
[+] bastijn|8 years ago|reply
Came here to reply: “this is why I read HN.”. Glad to see more people feel like that.

@author (if here). Thanks, fantastic read and an even better gadget. You made me feel “O my, I need this!”.

[+] sundarurfriend|8 years ago|reply
I too miss posts like this, but I'm glad we've at least passed beyond the "unicorn! unicorn!!", "here's how to bother your users incessantly" phase and seem to be on an upward trend in post quality.
[+] codinghorror|8 years ago|reply
Oh my gosh this is amazing, such a labor of love. Everyone clearly needs a reverse engineered disassembler on their wrist.
[+] passwordqq2|8 years ago|reply
I was going to leave a snarky comment about "reverse engineered disassembler" but then accidentally saw the username. What do you mean by that?
[+] dessant|8 years ago|reply
> It also has a hex editor, because no proper lady or gentleman should be caught in public without one on the wrist.

I'll hold this thought dear for the rest of my life, thanks for sharing this amazing project.

[+] mmjaa|8 years ago|reply
I really wish the Oscilloscope Watch had made it through the hassle of production:

http://www.gabotronics.com/oscilloscopes/oscilloscope-watch....

(Disclaimer: I'm one of the disappointed backers of his kickstarter campaign, which went nowhere...)

If there were another attempt at making a watch like this one, I'd definitely be a backer. I think this is really an ideal time for someone to start up an open-source, powerful watch platform ..

[+] brncsk|8 years ago|reply
So what's going on with those Hungarian words on the disassembler pic? :)
[+] sly010|8 years ago|reply
I want to know the answer to that as well. Judging from travis's callsign (and name) he is based in the US.
[+] limmeau|8 years ago|reply
At first I thought this was a firmware mod for those calculator watches, but it's a new circuit board. Comparable in power to those TI msp430 developer watches, but with better UI possibilities.
[+] vr46|8 years ago|reply
Wow. Everything about this is amazing, including the nostalgia from leafing through KMart catalogues of the 1980s for all the Casio watches.
[+] bringtheaction|8 years ago|reply
Casio Wrist Camera digital watch

Casio digital watch with built-in infrared remote for your TV

Good times. Actually not very useful but they looked so hot back then and I remember just laying on the floor looking at the pictures of such watches.

[+] coupdejarnac|8 years ago|reply
Awesome project. I'm surprised we don't see more msp430-based watch projects. Bonus points for ham radio functionality. I'd be all over this if I didn't hate wearing a watch.
[+] ctkrohn|8 years ago|reply
Does anyone know what the apparently pocket-sized notebook computer is? The one in the picture about halfway through the post, with the watches draped over it.
[+] tzs|8 years ago|reply
> It has ~5 years of battery life, knows days of the week for the next two thousand years, and has a handy RPN calculator.

I wonder why two thousand years? All the common day of the week algorithms should work as long as the current leap year pattern [1] continues.

[1] (year % 4 == 0) && ((year % 100 != 0) || (year % 400 == 0)

[+] pmarreck|8 years ago|reply
This is definitely the geekiest, most awesome thing I will see today. Fantastic.
[+] jacquesm|8 years ago|reply
I absolutely love the work and the tone of this article. Very neat hack.
[+] j7ake|8 years ago|reply
So it will be possible to buy one ? It looks cool
[+] exikyut|8 years ago|reply
It would be pretty cool for someone to step up and make a few of these, but they would need to be prepared to be mildly inundated with orders.

Someone should tell Casio about this, and forward them http://www.hpmuseum.org/cgi-sys/cgiwrap/hpmuseum/archv018.cg... as an example of what can happen when insiders successfully pull strings.

In this particular case the poster in the linked thread worked deep inside HP and lobbied hard to get an SDK released and manufacture the calculator with a nondescript set of pins inside the battery compartment that permitted reflashing.

The result was the "WP 34s" firmware: https://commerce.hpcalc.org/34s.php is a basic overview (unknown if clicking Order works, email first) and https://sourceforge.net/projects/wp34s/ has full source code, details - and emulators for Linux/Windows/macOS that Just Work™, I might add.

This firmware was written from scratch - the SDK provided a functioning compiler and basic architectural info about the calculator, but no sample code. The above firmware was thus written entirely from scratch. It implements all standard functionality (re-implements, heh) as well as a number of advanced fan-built features (more info at the SF link above).

IIUC, the HP-20b is sadly no longer in active production, so getting one's hands on this interesting bit of kit is tricky. But despite the fact that this never really made headline news the whole venture worked perfectly. Thought I'd mention it.

As for what I think Casio should do: the TL;DR is that it's really, really hard to do things that are offensive or damaging from a business standpoint with a 8-char 7-segment LCD and a tiny keypad. This isn't a smartwatch with a full-color LCD. So there's that.

The real problem is that, well, what little market demand is left for wrist calculator watches is now split between the option of purchasing a smartwatch instead. So demand would be probably within the <2%-of-entire-market range.

But if there happen to have any active production lines still producing these calculator watches, I can totally see Casio being able to very cheaply swap in a PCB with something like what OP has created.

NB. Since I have no idea how far this comment could reach - by all means copypasta.

[+] mathgeek|8 years ago|reply
The end of the article mentions the code is available and PCB's will be coming soon. The next step beyond that is that someone has to fill in the rest.
[+] hexmiles|8 years ago|reply
That's pretty cool, I plan to do something similar but with a cheap smartwatch, a lot o Chinese smartwatch are based on the same soc family, and usualy are pretty hackable.