• 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

    posted in technical issues read more
  • 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

    posted in technical issues read more
  • 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/extra

    Then 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 ann

    I get the error:
    ann_som.c:1:0: error: CPU you selected does not support x86-64 instruction set
    make: *** [ann_som.o] Error 1

    Any suggsestion?
    Thanks Martin

    posted in technical issues read more
  • 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

    posted in technical issues read more
  • 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

    posted in technical issues read more
  • 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

    posted in technical issues read more
  • drumanart

    Is it possible to configure [comport] for 9 bit data flow?
    Thanks Martin

    posted in technical issues read more
  • 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

    posted in technical issues read more
  • 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

    posted in technical issues read more
  • 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?

    posted in technical issues read more
  • drumanart

    Hi floks.
    I'm able to send OSC messages from PD to Reaktor (installed on an other computer) using [sendOSC].
    But if I try to send OSC messages from Reaktor to PD [OSCdump] the sliders want do any thing.

    Where is my misstake, any idear?
    Attached is the PD patch.
    Martin

    Ops: I forgot to attache the patch.

    http://www.pdpatchrepo.info/hurleur/M_OSC_reaktor.pd

    posted in technical issues read more
  • drumanart

    Hi floks.
    I'm able to send OSC messages from PD to Reaktor (installed on an other computer) using [sendOSC].
    But if I try to send OSC messages from Reaktor to PD [OSCdump] the sliders want do any thing.

    Where is my misstake, any idear?
    Attached is the PD patch.
    Martin

    Ops: I forgot to attache the patch.

    http://www.pdpatchrepo.info/hurleur/M_OSC_reaktor.pd

    posted in technical issues read more
  • drumanart

    Hi folks.
    Does somebody knows how to send data from PD to PD over the internet.
    I get it work in my home local network using the objects [netsend] and [netreceive]. Trying to do the same with a computer on another location want work.
    To send a data stream I connect to the external IP address of the router 80.36.xxx.xxx:6100 (6100 as a port). On the router the portnumber 6100 is open and I try to read the data with [netreceive 6100].
    Hopefully somebody can help.

    posted in technical issues read more
  • drumanart

    Hello to all.
    I installed Pd version 0.40.3 on my UBUNTU-STUDIO Hardy computer.

    On start up I get the error messages:

    cyclone: can't load library
    zexy: can't load library
    creb: can't load library
    iemlib: can't load library

    Thks

    posted in technical issues read more
  • drumanart

    Hello everybody.
    With UBUNTU 7.10 GUSTY (i386) I'm trying to install Pd-0.39.3 extended-debian-testing-i386.dep. Unfortunately I get the error libjack0.100.0-0 library not found. Serving in the internet I couldn't get the right way to resolve the problem.
    Hopefully somebody out there knows how to....
    drumanart

    posted in technical issues read more
  • drumanart

    No, netreceive is not the one. I tried [shell] and I get results from the RN171, only Pd hangs after a while.
    If I run "telnet 169.254.1.1 2000" on a terminal I receive data as continuous data-stream, with Pd the prg.(Pd) hangs after view seconds.
    Martin

    posted in technical issues read more
  • drumanart

    Ok, thanks.
    Attached is the code for the ARDUINO and a patch for Pd. The program for the ARDUINO scans analog A0 and sends 10bit data to the pd patch.
    The protocol:
    1st byte: header 0x00;
    2nd byte: 2 bits for the Hi-Byte & 6 address bites.
    3rd byte: Lo-Byte data.
    With this simple protocol one can address 64 different sources and it works great.
    Martin

    http://www.pdpatchrepo.info/hurleur/Arduino_10bit.zip

    posted in technical issues read more
  • drumanart

    Solved.
    I copied the file "ann.pd_linux" from the /local/lib/pd-extended/extra/ann/src folder
    to /local/lib/pd-extended/extra/ann

    in the src folder type:
    sudo cp ann.pd_linux ../../

    Now it works
    Martin

    posted in technical issues read more
  • drumanart

    My path is the same: "path /usr/lib/pd-extended/extra/ann", but I get two errors:

    Gem: can't load library
    libdir_loader: added 'cyclone' to the global objectclass path
    ann: can't load library

    Gem (I suppose) has nothing to do with the ann library.

    posted in technical issues read more
  • drumanart

    Thanks, now the" make -f makefile.linux ann" compiled without getting any error, but still the "ann_mlp" object is in red.
    Is this a path question? I put ann in the search path but ann_mlp stays red.
    Thanks Martin

    posted in technical issues read more
Internal error.

Oops! Looks like something went wrong!