hi does [hid] will recognize signals from a Playstation2 controller?
i will need to recognize left/right/up/down...... action to trigger pd events.
any idea?
tank you nicolas
i'm not sure if [hid] is what you want -- if you are on windoze you could probably use the joystick external from here:
http://crca.ucsd.edu/~jsarlo/pd/
and hook the ps2 controller up to a ps2-to-usb converter like this one:
http://www.lik-sang.com/info.php?category=23&products_id=3833
btw, i recommend this converter in particular because it can handle dance pad controllers (not all of them do). _ j
nicob wrote:
hi does [hid] will recognize signals from a Playstation2 controller?
i will need to recognize left/right/up/down...... action to trigger pd events.
any idea?
tank you nicolas
_______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
The grand plan for [hid] is to make it one object to access as many
human interface devices as possible. Currently, it supports just about
anything the Linux input event system does (which is a lot), and a
number of devices on MacOS X.
On Windows, you'll need to use [hidin] or [joystick].
.hc
On Mar 14, 2005, at 2:40 PM, justin c. rounds wrote:
i'm not sure if [hid] is what you want -- if you are on windoze you
could probably use the joystick external from here:http://crca.ucsd.edu/~jsarlo/pd/
and hook the ps2 controller up to a ps2-to-usb converter like this one:
http://www.lik-sang.com/info.php?category=23&products_id=3833
btw, i recommend this converter in particular because it can handle
dance pad controllers (not all of them do). _ jnicob wrote:
hi does [hid] will recognize signals from a Playstation2 controller? i will need to recognize left/right/up/down...... action to trigger pd events. any idea? tank you nicolas _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://iem.at/cgi-bin/mailman/listinfo/pd-list--
__________________________ justin c. rounds __ d..b /[]
/
[/(o)][:+:][/(o)] http://justincrounds.org/ __________________________
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://iem.at/cgi-bin/mailman/listinfo/pd-list
"[W]e have invented the technology to eliminate scarcity, but we are
deliberately throwing it
away to benefit those who profit from scarcity."
-John Gilmore
Anything the linux input event system handles? So could I plug an ultrasonic sensor into a USB port via an RS232/USB adapter and use HID that way? I've been doing this with [comport]
-Ian
Hans-Christoph Steiner wrote:
The grand plan for [hid] is to make it one object to access as many
human interface devices as possible. Currently, it supports just about
anything the Linux input event system does (which is a lot), and a
number of devices on MacOS X.On Windows, you'll need to use [hidin] or [joystick].
.hc
On Mar 14, 2005, at 2:40 PM, justin c. rounds wrote:
i'm not sure if [hid] is what you want -- if you are on windoze you
could probably use the joystick external from here:http://crca.ucsd.edu/~jsarlo/pd/
and hook the ps2 controller up to a ps2-to-usb converter like this one:
http://www.lik-sang.com/info.php?category=23&products_id=3833
btw, i recommend this converter in particular because it can handle
dance pad controllers (not all of them do). _ jnicob wrote:
hi does [hid] will recognize signals from a Playstation2 controller? i will need to recognize left/right/up/down...... action to trigger pd events. any idea? tank you nicolas _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://iem.at/cgi-bin/mailman/listinfo/pd-list-- __________________________ justin c. rounds __ d..b /[]
/
[/(o)][:+:][/(o)] http://justincrounds.org/ __________________________
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://iem.at/cgi-bin/mailman/listinfo/pd-list
"[W]e have invented the technology to eliminate scarcity, but we are
deliberately throwing it away to benefit those who profit from scarcity." -John Gilmore
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
If the linux input event scheme supports RS232/USB adapters, but I am
pretty sure it does not. The problem is mapping the data to input
events.
I am working with Tom Igoe of ITP/NYU to try to figure out ways of
incorporating microcontrollers into the [hid] framework. We have
discussed a few ideas, now its time for some coding to see what
works...
.hc
On Mar 15, 2005, at 1:40 PM, Ian Smith-Heisters wrote:
Anything the linux input event system handles? So could I plug an
ultrasonic sensor into a USB port via an RS232/USB adapter and use HID
that way? I've been doing this with [comport]-Ian
Hans-Christoph Steiner wrote:
The grand plan for [hid] is to make it one object to access as many
human interface devices as possible. Currently, it supports just
about anything the Linux input event system does (which is a lot),
and a number of devices on MacOS X. On Windows, you'll need to use [hidin] or [joystick]. .hc On Mar 14, 2005, at 2:40 PM, justin c. rounds wrote:i'm not sure if [hid] is what you want -- if you are on windoze you
could probably use the joystick external from here:http://crca.ucsd.edu/~jsarlo/pd/
and hook the ps2 controller up to a ps2-to-usb converter like this
one:http://www.lik-sang.com/info.php?category=23&products_id=3833
btw, i recommend this converter in particular because it can handle
dance pad controllers (not all of them do). _ jnicob wrote:
hi does [hid] will recognize signals from a Playstation2 controller? i will need to recognize left/right/up/down...... action to trigger pd events. any idea? tank you nicolas _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://iem.at/cgi-bin/mailman/listinfo/pd-list-- __________________________ justin c. rounds __ d..b /[]
/
[/(o)][:+:][/(o)] http://justincrounds.org/ __________________________
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://iem.at/cgi-bin/mailman/listinfo/pd-list
"[W]e have invented the technology to eliminate scarcity, but we are
deliberately throwing it away to benefit those who profit from scarcity." -John Gilmore _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://iem.at/cgi-bin/mailman/listinfo/pd-list
"[W]e have invented the technology to eliminate scarcity, but we are
deliberately throwing it
away to benefit those who profit from scarcity."
-John Gilmore
Hey HC,
This sounds really interesting. Very inline with the work of Christian klippel on a microprocessor platform using the HID protocol. Also this would be of VERY high value to the "Art interface device" people feel free to add yourselves to "aid@interaccess.org" if your not already on it. (very low traffic. lots o' lurkers.)
Keep me posted! :)
I'm about to start build a ucapps controller, but a future HID controller would be pretty cool... :)
B.
Hans-Christoph Steiner wrote:
If the linux input event scheme supports RS232/USB adapters, but I am pretty sure it does not. The problem is mapping the data to input events.
I am working with Tom Igoe of ITP/NYU to try to figure out ways of incorporating microcontrollers into the [hid] framework. We have discussed a few ideas, now its time for some coding to see what works...
.hc
On Mar 15, 2005, at 1:40 PM, Ian Smith-Heisters wrote:
Anything the linux input event system handles? So could I plug an ultrasonic sensor into a USB port via an RS232/USB adapter and use HID that way? I've been doing this with [comport]
-Ian
Hans-Christoph Steiner wrote:
The grand plan for [hid] is to make it one object to access as many human interface devices as possible. Currently, it supports just about anything the Linux input event system does (which is a lot), and a number of devices on MacOS X. On Windows, you'll need to use [hidin] or [joystick]. .hc On Mar 14, 2005, at 2:40 PM, justin c. rounds wrote:
i'm not sure if [hid] is what you want -- if you are on windoze you could probably use the joystick external from here:
http://crca.ucsd.edu/~jsarlo/pd/
and hook the ps2 controller up to a ps2-to-usb converter like this one:
http://www.lik-sang.com/info.php?category=23&products_id=3833
btw, i recommend this converter in particular because it can handle dance pad controllers (not all of them do). _ j
nicob wrote:
hi does [hid] will recognize signals from a Playstation2 controller? i will need to recognize left/right/up/down...... action to trigger pd events. any idea? tank you nicolas _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
-- __________________________ justin c. rounds __ d..b /[]
/
[/(o)][:+:][/(o)] http://justincrounds.org/ __________________________
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
"[W]e have invented the technology to eliminate scarcity, but we are deliberately throwing it away to benefit those who profit from scarcity." -John Gilmore _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
"[W]e have invented the technology to eliminate scarcity, but we are deliberately throwing it away to benefit those who profit from scarcity." -John Gilmore
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
hi all,
Am Freitag 18 März 2005 16:35 schrieb B. Bogart:
Hey HC,
This sounds really interesting. Very inline with the work of Christian klippel on a microprocessor platform using the HID protocol. Also this
[...snip...]
for that i may note that a new firmware for that project is done, which supports hid and alternatively a non-hid way. see http://multio.mamalala.de for the current state. sorry for the messy web site....;)
if anyone needs help with the pic16c765 and usb programming, feel free to contact me. off-list would be fine for that, as it doesnt really belong to pd ;) also, any contributions to the project are also welcome, of course. still lots to do....
greets,
chris