Anyone using a UMPC?

General HouseBot discussion. Any issues that don't fit into any of the other topics belong here.
Osler
HouseBot Guru
Posts: 742
Joined: Fri Feb 03, 2006 11:18 pm

Anyone using a UMPC?

Post by Osler »

Samsung and TabletKiosk are going to be the first ones to have a UMPC on the market. The cheapest is from TabletKiosk. Anyone with any experience with these?

http://www.tabletkiosk.com/config/pc/vi ... roduct=135

Also, Elk is coming out with a new interface for the M1 controller. The nice thing is that it is a Windows CE device and can be loaded with anything you want. It has an ethernet port and supports PoE. The price seems a bit steep for a glorified PDA, but it does have a 7" touchscreen (800 x 480 - same as the UMPC above).

http://www.elkproducts.com/products/m1/ELK-TS07.htm

Osler
yaccri
HouseBot Special Member
Posts: 304
Joined: Wed May 07, 2003 2:19 pm
Location: Tel-Aviv, Israel
Contact:

Post by yaccri »

Scott,

Do you think that the TabletKiosk UMPC (the first one suggested by osler)can run SWRemote with no issues?

Thanks
roussell
Advanced Member
Posts: 268
Joined: Wed Dec 15, 2004 9:07 am
Location: Pelham, AL

Post by roussell »

It should be fine since it has a VIA processor and is running Windows XP tablet edition. the 386 version of the swremote should work without any problems IMO.
Terry
Last edited by roussell on Fri Sep 08, 2006 8:22 am, edited 1 time in total.
ScottBot
Site Admin
Posts: 2790
Joined: Thu Feb 13, 2003 6:46 pm
Location: Georgia (USA)
Contact:

Post by ScottBot »

I would think so too, but I've not tested it.
Scott
TakeFlight
Member
Posts: 53
Joined: Wed Feb 01, 2006 11:48 pm
Location: Philly burbs

Post by TakeFlight »

These devices look like the perfect software remote. At least for my needs they look perfect. Well, except for one thing, the price. :( When they cut the price in half I might be buying. :D
dlmorgan999
HouseBot Special Member
Posts: 409
Joined: Tue Jul 13, 2004 9:13 am
Location: Tigard, OR

Post by dlmorgan999 »

I just bought one of these (the Samsung Q1) and it works VERY nicely as a software remote! I wish it was a bit cheaper (I paid $1,000) but the end result is great!

The only thing that's unfortunate is that the hard buttons (specifically the arrows and the Enter key) don't work with HouseBot. If those worked like they do on a PDA that would be even better.

-- Dave
ScottBot
Site Admin
Posts: 2790
Joined: Thu Feb 13, 2003 6:46 pm
Location: Georgia (USA)
Contact:

Post by ScottBot »

dlmorgan999 wrote:The only thing that's unfortunate is that the hard buttons (specifically the arrows and the Enter key) don't work with HouseBot. -- Dave
Do you know if the arrow keys generate the same keycodes as a standard PC?
Scott
dlmorgan999
HouseBot Special Member
Posts: 409
Joined: Tue Jul 13, 2004 9:13 am
Location: Tigard, OR

Post by dlmorgan999 »

That seems to be the case but I can't say for sure. I opened a document in Notepad and I was able to scroll around in it using the hard buttons. I also tried the Enter button and it generated a CRLF as expected.

-- Dave
loo_hoo_ser
Member
Posts: 83
Joined: Sat Oct 30, 2004 4:16 pm

Post by loo_hoo_ser »

It could be that the keys on the UMPC are special keys with their own device driver.

As an example, the MCE remote that came with the MCE windows machines had a special driver. Even though the remote appeared to function as a keyboard in some cases (numbers and arrows), the driver was doing the actual translation. I've ditched the MCE driver and switched to using a free product called HIP.

It basically is a program that runs in the background and intercepts any input device and have it perform an action. In my case. I programmed HIP to intercept the MCE remote key presses with keyboard equivalents so that I could use it to control any program I wished (e.g. Theatertek, ZoomPlayer, etc). You can use it to send key presses to Housebot. Here is the link: http://www.byremote.com.au/HIP/Default.htm

You *might* need some kind of a driver that will recognize the extra keys on the UMPC, however. Give it a try and see how it works out for you.
dlmorgan999
HouseBot Special Member
Posts: 409
Joined: Tue Jul 13, 2004 9:13 am
Location: Tigard, OR

Post by dlmorgan999 »

Thanks for the suggestion but I tried using HIP but it didn't seem to make any difference. It's worth noting that there *is* a special program included with the UMPC that allows you to map the hard keys to most any keyboard character you wish.

Scott: how does the existing hard button feature work? Does it look for regular keyboard characters, or do the hard buttons on a PocketPC put out special codes?

-- Dave
ScottBot
Site Admin
Posts: 2790
Joined: Thu Feb 13, 2003 6:46 pm
Location: Georgia (USA)
Contact:

Post by ScottBot »

The hard buttons on the PocketPC do send special char codes that the SWRemote looks for.

When configuring the button mappings for the panel, you can also specify the Cursor keys (up,down,left,right,&enter) in addition to the PocketPC hard buttons. Have you tried mapping the cursor keys too?
Scott
dlmorgan999
HouseBot Special Member
Posts: 409
Joined: Tue Jul 13, 2004 9:13 am
Location: Tigard, OR

Post by dlmorgan999 »

The cursor keys are actually the only ones I *have* tried so far. What codes do they look for?

-- Dave
dlmorgan999
HouseBot Special Member
Posts: 409
Joined: Tue Jul 13, 2004 9:13 am
Location: Tigard, OR

Post by dlmorgan999 »

Maybe this would be a good feature request for v3. How hard would it be to provide some kind of facility similar to the current hard button support, but that would respond to any standard keyboard key? Would this be hard? I think maybe this (or something similar) is already on the feature list.

-- Dave
ScottBot
Site Admin
Posts: 2790
Joined: Thu Feb 13, 2003 6:46 pm
Location: Georgia (USA)
Contact:

Post by ScottBot »

The current character codes it looks for are:
{ "Button 1", 193 },
{ "Button 2", 194 },
{ "Button 3", 195 },
{ "Button 4", 196 },
{ "Button 5", 197 },
{ "Cursor Up", 38 },
{ "Cursor Down", 40 },
{ "Cursor Left", 37 },
{ "Cursor Right", 39 },
{ "Cursor Enter", 134 },

Something more generic could probably be added to V3, but I don't think I have it on the list now.
Scott
dlmorgan999
HouseBot Special Member
Posts: 409
Joined: Tue Jul 13, 2004 9:13 am
Location: Tigard, OR

Post by dlmorgan999 »

Thanks for the detailed answer! I'll play around a bit and see if I can get anything to work. I'll let you know what I find out.

-- Dave
Post Reply