I received this error:
Servo\Servo.cpp.o: In function __vector_17': C:\Users\brand_000\Desktop\arduino-1.0.5\libraries\Servo/Servo.cpp:103: multiple definition of __vector_17'
VirtualWire\VirtualWire.cpp.o:C:\Users\brand_000\Desktop\arduino-1.0.5\libraries\VirtualWire/VirtualWire.cpp:588: first defined here
c:/users/brand_000/desktop/arduino-1.0.5/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/bin/ld.exe: Disabling relaxation: it will not work with multiple definitions
I read somewhere that I need to put "#include <"Bounce">" but it didn't work and I couldn't find anywhere with the same error when I googled it and looked on the forum.
Thanks.
I will consider it for the long term but do you know about the library servoTimer2? I downloaded it and I have a lot of errors? I would get the chip but I have no time.
Hazard, Do you know if the chip is hard to install? I need something non-complex because I am basically done with 0 time left but I have to deal with the errors of the two libraries I want to use not being able to work together.
The chip is easy to install if you have a breadboard or if you can make your own pcb board. It will run off the same power supply as the servos, and it only needs one pin from the Arduino, Serial TX or Software Serial TX. It uses either 4800 or 19200 as a baud rate, 19200 is obviously faster communication.
I made a note to myself.
//If baud pin is tied to Vdd or left open, set baud rate to 19200
//otherwise baud pin is tied to Vss and baud rate is 4800
For my robot I use a BOE shield that has spots for servos. I use it because it has those, could I put this chip there? Also, do you know of any places who sell it like nationally?
Alphacap22:
For my robot I use a BOE shield that has spots for servos. I use it because it has those, could I put this chip there? Also, do you know of any places who sell it like nationally?
I don't know if it can be used with that shield. It might work, but I really dont know. I bought my chip from eBay, and they tend to ship practically everywhere.
Alright I will look buy it now. Also, do you know of any other libraries to send data instead of the Virtualwire for Rf? Or is that the best one? If i could find a replacement it would be perfect.
Sure I guess. Actually, I would rather we keep it on the post. This way if anyone else is having the same issues, they will know how you solved them. Plus it will allow others to joint in.