Re: [PD] Arduino, Pd and ultrasonics: HELP needed for degree project!

2010-09-28 Thread Chris Jack
Collin, it worked! Great stuff, thank you. On 28 September 2010 06:43, Collin wrote: > I've done this a few times adding a char and a space before the value and > sorting it out with a [route] > The char goes in quotes, and don't forget the space! > > On Sep 27, 2010, at 10:59 AM, pd-list-requ..

[PD] Arduino, Pd and ultrasonics: HELP needed for degree project!

2010-09-28 Thread Chris Jack
> > > > > > ___ > > Pd-list@iem.at mailing list > > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > > > > > > > ------------------ > > Mess

Re: [PD] Arduino, Pd and ultrasonics: HELP needed for degree project!

2010-09-27 Thread Collin
I've done this a few times adding a char and a space before the value and sorting it out with a [route] The char goes in quotes, and don't forget the space! On Sep 27, 2010, at 10:59 AM, pd-list-requ...@iem.at wrote: // SRF02 READING // sendCommand(sensorAddress, readInches); delay(70

Re: [PD] Arduino, Pd and ultrasonics: HELP needed for degree project!

2010-09-27 Thread patrick
hi, i use Messenger instead of Simple Message System: http://www.arduino.cc/playground/Code/Messenger as for sending multiple sensors, just add an identifier: ... sensor1 789 sensor2 345 ... pat ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account

Re: [PD] Arduino, Pd and ultrasonics: HELP needed for degree project!

2010-09-27 Thread Ricardo Lameiro
I am just thinking out of my head, maybe you could send via serial someting like "IR " and then the ir value, on the PD side you make a route [route IR FX XPTO] It should rout the data now i am not sure if it will work just with spaces separating them, or maybe with CR, but if you have the hard