Re: [PD] Current best practice for GPIO pins on Raspberry Pi?

2023-11-10 Thread Yann Seznec
Thanks all. I ended up going with Patrice’s solution, making a python script that accesses the GPIO pins and sends the data through OSC. I have no prior knowledge of Python so I had been avoiding this approach, but it turned out to be pretty straightforward. If anyone now or in the future

Re: [PD] Current best practice for GPIO pins on Raspberry Pi?

2023-11-09 Thread Winfried Ritsch
> Message: 1 > > Date: Wed, 8 Nov 2023 15:14:21 +0100 > > From: Yann Seznec > > To: pd-list@lists.iem.at > > Subject: [PD] Current best practice for GPIO pins on Raspberry Pi? > > Message-ID: <9052d80b-1595-4402-92d3-066b5a4d3...@yannseznec.com> > &g

Re: [PD] Current best practice for GPIO pins on Raspberry Pi?

2023-11-08 Thread Andrew Lyons
imple C object, so easy to compile. > > On Nov 8, 2023, at 6:57 PM, pd-list-requ...@lists.iem.at wrote: > > Message: 1 > Date: Wed, 8 Nov 2023 15:14:21 +0100 > From: Yann Seznec > To: pd-list@lists.iem.at > Subject: [PD] Current best practice for GPIO pins on Raspberry

Re: [PD] Current best practice for GPIO pins on Raspberry Pi?

2023-11-08 Thread Miller Puckette
d-list@lists.iem.at Subject: [PD] Current best practice for GPIO pins on Raspberry Pi? Message-ID: <9052d80b-1595-4402-92d3-066b5a4d3...@yannseznec.com> Content-Type: text/plain;charset=utf-8 Hello, I?m wondering what the best option is nowadays for using the GPIO pins on a Raspberry Pi

Re: [PD] Current best practice for GPIO pins on Raspberry Pi?

2023-11-08 Thread Dan Wilcox
ct, so easy to compile. > On Nov 8, 2023, at 6:57 PM, pd-list-requ...@lists.iem.at wrote: > > Message: 1 > Date: Wed, 8 Nov 2023 15:14:21 +0100 > From: Yann Seznec mailto:y...@yannseznec.com>> > To: pd-list@lists.iem.at <mailto:pd-list@lists.iem.at> > Subject: [

Re: [PD] Current best practice for GPIO pins on Raspberry Pi?

2023-11-08 Thread Ico Bukvic
Use pd-l2ork. It comes with disis_gpio and disis_spi (for analog inputs, like the ones found on Lots-of-Pots shield) which should cover all your needs. It includes both hardware and software PWM, as well as all the usual I/O GPIO stuff. Best, Ico -- Ivica Ico Bukvic, D.M.A. Director,

Re: [PD] Current best practice for GPIO pins on Raspberry Pi?

2023-11-08 Thread Patco
Hello, an alternative is about using a python script that communicate with PureData through OSC, it can be done with abstractions on pd side and examples provided by python users. Best regards, patco > Le 8 nov. 2023 à 15:14, Yann Seznec a écrit : > > Hello, > > I’m wondering what the

[PD] Current best practice for GPIO pins on Raspberry Pi?

2023-11-08 Thread Yann Seznec
Hello, I’m wondering what the best option is nowadays for using the GPIO pins on a Raspberry Pi in Pure Data. Wiring Pi seems to be no longer available, as far as I can tell. I’m not sure what other options there are? One option suggested elsewhere for inputs was to use the “retrogame”