Show Posts
|
|
Pages: [1]
|
|
1
|
Forum 2005-2010 (read only) / Interfacing / pduino. comport object help.
|
on: March 06, 2010, 11:00:52 am
|
|
dear all,
my goal is to make a simple synth in pure data and play it with a buzzer, attached to my arduino board.
i have my synth ready but how do i send it to my arduino board? can i do it through comport object if yes how to route to which pin the synth should go? which converters to use? and finally which firmata do i need to load to arduino board in order to complete this task?
thank you
|
|
|
|
|
3
|
Forum 2005-2010 (read only) / Interfacing / Re: Problem with Pure Data and Arduino
|
on: March 03, 2010, 08:02:40 pm
|
|
i am trying to sync my arduino board with pure data at first i opened adruino software and uploaded the SimpleDigitalFirmata to my arduino board. then i installed all the pd objects to my pd library. i created an arduino object in pure data(which means that all files are on their place) i just wanted to try out the digital outputs on my arduino board in order to do so i right clicked the arduino object in my pure data and clicked HELP it opened a window where i select the serial port etc at the bottom of this page there is a couple of sample patches such as pd DIGITAL INPUT pd DIGITAL OUTPUT etc
I clicked pd DIGITAL OUPUT it opens a window with toggle buttons for each of the 13 pins we have on the arduino, each toggle switched on and off the corresponding pins when i click these toggle buttons inside this sample patch, my arduino board responds normally, but when i try to rewrite this patch in a new window either rewriting all the objects or just by copying and pasting the sample patch, the arduino board doesnt respond seems like it doesnt route correctly when i create "send $0-arduino" object i do not know what is the problem as if i create "ARDUINO" object and attach different messages(select port, device, firmata version ets) the board seems to respond but with this sending and receiving it doenst
i tried my best to explain i hope you will understand
looking forward for your help
thank you
|
|
|
|
|
4
|
Forum 2005-2010 (read only) / Interfacing / Problem with Pure Data and Arduino
|
on: March 03, 2010, 06:21:20 pm
|
|
Dear all! My problem is: Ive selected the port, when I create an "arduino" object in pure data and right click for help and open the sample of DIGITAL OUTPUT everything works inside, but when I try to rewrite the same patch the board doesnt respond. Even when i jsut copy paste the entire patch into a new window it doesnt respond... Please could anyone help? sorry for such a basic trouble.
|
|
|
|
|