Re: [PD] Pduino issue

2023-04-18 Thread Roman Haefeli
On Mon, 2023-04-17 at 15:14 -0500, Rick Snow wrote > Thank you all for your thoughts regarding this issue. Right now, I don't have anything to offer that would help you. But you seem to have established that the hardware works and it seems the problem lies in the protocol or the transport.

Re: [PD] Pduino issue

2023-04-18 Thread Roman Haefeli
On Tue, 2023-04-18 at 14:29 +0200, ro...@dds.nl wrote: >   > in my experience using a multimeter to test the working of pins on an > Arduino > is not always giving what you expect. > i suggest to use e.g. a led to see if pins are on or off. Actually, if the pins are set to 'output' mode, I don't

Re: [PD] Pduino issue

2023-04-18 Thread rolfm
in my experience using a multimeter to test the working of pins on an Arduino is not always giving what you expect. i suggest to use e.g. a led to see if pins are on or off. rolf Rick Snow wrote: Thank you all for your thoughts regarding this issue. > On Thu, 2023-04-13 at 16:28 -0500,

Re: [PD] Pduino issue

2023-04-17 Thread Rick Snow
Thank you all for your thoughts regarding this issue. > > On Thu, 2023-04-13 at 16:28 -0500, Rick Snow wrote: > >> I am helping someone use pd with an arduino mega.? They would like to >> use all of the digital output pins.? I?ve used pduino in the past in >> this way and not had trouble,? > >

Re: [PD] Pduino issue?

2023-04-14 Thread cyrille henry
Le 14/04/2023 à 12:44, Roman Haefeli a écrit : On Fri, 2023-04-14 at 12:37 +0200, cyrille henry wrote: Le 14/04/2023 à 09:59, Roman Haefeli a écrit : On Fri, 2023-04-14 at 09:05 +0200, cyrille henry wrote: This sound like a problem in the serial connection, maybe the arduino misses some

Re: [PD] Pduino issue?

2023-04-14 Thread Roman Haefeli
On Fri, 2023-04-14 at 12:37 +0200, cyrille henry wrote: > Le 14/04/2023 à 09:59, Roman Haefeli a écrit : > > On Fri, 2023-04-14 at 09:05 +0200, cyrille henry wrote: > > > > > > This sound like a problem in the serial connection, maybe the > > > arduino > > > misses some data because they are send

Re: [PD] Pduino issue?

2023-04-14 Thread cyrille henry
Le 14/04/2023 à 09:59, Roman Haefeli a écrit : On Fri, 2023-04-14 at 09:05 +0200, cyrille henry wrote: This sound like a problem in the serial connection, maybe the arduino misses some data because they are send to fast. You make it sound like it behaves like UDP where some packets are

Re: [PD] Pduino issue?

2023-04-14 Thread Roman Haefeli
On Thu, 2023-04-13 at 16:28 -0500, Rick Snow wrote: > I am helping someone use pd with an arduino mega.  They would like to > use all of the digital output pins.  I’ve used pduino in the past in > this way and not had trouble,  Also with a Mega? > but I seem to be bumping into something now.

Re: [PD] Pduino issue?

2023-04-14 Thread Roman Haefeli
On Fri, 2023-04-14 at 09:05 +0200, cyrille henry wrote: > > This sound like a problem in the serial connection, maybe the arduino > misses some data because they are send to fast. You make it sound like it behaves like UDP where some packets are omitted if the link is saturated. But the serial

Re: [PD] Pduino issue?

2023-04-14 Thread cyrille henry
Hello Rick, This sound like a problem in the serial connection, maybe the arduino misses some data because they are send to fast. Have you tried to slow down the messages you send (not sending them all on the same time)? Have you try to configure and use all pin interdependently? Cheers C Le

[PD] Pduino issue?

2023-04-13 Thread Rick Snow
Hello list, I am helping someone use pd with an arduino mega. They would like to use all of the digital output pins. I’ve used pduino in the past in this way and not had trouble, but I seem to be bumping into something now. I started by using the arduino help patch. StandardFirmata sketch