hey guys, i´m a beginner searching for some answers to my stupid questions XD
Please be appreciative, as i sad i´m new at all this, but I need to do this for school…and sorry for my bad englisch^^
I´d like to use my rainbowduino with my ArduinoUno…and maybe with the mtXcontrol…
I tried to follow the instructions on this page:
github.com/rngtng/mtXcontrol/bl … E.markdown
So I
-installed arduino
-Choosed the right Board (Arduino Uno) and the right SerialPort (COM5)
-Uploaded blank sketch
-connected the 5Wires as shown on the picture rngtng.com/2009/06/25/rainbo … rogram-it/
But than:
I loaded the firmware.pde sketch on the Arduino IDE and tried to upload it, but than he shows me the massage: Rainbowduino
does not name a type while marking the line:
Rainbowduino rainbow = Rainbowduino(); //max 10 Frames
I guess it´s because I didn´t chenged the processor type to 168, because my ArduinoUno has an 328…
Or did i do smt. different totally wrong?
-If it´s the processor type problem…how do I change the processor type?