Cristian,
Just wanted to say, this is awesome work.
Chris.
On Sun, May 22, 2005 at 06:14:49AM +0200, Christian Klippel wrote:
hello all,
thanks to artengine, there can be now pcb's ordered for the usb iobox project. see http://multio.mamalala.de for more details about the iobox.
here's a quick overview:
in the basic version, that is one mainboard and one userboard.
it has offers on the userboard as i/o :
- interface via usb, either in hid compatible or raw mode
- 16 digital inputs (for switches, buttons, ....)
- 16 digital outputs (for led's, ....)
- 22 analogue inputs with full 12 bit resolution (for faders, knobs,
sensors,...)
- 16 analogue outputs with full 12 bit resolution (for dimmer-racks, old
analogue synth's, etc.)
as options, not yet in the firmware, but i am already working on:
- 2 midi output ports (to send data to midi equipment)
- user-interface with an lcd, rs-232 and a simple rotary-encoder based input.
these options are already on the pcb's, but just not used yet.
a rough price estimate is about 150-160 euro's in parts and pcb's for the above, plus shipping/tax, if applicable.
up to four userboards can be connected to one mainboard, altough there are no seperate boards for that available right now.
as a help for the interrested people which can not do the solderwork, im offering to do that for you for a small fee (see on my site).
im sending this to the pd-announce list only, so feel free to forward the message to let others know as well ;-)
greetings,
chris
PD-announce mailing list PD-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
chris@mccormick.cx http://mccormick.cx
hi chris and all others,
Am Montag 23 Mai 2005 03:49 schrieb Chris McCormick:
Cristian,
Just wanted to say, this is awesome work.
Chris.
thanks for your encouraging words ;-)
on that issue i want to announce that there is now mailing-list for the multio project : http://tema.lo-res.org/mailman/listinfo/multio
in the future, im going to announce anything related to that device there.
also note that currently the site http://multio.mamalala.de will be updated almost daily. im going to put up more documentation, together with small circuits for sensors and actuators.
again, if someone wants a iobox but cant solder it, im offering to do the solderwork. that means there is a way to get complete, ready-to-use ioboxes.
greets,
chris
Yes, this is definitely a good thing. I saw a brief mention of a USB
HID implementation for this but I can't find any info on that. It
would be awesome if the multio box would show up as a USB HID device,
then it would work with the [hid] objects.
.hc
On May 26, 2005, at 8:15 AM, Christian Klippel wrote:
hi chris and all others,
Am Montag 23 Mai 2005 03:49 schrieb Chris McCormick:
Cristian,
Just wanted to say, this is awesome work.
Chris.
thanks for your encouraging words ;-)
on that issue i want to announce that there is now mailing-list for
the multio project : http://tema.lo-res.org/mailman/listinfo/multioin the future, im going to announce anything related to that device
there.also note that currently the site http://multio.mamalala.de will be
updated almost daily. im going to put up more documentation, together with
small circuits for sensors and actuators.again, if someone wants a iobox but cant solder it, im offering to do
the solderwork. that means there is a way to get complete, ready-to-use
ioboxes.greets,
chris
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
"If nature has made any one thing less susceptible than all others of
exclusive property, it is the action of the thinking power called an
idea, which an individual may exclusively possess as long as he keeps
it to himself; but the moment it is divulged, it forces itself into the
possession of everyone, and the receiver cannot dispossess himself of
it."
- Thomas Jefferson
hi hans,
Am Mittwoch 01 Juni 2005 06:04 schrieb Hans-Christoph Steiner:
Yes, this is definitely a good thing. I saw a brief mention of a USB HID implementation for this but I can't find any info on that. It would be awesome if the multio box would show up as a USB HID device, then it would work with the [hid] objects.
.hc
yes, it does show up as hid device. it has two usb configurations, hid (default) and non-hid.
there is only one small thing in the linux event system that keeps the box away from using _all_ of its i/o capabilities. problem is that the linuxevent system has artificial limits imposed on how many buttons/led's/absolute axes a device should have at maximum. for sure im way above that maximum ..... another thing is that the event system by default does not send absolute values to the device. altough it _can_ do sending stuff, as you can see with led's (on the keyboard, for example), it refuses to do so with absolute controllers. on my page i have written a small text on how to tweak linux's event modules to handle that. see http://multio.mamalala.de/driver.html
greetings,
chris