Thanks so much Koray, it works great! I see you used the same Arduino code for the sensor as I had found, and your Pd patch is very well-written and well-commented.
I appreciate this, because I did not want to try coding microsecond-level events in Pd by porting the Arduino code and using firmata, and I didn't want to use the SimpleMessaging library either. This helps us out a TON! ~Kyle On 5/8/07, Koray Tahiroglu <[EMAIL PROTECTED]> wrote: > Hello Kyle, > > Here I attach .pde files for arduino to read ultrasound sensors (they might > have already there in the arduino sketchbook already, but just sending to be > sure) and also modified Hans pd patches for arduino-pd communication. I > didn't test them lately, but they used to be working fine. > > best, > > Koray. > > > > > > ------------------------------------- > M.Koray Tahiroglu > Media Lab,UIAH > http://mlab.uiah.fi/~korayt/ > tel: +358 50 939 02 33 ( in Finland only) > tel: +90 533 712 8245 > > > > > > > On May 8, 2007, at 5:48 AM, Kyle Klipowicz wrote: > > Hi Koray~ > > I am working on a group project that involves Arduino and the parallax > PING ultrasonic sensors. Would you be willing to share your Pd patches > regarding this usage, as indicated in this email? > > Thanks in advance! > > ~Kyle > > On 12/22/05, Koray Tahiroglu <[EMAIL PROTECTED]> wrote: > hello Hans, > > I made couple of test patches just to see the range and the stability > of the values that I receive from sensors. At the moment, I am > testing ultrasound sensor and also self made solar panel board > sensor. After this weekend I will begin to construct my final patches > for a gig that will be on 14th of January. I can upload the patches > on PD site. During our Arduino+PD workshop two weeks ago, we > basically started to develop your multi-sensor patch, which actually > David had changed couple of things during a previous workshop in > Vancouver. All in all i think it is such a nice idea to make easy-to- > use framework for sensor boxes. Especially most of the Mac OS X users > have problems with comport communication. > > Koray. > > ----------------- > M.Koray Tahiroglu > Media Lab, > University of Art and Design Helsinki, TaiK > Hameentie 135C 00560 Helsinki Finland > http://mlab.uiah.fi/~korayt/ > http://purenoise.uiah.fi:8000/ > tel: +358 40 754 8449 > fax: +358 9 75630 555 > > > On Dec 21, 2005, at 9:32 PM, Hans-Christoph Steiner wrote: > > > > > Do you have an patches that you are willing to share? I want to > > see how people are using various boards with Pd. > > > > I will be working a lot with sensor boards in the coming months, > > including the Arduino, MultIO, and STEIM's junXionbox. Basically, > > I want to make an easy-to-use framework like the [hid] toolkit for > > sensor boxes. So basically, I'll be making high-level abstractions > > to interface these boxes which output data in a floating point > > range of 0-1. That means you can then use all of the mapping > > objects that I wrote for the [hid] toolkit. Actually, I think the > > grand plan will be to make a separate library of mapping objects, > > and then librariess for HIDs, sensor boxes, etc. > > > > .hc > > > > On Dec 20, 2005, at 2:10 PM, Koray Tahiroglu wrote: > > > >> > >> I've been using arduino with PD heavily since the beginning of > >> December, I am happy with the ready sensor connections as well as > >> self made sensors. And Arduino is an open source microcontroller > >> hardware, http://www.arduino.cc/ > >> > >> cheers, > >> Koray. > >> > >> > >> On Dec 20, 2005, at 7:55 PM, [EMAIL PROTECTED] wrote: > >>> There are also the arduino and wiring boards that talk nicely > >>> with many progs. > >>> > >> > >> ----------------- > >> M.Koray Tahiroglu > >> Media Lab, > >> University of Art and Design Helsinki, TaiK > >> Hameentie 135C 00560 Helsinki Finland > >> http://mlab.uiah.fi/~korayt/ > >> http://purenoise.uiah.fi:8000/ > >> tel: +358 40 754 8449 > >> fax: +358 9 75630 > 555_______________________________________________ > >> [email protected] mailing list > >> UNSUBSCRIBE and account-management -> http://lists.puredata.info/ > >> listinfo/pd-list > >> > > > > > ______________________________________________________________________ > > ______ > > > > "Terrorism is not an enemy. It cannot be defeated. It's a > > tactic. It's about as sensible to say we declare war on night > > attacks and expect we're going to win that war. We're not going to > > win the war on terrorism." > > - > > retired U.S. Army general, William Odom > > > > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > > > > > -- > > http://theradioproject.com > http://perhapsidid.blogspot.com > > (((())))(()()((((((((()())))()(((((((())()()())()))) > (())))))(()))))))))))))(((((((((((()()))))))))((()))) > ))(((((((((((())))())))))))))))))))__________ > _____())))))(((((((((((((()))))))))))_______ > ((((((())))))))))))((((((((000)))oOOOOOO > > > > > -- http://theradioproject.com http://perhapsidid.blogspot.com (((())))(()()((((((((()())))()(((((((())()()())()))) (())))))(()))))))))))))(((((((((((()()))))))))((()))) ))(((((((((((())))())))))))))))))))__________ _____())))))(((((((((((((()))))))))))_______ ((((((())))))))))))((((((((000)))oOOOOOO _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
