Arduino tunning control
Posted: Tue Feb 08, 2011 7:54 am
Hi to everyone:
First, Thanks Jeff for your tutorial and thanks again for your quick answers.
My problem is the tunning control, I initiate the interface.sh routine in the router, at the same time I send an string with the arduino "tuner: 4" but nothing seems to happen.
The serial message in the Processing code would be something like
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.write("tuner: 4 ");
delay(10000);
}
I don´t connect any potentiometer yet because I´m trying to get a result with this string first as a result I should get the 4° radio station playing but its not my case.
Am I omitting something?
Thank you very much
First, Thanks Jeff for your tutorial and thanks again for your quick answers.
My problem is the tunning control, I initiate the interface.sh routine in the router, at the same time I send an string with the arduino "tuner: 4" but nothing seems to happen.
The serial message in the Processing code would be something like
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.write("tuner: 4 ");
delay(10000);
}
I don´t connect any potentiometer yet because I´m trying to get a result with this string first as a result I should get the 4° radio station playing but its not my case.
Am I omitting something?
Thank you very much