Discussion:
[OSC_dev] PIC32 board specialized for OSC
s***@tkrworks.net
2013-09-06 09:00:22 UTC
Permalink
Hi all,

It's my first post to this ML.

Recently, I've developed the prototyping board
specialized for the Open Sound Control.

http://tkrworks.github.io/PICrouter/

If you are interested in this project, please
give me any advices or your nice idea for
tihs board.

Best regards,

- - - - - - - - - - - - - - - - - - - - - -
tkrworks by Yamamoto Co, Ltd.
Shunichi Yamamoto
3-1-3 Kashiwaza, Ageo, Saitama, Japan
TEL/FAX : +81-48-772-3489
Mail : ***@tkrworks.net
URL : http://atelier.tkrworks.net/?lang=en
Alper Zengintaş
2013-09-06 09:37:33 UTC
Permalink
hi mr. yamamoto. i would like to be informed about if analog
sensors(potentiometers etc.) could be connected to analog inputs and could
be converted to osc messages. also if it could be possible, what is the
resolution and speed of the adc?
Post by s***@tkrworks.net
Hi all,
It's my first post to this ML.
Recently, I've developed the prototyping board
specialized for the Open Sound Control.
http://tkrworks.github.io/PICrouter/
If you are interested in this project, please
give me any advices or your nice idea for
tihs board.
Best regards,
- - - - - - - - - - - - - - - - - - - - - -
tkrworks by Yamamoto Co, Ltd.
Shunichi Yamamoto
3-1-3 Kashiwaza, Ageo, Saitama, Japan
TEL/FAX : +81-48-772-3489
URL : http://atelier.tkrworks.net/?lang=en
_______________________________________________
OSC_dev mailing list
http://lists.create.ucsb.edu/mailman/listinfo/osc_dev
s***@tkrworks.net
2013-09-09 02:39:40 UTC
Permalink
Hi,

Sorry for this too late reply.
Post by Alper Zengintaş
i would like to be informed about if analog
sensors(potentiometers etc.) could be connected to
analog inputs and could be converted to osc messages.
Yes, the PICrouter converts an analog input value to an OSC message.
If you enable an analog input by the OSC message "/std/adc/enable/set",
the PICrouter sends its analog input value by "/std/adc" when its value
is changed.

Please look at here for details.

https://github.com/tkrworks/PICrouter/wiki/Analog-Input-Control-with-OSC
Post by Alper Zengintaş
also if it could be possible, what is the
resolution and speed of the adc?
You can choose the resolution between 10bit and 8bit. Then an adc
speed is about 143ksps in the current setting.
Of course, it's possible to speed up(MAX 1Msps) by modifing the
configuration bit of ADC and lower the impedance of connected analog
circuit.

Regards,
Post by Alper Zengintaş
Post by s***@tkrworks.net
Hi all,
It's my first post to this ML.
Recently, I've developed the prototyping board
specialized for the Open Sound Control.
http://tkrworks.github.io/PICrouter/
If you are interested in this project, please
give me any advices or your nice idea for
tihs board.
Best regards,
- - - - - - - - - - - - - - - - - - - - - -
tkrworks by Yamamoto Co, Ltd.
Shunichi Yamamoto
3-1-3 Kashiwaza, Ageo, Saitama, Japan
TEL/FAX : +81-48-772-3489
URL : http://atelier.tkrworks.net/?lang=en
Loading...