Hi all, just a quick question…
Would the FRC controller from last year be programmable with C as opposed to PBasic, using the C18 Compiler and the IFI loader?
Any help would be appreciated!
Cheers!
Ahmed
Hi all, just a quick question…
Would the FRC controller from last year be programmable with C as opposed to PBasic, using the C18 Compiler and the IFI loader?
Any help would be appreciated!
Cheers!
Ahmed
Ahmed,
Absolutely not. In the old controller, the processor that you (the programmer) has access to is a Parallax Basic Stamp whereas the new controller is a Microchip PIC18C micro.
Sorry…
Ah, I see, thanks a lot.
I informed my teacher, here’s what he has to say…
We are setting up a test board to layout our control systems, and we were hoping to use it to get familiar with the C language at the same time. The fact that the older processor does not operate with PBasic leaves with the one option of using our EduRobot processor.
Aside from the fact that the EduRobot controller would not provide enough voltage to run the controls, our concerns are a) how are we supposed to learn C if we have not bought a radio controller (the EduRobot does not have a tether), and b) if we do have a radio controller, does this mean our old joystick controllers are obsolete?
cheers…
Your old operator interface w/joysticks will work with your old controller. Therefore, they are not “obsolete” in that they will run a robot (just not the 2004 robot).
Get creative… Forget about an RC and work on autonomous mode. You will learn C and will get familiar with the IFI code.
Do a search on these forums. There have been numberous threads about cheap RC controls and alternatives to the RC controls.
Ahmed,
Check out this thread. Our team has created a way to use the old OI and joysticks with the new EDU robot controller. It may be of use to you. I’ve received reports of several teams using this method with great results.
There are many ways to do input and output from the EDU controller witout using a radio.
For input…
Just pretend the potentiometers are each one axis of a joystick and the switches are joystick buttons. In fact, you could even BUILD a joystick out of two potentiometers and two pushbutton switches, though I have no idea why you’d ever want to do so.
For output…
All this information and more can be found in InnovationFirst’s EDU-RC documentation. Use it!
~Aaron
Thanks a lot for the feedback, I really appreciate it…