hi, will teach a course on pd+arduino+raspberry in a couple of months
I don't see a comport for raspberry on deken, neither pduino and I wanna upload them, where are the sources? do we have actively maintained repositories?
thanks cheers
On Sun, 2021-02-28 at 14:13 -0300, Alexandre Torres Porres wrote:
hi, will teach a course on pd+arduino+raspberry in a couple of months
I don't see a comport for raspberry on deken,
I do see it:
http://puredata.info/Members/rdz/software/comport/1.1.1/comport-v1.1.1-(Linu...
neither pduino
You don't need to compile pduino. It's an abstraction and also appears in Deken, when searching for it on a Raspberry Pi:
http://puredata.info/Members/rdz/software/pduino/0.7/pduino%5Bv0.7%5D.dek
Roman
Em dom., 28 de fev. de 2021 às 15:48, Roman Haefeli reduzent@gmail.com escreveu:
On Sun, 2021-02-28 at 14:13 -0300, Alexandre Torres Porres wrote:
hi, will teach a course on pd+arduino+raspberry in a couple of months
I don't see a comport for raspberry on deken,
I do see it:
http://puredata.info/Members/rdz/software/comport/1.1.1/comport-v1.1.1-(Linu...
where is the source to compile it to other raspberry pi versions? It was actually someone who told me he couldn't get it and I guess it's a different architecture.
neither pduino
You don't need to compile pduino. It's an abstraction
yup, I knew that.
and also appears in Deken, when searching for it on a Raspberry Pi:
now that's on me, I don't know what I did that I couldn't find it, probably a typo :( sorry
and thanks for the pointers.
On Sun, 2021-02-28 at 16:03 -0300, Alexandre Torres Porres wrote:
Em dom., 28 de fev. de 2021 às 15:48, Roman Haefeli < reduzent@gmail.com> escreveu:
On Sun, 2021-02-28 at 14:13 -0300, Alexandre Torres Porres wrote:
hi, will teach a course on pd+arduino+raspberry in a couple of
months
I don't see a comport for raspberry on deken,
I do see it:
http://puredata.info/Members/rdz/software/comport/1.1.1/comport-v1.1.1-(Linu...
where is the source to compile it to other raspberry pi versions?
If you disable 'hide foreign architectures' in Deken's preferences, you get results that contain sources: For instance:
http://puredata.info/Members/lucarda/software/comport%5Bv.1.1.1%5D(Windows-a...
It was actually someone who told me he couldn't get it and I guess it's a different architecture.
Care to let us know which architecture?
BTW, the packages built by me got the sources from here:
https://git.iem.at/ressi/comport
Roman
On 2/28/21 6:13 PM, Alexandre Torres Porres wrote:
hi, will teach a course on pd+arduino+raspberry in a couple of months
upload them, where are the sources? do we have actively maintained repositories?
$ apt-get install pd-pduino
that will install: pduino, comport and even pd itself (if you haven't installed it yet).
to get the sources:
$ apt-get source pd-pduino
(provided you have the deb-src repositories activated)
I don't see a comport for raspberry on deken, neither pduino
if you don't see comport, this is most likely due to https://github.com/pure-data/deken/issues/206 if you don't see pduino, then you should look again.
gfmdras IOhannes