Re: [PD] Pduino and shift registers

2019-07-08 Thread rolfm
there is also 'ConfigurableFirmata' Last updated: September 16th, 2017 however,it does not contain something that addresses shift-registers directly. rolf ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] Pduino and shift registers

2019-07-01 Thread Roman Haefeli
On Mon, 2019-07-01 at 10:49 +0200, Simon Iten wrote: > last update is from 2014... Last mail on the mailing list from 2016 not very active. I guess we could take over Firmata. The task exceeds my skill level regarding C programming, so I leave it to others. I'll be glad to add support for new

Re: [PD] Pduino and shift registers

2019-07-01 Thread Simon Iten
last update is from 2014... > On 1 Jul 2019, at 10:18, Roman Haefeli wrote: > > On Mon, 2019-07-01 at 10:16 +0200, Roman Haefeli wrote: >> On Mon, 2019-07-01 at 00:33 +, school shoes wrote: >>> As you suggest it’s probably better to do the shift register stuff >>> directly on the arduino,

Re: [PD] Pduino and shift registers

2019-07-01 Thread Roman Haefeli
On Mon, 2019-07-01 at 00:33 +, school shoes wrote: > As you suggest it’s probably better to do the shift register stuff > directly on the arduino, but i’m already in quite deep with pduino > for this particular project. . I just found this proposal:

Re: [PD] Pduino and shift registers

2019-06-30 Thread school shoes
Sent: Monday, 1 July 2019 3:21 AM To: pd-list@lists.iem.at Subject: Re: [PD] Pduino and shift registers On Sat, 2019-06-29 at 14:23 +0200, Simon Iten wrote: > i think you should be able to control a shift register > from pd within the existing architecture. > > if you can access

Re: [PD] Pduino and shift registers

2019-06-30 Thread Roman Haefeli
On Sat, 2019-06-29 at 14:23 +0200, Simon Iten wrote: > i think you should be able to control a shift register > from pd within the existing architecture. > > if you can access those 3 pins from pd just send them the HIGHs and > LOWs you would send in arduino code… Theoretically yes, but it's

Re: [PD] Pduino and shift registers

2019-06-30 Thread Roman Haefeli
On Fri, 2019-06-28 at 15:38 +, school shoes wrote: > Hi there, > just wondering if pduino currently has support for shift registers? > a quick google came up with this post from 2009: > https://forum.arduino.cc/index.php?topic=6910.0 > that seems to suggest that support is coming , but

Re: [PD] Pduino and shift registers

2019-06-29 Thread Simon Iten
myself yet but just looking into them > as i suddenly need a considerable amount of outputs, so was wondering if > there was a pduino equivalent. > > thanks ! > From: Pd-list on behalf of Roman Haefeli > > Sent: Saturday, 29 June 2019 8:23 AM > To: pd-list@lists.iem.at &g

Re: [PD] Pduino and shift registers

2019-06-28 Thread school shoes
of outputs, so was wondering if there was a pduino equivalent. thanks ! From: Pd-list on behalf of Roman Haefeli Sent: Saturday, 29 June 2019 8:23 AM To: pd-list@lists.iem.at Subject: Re: [PD] Pduino and shift registers On Fri, 2019-06-28 at 15:38 +, school

Re: [PD] Pduino and shift registers

2019-06-28 Thread Roman Haefeli
On Fri, 2019-06-28 at 15:38 +, school shoes wrote: > Hi there, > just wondering if pduino currently has support for shift registers? > a quick google came up with this post from 2009: > https://forum.arduino.cc/index.php?topic=6910.0 > that seems to suggest that support is coming , but

[PD] Pduino and shift registers

2019-06-28 Thread school shoes
Hi there, just wondering if pduino currently has support for shift registers? a quick google came up with this post from 2009: https://forum.arduino.cc/index.php?topic=6910.0 that seems to suggest that support is coming , but can't seem to find much mention of it since. thanks !