-
drumanart
Hello,
Does anyone know how to get data from a WiFly RN171 into Pd. I can visualize data from a WiFly RN171 using "telnet 169.254.1.1 2000" with a terminal (I use Linux).
Thanks Martin -
drumanart
Hello
I use pd-extended 0.42.5.
Has somebody an idea where the [convert.ascii2pd] object is?
Also the [string2any] object is missing.I try to convert ASCII from an ARDUINO.
Thanks Martin
-
drumanart
Hello.
I'm plan to use the ann "Neural Network" on my linux (Ubuntu onerirc).The first thing is that I couldn't find the ann library in the pd-extended extra folder.
So I downloaded "ann" from http://puredata.info/Members/dmorelli/ann/ann/
and I copied the unpacket folder to /usr/lib/pd-extended/extraThen I downloaded FANN-2.2.0-Source from http://sourceforge.net/projects/fann/files/latest/download and did:
cmake
sudo make install
the library installed without showing any error.Then I went to
/usr/lib/pd-extended/extra/ann/src and did:
make -f makefile.linux annmake -f makefile.linux annI get the error:
ann_som.c:1:0: error: CPU you selected does not support x86-64 instruction set
make: *** [ann_som.o] Error 1Any suggsestion?
Thanks Martin -
drumanart
Hello.
I run pd-extended under LINUX (UBUNTU 11.10 oneiric).
All audio stuff works well, but in starting up Pd I get an error:/usr/lib/pd-extended/extra/Gem/Gem.pd_linux: libquicktime.so.1: cannot open shared object file: No such file or directory
I'm able to create [gemhead], but [pix_video] want work. The above library is not in my system.
Any idea
Thanks for help Martin -
drumanart
Hi folks.
Does anybody knows the repositories command to install pd-extended in Natty Narwahl yet?
Using deb http://apt.puredata.info/releases lucid main gives errors of corse.
Thks -
drumanart
Reading rows of numbers.
I have a file with 3 columns of numbers, separated by coma (csv.txt).
How can I read the columns to load it in 3 separated arrays?
I could’nt find a topic yet with the solution.
Tks for help.
Martin -
drumanart
Is it possible to configure [comport] for 9 bit data flow?
Thanks Martin -
drumanart
How can I select only every 2nd byte received from the comport? I tried to use the [gate] and the [toggle] object, but they are to slow and the result is sometimes incorrect.
I have to filter, (erase) every second byte, does somebody knows a way?
Thanks Martin -
drumanart
Hello everybody.
I'm using pd with UBUNTU and I'm trying to use the abstraction "scale-changer.pd" of the rtc library. There is an object named [fluid~] marked in red (unknown). Is there a replacement for UBUNTU?
Thks -
drumanart
Hello folks.
I read data from a PIC 18F442 with [comport]. This works great but unfortunately I need an USB to the RS232 converter to use my Laptop.
It would be easy to design an UART to USB converter using the IC FT232 (http://www.dharmanitech.com/2008/07/usart-to-usb-converter-using-ft232bm.html)But I don't know what kind of object I have to use to read the data coming in from the USB interface.
Somebody has any idea?