Society of Robots - Robot Forum
Software => Software => Topic started by: likhin on December 16, 2011, 09:41:45 AM
-
I get the following error when I click on 'Build' or 'Build All' :
gcc plug-in: No AVR Toolchain installation found. The AVR GCC plug-in can still be used if you set up your own build tools.
I tried closing the window and starting a fresh project but I get the same error :(
-
Did you install WinAVR yet?
What program are you trying to compile?
-
yeah i did install winavr... I'm trying the 50$ robot...
also.. I've got another question...
where I live, servo motors aren't available, so can I use dc motors?? if yes, do I need to change the source code?? If not.... well, alas :/
-
Did you install WinAVR before installing AVR Studio?
It may be easiest to uninstall both and then re-install both (WinAVR first).
-
where I live, servo motors aren't available, so can I use dc motors?? if yes, do I need to change the source code?? If not.... well, alas :/
A common question . . .
http://www.societyofrobots.com/robot_faq.shtml#servo_motor (http://www.societyofrobots.com/robot_faq.shtml#servo_motor)
To use a motor instead of a servo, you need to buy a motor driver. WebbotLib has code to use motor drivers, so it's easy either way.
-
Will an ESC work? I'll have to check if they're available...
Is a tutorial on connecting the ESC??
PS: I tried reinstalling WinAVR... works!! ;D Thanks!!
-
Will an ESC work? I'll have to check if they're available...
Is a tutorial on connecting the ESC??
An ESC is a motor driver that takes servo signals. You plug in ground, power, and the signal on one end, and the two motor wires on the other. The instructions for your ESC will tell you more clearly how to do it. With an ESC, you can treat a motor like a normal modified servo.