Host/controller interface in Bluetooth

learn more… | top users | synonyms

0
votes
0answers
60 views

ioctl on bluetooth device using BlueZ stack

I'm trying to set the packet timeout on a bluetooth device, using the BlueZ stack on a linux (Ubuntu) machine. I'm using the example code provided in the BlueZ tutorial. The device is a SENA UD100 ...
0
votes
0answers
30 views

Bluetooth ACL channel symmetric / asymmetric

The ACL channel can be symmetric and asymmetric, right? I need it symmetric. How can I set up it when create the ACL connection to be symmetric?
0
votes
0answers
64 views

how to get bluetooth adapter path in webos

I need to get the value of bluetooth adapter in webos. For example in android the bluetooth adapter path is like /org/bluez/499/hci0/ I have a HP touchpad that running webos. I can connect to it ...
0
votes
0answers
84 views

tuio or surface

I am developing a touch based application, I wanted to know if anyone has evaluated the Microsoft Pixelsense and compared it with any other such big touch interfaces? What are the advantages of ...
0
votes
1answer
192 views

is there a private API for sending HCI command under iOS

Is there a way to send HCI command under iOS (even using private API) ? Thanks.
2
votes
0answers
221 views

How to get the RSSI with BlueZ?

I'm currently building a small utility to found my phone via Bluetooth and my computer. For this purpose I'm trying to get the RSSI to evaluate the distance between the two devices. How can I get the ...
0
votes
0answers
68 views

interface design: choose between two images

This is a general question about HCI. I was wondering what are some of the best examples of UIs you've seen that presents a user two images and has them choose which one of them is better. I have ...
0
votes
1answer
356 views

Cancelling retransmissions on a L2CAP socket

I was wondering if anyone can assist me with a problem that I have with C Bluetooth programming (Linux Bluez). I am using Ubuntu 10.04, BlueZ 4.60. My goal is to have a L2CAP socket in which there ...
1
vote
0answers
130 views

Where to find materials about edge detection and which is good for virtual wardrobe application?

I am trying to build an application called virtual wardrobe where I am planning to capture the image of a human and then allow him to select different clothing and instantly see his virtual image ...
2
votes
4answers
3k views

Developing UI for Android

I am planning to develop an Android based mobile for my Human Computer Interaction based project. I am looking for a UI designing application for Android platform. Can it be achieved with Eclipse or ...
1
vote
1answer
488 views

Problem with getting list of HCI devices from driver in Android

I have to work with HCI device of Android, so I try to implement a simple code for get the number of bluetooth device: ... struct hci_dev_req *dr; int sk = socket(AF_BLUETOOTH, SOCK_RAW, ...
0
votes
1answer
492 views

Android bluetooth communication access modes?

When I check the bluetooth developer page, it states very clearly that the android api supports the establishment of RFcomm channels. Now, is this mode exclussive for android or does android also ...
2
votes
4answers
7k views

Android connect to WiFi without human interaction

I'm wondering if there are some code snippets that can be used to connect an Android device to a WiFi network. The network should be either open or WEP/WPA encypted, and visible to that device. ...
1
vote
2answers
87 views

application models

Within a research project that I'm currently working on, we're trying to define the notion of application model, and we're investigating methodologies/formalisms to represent application models, with ...
0
votes
2answers
147 views

Human-Computer Interaction SDK

The question is which SDK (if any) to use for developing applications with hci interfaces? I mean such an interface when user interact with computer using gestures and video camera.
1
vote
1answer
136 views

Identifying 'Concepts' for a system HCI

I'm designing an interface based on data gathered from users. It is for a website which allows you get advice on choosing a restaurant. I'm stricly following a textbook which says you must identify ...
0
votes
1answer
617 views

How can I find witch version of a2dp is used by my Bluetooth headset devise?

I know that one way to find out this is to have a look on the device specification. Most device specifications are reporting just that A2DP is supported. Is there an other way to find which version of ...
3
votes
2answers
79 views

Where do you get your sound samples from?

I finished an application and the users want to "sex up the interaction feeling" by adding some sound samples that should be played when some specified acitons occur. For the programming point of view ...
1
vote
1answer
61 views

Guidelines for creating interactive visualisations?

Does anyone know any guidelines in creating interactive visualisations for the exploration of datasets? I can find lots of material on why particular instances are good or bad, but the actual design ...
-1
votes
3answers
131 views

right, left and double click - what do you code and when?

There's some debate in the office as to when left, right and double click should be used in a gui, and since there seems to be very little information online, I thought it would be an idea to get ...
1
vote
0answers
1k views

Strange issue with capturing Bluetooth packets from Android JNI shared library

I have a question having to do with Bluetooth programming in C. I'm working on the Android platform, but anyone skilled with the Bluez stack should be able to lend some insight... I am trying to ...
0
votes
1answer
253 views

UI pattern for editing temporal tables

I'm writing a web interface to edit several values that change over time (for each employee, the changing attributes are role/division/workplace/type of contract/etc) and show the history of each ...
4
votes
5answers
199 views

User interface issues regarding embedded PDFs

Q.1. What are the advantages and disadvantages, from a usability standpoint, of embedding PDFs in a web page? Q.2. In general, for the average computer user, which scenario provides the most ...
2
votes
1answer
646 views

chrome-like status bar in qt

I'm not big on creating GUI's, and generally my philosophy is: I don't create them, or I make them as simple as possible (and convince myself that it's better for usability :) For my current project, ...
0
votes
1answer
91 views

Downloading photos on the client side every 10 seconds on an ajax enabled asp.net environment?

There is a web site page which is coded on asp.net with using c# and ajax is enabled too. I want a very fast loading web page; which is going to happen with the following architecture; 1- First all ...
1
vote
1answer
278 views

An image from byte to optimized web page presentation

I get the data of the stored image on database as byte[] array; then I convert it to System.Drawing.Image like the code shown below; public System.Drawing.Image CreateImage(byte[] bytes) { ...
1
vote
2answers
179 views

HCI challenges of Web 2.0

What are the HCI challenges of Web 2.0?
3
votes
9answers
421 views

Selecting an item from a very large list

Suppose I have a list of a couple of thousand organizations and a user needs to be able to select one of them. The list is too large to populate in a dropdown at page load, and the user often knows ...
1
vote
2answers
258 views

HCI - How to evaluate a device to the relation with these theories such as: “senses (Visual, Auditory, Haptic) and cognition (short term and long term memory)”?

How can to evaluate a computerized device or a software application in the HCI field to the relation with these theories such as: "Senses (Visual, Auditory, Haptic) and cognition (short term and long ...
1
vote
3answers
621 views

what are evaluation techniques for HCI projects (without involving users, or psychologist)?

I'm going to choose a topic for my thesis and it will be a HCI project. (human computer interaction). It will be a research project, and I need to think some kind of evaluation for it. I would prefer ...
2
votes
1answer
38 views

Resources on making editors / program interfaces more gaming-like

In this gigantic simulation program I'm writing, I'm designing the UI and writing a mini-editor in it. I would like to design the UI so that it's very computer-game like (almost a command & ...
2
votes
3answers
356 views

Smallest recommended button size

Is there a recommended smallest button size under normal conditions? By "recommended" I mean prescribed by some document like: Apple HCI Guidelines Windows UX Guidelines or some ISO standard.. ...
2
votes
4answers
243 views

Is there a generally acceptable definition of (soft) realtime delays?

I'm trying to find a benchmark for how long users are willing to wait for a response from a remote service. In my case the response is for very useful but not business critical validation of data ...
6
votes
7answers
486 views

Recommend book on Human Computer Interaction [closed]

I'm looking for a good book to read on HCI over the xmas holidays, is there a particular book you would recommend on this topic? Thanks,
5
votes
3answers
2k views

Looking for ideas on a class project in Computer Vision

I have come upon another class where I need to find an idea for a project, and since my last posting on SO for a project idea was so successful, I've decided to ask here again. I'm taking a class ...
25
votes
10answers
1k views

What should a developer know about interface design, usability and user psychology to create great software? [duplicate]

Possible Duplicate: Human factors design (meeting psychological needs in UI design) What should a developer know about user interface design, usability and less technical aspects of human ...
1
vote
4answers
199 views

Coming from web development, how do I approach desktop app usability/design?

When developing a desktop application that has several groups of equally important data and operations, how do you tackle the user interface design? Most of the web-based apps I've developed have a ...
1
vote
3answers
191 views

Usability: Where do users focus their initial attention on in new interfaces?

I know there was a study somewhere that showed which places users focused on initially when presented with new interfaces, but I can't remember that study, nor remember exactly what behaviors could be ...
1
vote
1answer
66 views

Should I use the user's current culture to compare computer names?

I've got a list view and a button. The list view has columns "Server Name", "Operating System" and "Description". The button populates the list view with computer records from Active Directory. The ...
7
votes
6answers
1k views

Why does the Squeak interface look and act so antiquated?

Don't get me wrong - I love Smalltalk, but... To me, the Squeak interface is one of the biggest turnoffs. I love Smalltalk - not the user interface. One only has to contrast modern interfaces like ...
1
vote
3answers
104 views

HCI: make the user wait through everything up front, or amortize?

I'm writing a silverlight app that queries a web service to populate a tree control. Each element will have at least 2 levels of children, so something like this: a +-b +-c d +-g +-h e +-i +-j ...
2
votes
2answers
97 views

Help me get more information on Web Usability Studies

I am very interested in human computer interactions and mainly web interaction. Can you please tell me some studies, web sites, papers, links or research groups that are investigating Web pages design ...
1
vote
4answers
173 views

What is a good way of implementing HCI in OpenGL?

I'd like to try and implement some HCI for my existing OpenGL application. If possible, the menus should appear infront of my 3D graphics which would be in the background. I was thinking of drawing a ...
2
votes
1answer
171 views

Is there a good replacement for Borenstein's “Programming as if People Mattered”? [closed]

Borenstein's classic book "Programming as if People Mattered" dates from 1991. Is there a more modern book (say from this millennium instead of the last) that covers similar ground in a similar way, ...
5
votes
6answers
723 views

What is the most intuitive, usable way of entering a time of day or a duration?

I'm building a line-of-business application in Silverlight and need to get the user to edit two .NET TimeSpan values. One is a time of day (relative to midnight) and the other is a duration. Currently ...
2
votes
2answers
459 views

How does one use onmousedown/onmouseup correctly?

Whenever I write mouse handling code, the onmousedown/onmouseup/onmousemove model always seemed to force me to produce unnecessarily complex code that would still end up causing all sorts of UI bugs. ...
3
votes
5answers
554 views

Can humor cut down on perceived response time?

After reading a StackoOverflow question http://stackoverflow.com/questions/182112/funny-loading-statements-to-keep-users-amused, I was really intrigued to ponder upon this question "Can humor cut ...
1
vote
3answers
347 views

Giving user feedback during long-running process and user-interface/business-logic separation

When a long-running process is being executed, it is a good practice to provide feedback to the user, for example, updating a progress bar. Some FAQs for GUI libraries suggest something like this: ...
6
votes
6answers
2k views

What is the best way of formally expressing usability requirements?

I am writing a system requirements document and need to include non-functional requirements relating to the usability of the system, but am not sure of the best way to express this. "The system shall ...
3
votes
1answer
215 views

Usability Solutions to Displaying Denormalized Data

I've got a typical impedance mismatch where the data is stored in a normalized fashion: Client | Year | Value -------------------------- Foo 2007 9000000 Foo 2008 10000000 Bar ...

1 2