Hi,
I'm starting with a an Arduino Decimila board,
I've connected a potentiometer to Analog 0 input and I want to receive
some numbers in PD,
So far...
- loaded Firmata into board
- opened arduino-test patch
- tried sending data from PD to board and it worked (board led blinking)
What's not working:
I can't receive data while changing the analog input from the board.
(Just to be sure I tested de analog input from the IDE environment and it worked ok).
Seems like I'm not selecting the input correctly at Pduino, but I tried setting
AnalogIn = 0 and all the others with no success,
any ideas?
thanks!
MMson