Re: [PD] problems with PIR and Firmata

2008-08-13 Thread Hans-Christoph Steiner
Try [debounce] from mapping, it is designed for exactly that problem. You'll just need to set the time high, like 2000 (ms). Those debug messages are correct, that's just the raw bytes being transmitted. .hc On Aug 12, 2008, at 11:40 PM, Adityo Pratomo wrote: hi there everybody, i have

Re: [PD] problems with PIR and Firmata

2008-08-12 Thread Ricardo DueƱas Parada
If you are sure it always bangs twice, you can use inlet | [toggle] | [select 1] | outlet Ricardo D. 2008/8/12 Adityo Pratomo <[EMAIL PROTECTED]> > hi there everybody, i have a question about the PIR in firmata. I'm > connecting a PIR sensor to an ardunio board and then programming it on

[PD] problems with PIR and Firmata

2008-08-12 Thread Adityo Pratomo
hi there everybody, i have a question about the PIR in firmata. I'm connecting a PIR sensor to an ardunio board and then programming it on Pd using the Firmata firmware. Then, the input from the PIR sensor will detect any motion and any voltage output will be used to trigger a bang. But i have a pr