Live data from Hacker News

Whiteboard Clock

docs.google.com

51–60 of 90 posts

Re: Whiteboard Clock

#51
post #29

This reminds me of a "plotclock" that I built almost a year ago. http://www.thingiverse.com/thing:248009

The writing on this one is much nicer! Add selective erase so only one character is (usually) ever erased and you've got yourself a very neat novelty clock.

I feel really bad for the little guy. It looks like he's incessantly unsatisfied with his work so he has to erase everything.

Re: Whiteboard Clock

#52
post #38
post #35

Let's say someone wanted to learn how to do this. Not just follow a step by step guide, but actually learn how to do this. Where would you find a good resource?

You would need to control a pair of servos. Arduino is the easy way. Some trigonometry to convert x-y positions to the two arm angles. The connectors to the pen are linkages. I am currently building a whiteboard plotter myself, though a much larger scale. Feel free to send me questions and I can send you pointers on where to research next.

Thanks, I'll keep you in mind as I get started.

Re: Whiteboard Clock

#53
post #37
post #35

Let's say someone wanted to learn how to do this. Not just follow a step by step guide, but actually learn how to do this. Where would you find a good resource?

This of course depends on what you know already (CS or EE background?), but the easiest way would be to use an arduino. You'd need to have some electronics knowledge (basic circuitry, servo motors) and be able to do some embedded programming (PWM, ADC/DAC, interrupts/timers)

This was a nice overview. Thanks.

Re: Whiteboard Clock

#54
post #38
post #35

Let's say someone wanted to learn how to do this. Not just follow a step by step guide, but actually learn how to do this. Where would you find a good resource?

You would need to control a pair of servos. Arduino is the easy way. Some trigonometry to convert x-y positions to the two arm angles. The connectors to the pen are linkages. I am currently building a whiteboard plotter myself, though a much larger scale. Feel free to send me questions and I can send you pointers on where to research next.

Why wouldn't you go for a Lego Mindstorms kit?

You could probably build a similar thing almost out of the box (BYO marker and whiteboard) and you can replace the various parts with your own bits as you get more advanced.

I suppose if you knew what you were doing going an Arduino is a cheaper option though.

Re: Whiteboard Clock

#55
post #40
post #38

Earlier quoted context omitted.

You would need to control a pair of servos. Arduino is the easy way. Some trigonometry to convert x-y positions to the two arm angles. The connectors to the pen are linkages. I am currently building a whiteboard plotter myself, though a much larger scale. Feel free to send me questions and I can send you pointers on where to research next.

There are three parts to learn -- the electronics (handled by an Arduino and a few servos), the mechanics (for this design, it's not too complicated -- you could make do with popsicle sticks and some screws if you had to), and the software. The tricky bit with the software is the math. The arms, when free to spin around their centers, can be considered circles. You'd want to learn the geometry of circles and, specifi…

A good starting point might be to use Lego + Mindstorm (or Lego + Arduino). You get to use various off the shelf mechanical parts and you get to re-use the Lego parts in your next project.

Re: Whiteboard Clock

#58
post #40

Earlier quoted context omitted.

There are three parts to learn -- the electronics (handled by an Arduino and a few servos), the mechanics (for this design, it's not too complicated -- you could make do with popsicle sticks and some screws if you had to), and the software. The tricky bit with the software is the math. The arms, when free to spin around their centers, can be considered circles. You'd want to learn the geometry of circles and, specifi…

A good starting point might be to use Lego + Mindstorm (or Lego + Arduino). You get to use various off the shelf mechanical parts and you get to re-use the Lego parts in your next project.

Yup, that's a fine suggestion, too. I used to do all my prototyping with Lego Technic pieces... Years later, when I needed parts that Lego didn't make (like for connecting servos or Arduino), I used Lego dimensions to create my own 3D printable (but Lego compatible) parts.

Re: Whiteboard Clock

#59
post #4

Earlier quoted context omitted.

No! Go build one. So much more satisfying than buying.

A kit would be nice for those without the necessary expertise or access to a 3D printer.

> access to a 3D printer.

Time to meet your local hackerspace perhaps?

Re: Whiteboard Clock

#60
post #56

Earlier quoted context omitted.

Or use a chalkboard.

Chalk would still run out and need to be replaced. Some kind of sand drawing would be more of an infinite "ink".

Hilariously, a good way to do this with infinite "ink" would be to draw the letters on a touch screen with a stylus.
Post reply on HN