Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-19 Thread Julian Brooks
Hi Martin, Did you manage to make any progress with the sensor on the Pi? I also wanted to ask whether the output we're receiving from i2cdump makes any sense to you as it doesn't to us currently? Tried searching around for possible info on the 'XX' 'ff' but drawing a blank here. Cheers,

[PD] sending Audio Delay message to PD

2013-04-19 Thread André Menezes
Hi everyone I'm looking for a way to change delay (msec) [ ] inside the preferences / audio settings with some kind of message direct to PD ( just like ; pd dsp 1 ) is there that possibility? i just couldn't find how... please help thanx ! André Ou

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-19 Thread Martin Peach
Hi Julian, Yes I've been messing with coding it in c on the pi and sending the data to a [netreceive] in a Pd patch on another machine. I'm attaching the source code for the pi part and the Pd patch. The code can be compiled on the pi with gcc -o hello hello.c You need to set the IP address of

[PD] [gpio] i2c bi-directionality

2013-04-19 Thread Julian Brooks
Hey all, It seems, and please correct me if I'm wrong on this, that it's currently impossible to use[gpio] and i2c as [gpio] can only set the gpio pins to 'in' or 'out' (high/low). You can check this using wiringpi's 'gpio readall' command which gives the current mode of each pin. Via [gpio] we

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-19 Thread Julian Brooks
Hey Martin, This is wonderful news. Will add some more when I have an opportunity to test it out. Yah! Julian On 19 April 2013 14:36, Martin Peach martin.pe...@sympatico.ca wrote: Hi Julian, Yes I've been messing with coding it in c on the pi and sending the data to a [netreceive] in a

[PD] Syphon for Pd

2013-04-19 Thread Jack
Hello, Is there someone who can share the a recent bin syphon.pd_darwin ? I try with an old syphon.pd_darwin with Pd-extended 0.43.4 on MacOSX.7.3, but i get in pd console : /Users/macmini18/Desktop/syphonserver/syphonserver.pd_darwin:

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-19 Thread Julian Brooks
yay! not yah! :) On 19 April 2013 15:51, Julian Brooks jbee...@gmail.com wrote: Hey Martin, This is wonderful news. Will add some more when I have an opportunity to test it out. Yah! Julian On 19 April 2013 14:36, Martin Peach martin.pe...@sympatico.ca wrote: Hi Julian, Yes I've

Re: [PD] PdDroidParty news + new release

2013-04-19 Thread Berenger Recoules
if some crowfunding is up i would love to fund a little :) as for the features I would say - OSC support - sensor data (as much as possible !) - gps loc - some externals bonk~ and fiddle~ support - automatic saving/loading system, nothing to do in pd, just a script that get all gui values and

Re: [PD] sending Audio Delay message to PD

2013-04-19 Thread Roman Haefeli
On Fre, 2013-04-19 at 10:31 -0300, André Menezes wrote: Hi everyone I'm looking for a way to change delay (msec) [ ] inside the preferences / audio settings with some kind of message direct to PD ( just like ; pd dsp 1 ) is there that possibility? i just couldn't find

Re: [PD] 2D slider

2013-04-19 Thread brandt
maybe C:\Program Files (x86)\pd\extra\hcs \mouse_region-help cheers Zitat von Thomas Mayer tho...@residuum.org: Hi, thanks to both of you, but both objects are not quite what I had in mind. Best regards, Thomas On 10.04.2013 11:50, Nicolas Montgermont wrote: [gcanvas] n Le 10/04/13

Re: [PD] sending Audio Delay message to PD

2013-04-19 Thread André Menezes
thank you! its working 2013/4/19 Roman Haefeli reduz...@gmail.com On Fre, 2013-04-19 at 10:31 -0300, André Menezes wrote: Hi everyone I'm looking for a way to change delay (msec) [ ] inside the preferences / audio settings with some kind of message direct to PD ( just

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-19 Thread Julian Brooks
Hi Martin, Meant to add re setting baud rate: I've been making use of the gpio utility that comes with wiringPi https://projects.drogon.net/raspberry-pi/wiringpi/the-gpio-utility/ Very handy for getting a quick visualisation of the current state of all the pins and also easy-access to setting the

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-19 Thread Julian Brooks
Hey Martin, When I try to compile hello.c I get: gcc -o hello hello.c In file included from hello.c:8:0: /usr/include/linux/i2c-dev.h:38:8: error: redefinition of 'struct i2c_msg' /usr/include/linux/i2c.h:67:8: note: originally defined here /usr/include/linux/i2c-dev.h:90:7: error: redefinition

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-19 Thread Julian Brooks
Ok -found I had to remove 'libi2c-dev'. Then builds. More soon... On 19 April 2013 21:28, Julian Brooks jbee...@gmail.com wrote: Hey Martin, When I try to compile hello.c I get: gcc -o hello hello.c In file included from hello.c:8:0: /usr/include/linux/i2c-dev.h:38:8: error:

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-19 Thread Julian Brooks
hmmm - both files: ./hello-2 Segmentation fault Try again... On 19 April 2013 21:51, Julian Brooks jbee...@gmail.com wrote: Ok -found I had to remove 'libi2c-dev'. Then builds. More soon... On 19 April 2013 21:28, Julian Brooks jbee...@gmail.com wrote: Hey Martin, When I try to

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-19 Thread Julian Brooks
Edited your original file and all I changed was the ip address to 127.0.0.1 and still seg fault (double checked /etc/hosts too). Also tried reinstalling libi2c-dev and then running 'hello' - same. On 19 April 2013 21:54, Julian Brooks jbee...@gmail.com wrote: hmmm - both files: ./hello-2

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-19 Thread Julian Brooks
As I'm new to all this C stuff I just had a look inside the 'hello' file and there's a few bits in there which may be of interest: ^@D6T_checkPEC says 0x%02X (which I think is ok from looking at the code?) then it all goes wrong ^@^@^@Unable to create socket (%d) ^@^@^@ %s