Curiosity is bliss    Archive    Feed    About    Search

Julien Couvreur's programming blog and more

Tablet PC ideas

 

Three ideas:
- using the Tablet as a terminal over a USB link,
- a BIOS level note taking application,
- hibernate to Flash RAM for faster wake-up.


USB Terminal:
Allow to use a Tablet (or laptops) as a screen or terminal (screen + input, ie. keyboard & mouse) for headless machines. Also, a Tablet could be used as an input peripheral for graphic designers.

The headless machine should have a special USB driver installed for "terminal" devices. You would then run a client software on the Tablet so that the USB port appears as one of these terminal devices.
Whenever you plug the USB cable in, a data link is established between the driver and the client, and the Tablet display a login prompt, like the RDP client does.

I originally thought about suggesting a VGA input on Tablets, but that means separate cables are needed for the keyboard and mouse connection. USB won't support video streaming, but should be enough for RDP, VNC or X.

Update:
Just found a related USB Monitor idea over at Halfbakery.
Someone pointed me to MaxiVista, which is kinda related, but definitely cool. It is a way to make a machine multi-monitor by using the network and another machine as the secondary display. Be sure to check out the awsome demo video. Gizmodo just posted a review of MaxiVista.


BIOS-level Journal:
Allow Tablet PC owners to take quick notes without booting windows.

This would be similar to the BIOSes that contain email client, browser or DVD player software. There would be no ink recognition at the BIOS level, but when starting the Tablet PC OS, these quick notes could be accessed and converted to Journal or OneNote format.


Hibernate to Flash RAM:
There are two sleep modes: Standby and Hibernate.
Standby minimizes the electric load while maintaining the computer turned on: the hard-drive spins down, the CPU goes in a power saving mode, but the "live" data stays in the RAM. Hibernate stores all the data from the RAM onto the hard-drive and the computer is then turned off completely.

This means the Standby still uses some battery, but is quicker to wake-up than the Hibernate, since it doesn't need to wait for the hard-drive to spin up during start-up.

The Hibernate mode could probably be improved by adding a Flash RAM component to the computer, matching the size of the RAM. The question is whether a 150$ addition (for 500MB of Flash) is worth the speed-up, because the devices (network, sound card,...) still need to be re-initialized.

When starting up, not all the data stored in the Flash RAM would have to be copied over to the RAM. Some could be left on the Flash, but flagged in the memory controller as "copy from Flash on Read" so that it gets lazy-loaded.


Games?
The Dots! powertoy has a nice pen-enabled interface, but the game in itself is pretty lame... :-(
I've tried to come up with some game ideas for Tablet last week and over the week-end, but no killer game yet ;-) Any ideas?


Update: Added the Hibernate to Flash idea.

______________________________________

How about Hangman? :)

Posted by: Kunal (March 31, 2004 07:44 AM)
comments powered by Disqus