|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Scripting Setup and the Camera + Serial Port Drivers
I have not had a chance to e-mail Mr. Watson yet, however, trying to integrate the Camera control system into the scripting code is becoming a real nightmare. The difficulty is in the serial port driver. The problem as I see it is thus:
1) There are really three different serial port drivers, they are: a) usr_SerialDrv.c b) serial_ports.c c) PicSerialDrv.c"a" is the defaut FRC driver, no need to worry about it just delete it. "b" is Mr. Watson's serial port driver, allowing LCD screens and printf functions from the FRC controller. "c" is the serial port driver which comes with the camera. "b" and "c" really do most of the same things, put are not intrinsically compatible. My immediate solution is to call some parts of "b" from within "c," thereby leaving the camera driver intact and just adding certain functionality from the seril ports driver. Problem is, in even limited testing on the controller it has been doing some really weird things. 2) What the is the "Dynamic Debug Tool?" This phrase was included in the camera software. In the PicSerialDrv.c file there was this comment: Quote:
Quote:
3) While trying to use interrupts (a switch attached to one of the digital ports) and the camera software at the same time, the controller keeps resetting itself, for no reason which I can identify. 4) Building on #3, the camera has what is esentially a state machine servicer (for lack of a better term) built into it; that is, calling camera_track_update() will tell you whether or not the camera has been successful in updating and tracking to a new position. To my mind, this should be handled almost like an interrupt, that is, when it returns 1, the camera track code is executed, but in the code provided, it sits in user_routines_fast in the sutonomous section, and simply says: Quote:
5) Finally, the camera needs to be calibrated before use. This is done by hooking a PC up to the camera and running a JAVA script program to get exposure values. You then have to send these values to the camera in "User_Initialization()" by including the line Quote:
|
|
#2
|
||||
|
||||
|
Re: Scripting Setup and the Camera + Serial Port Drivers
Quote:
If you try to use every motor and actuator in the kit, you will be about 60 pounds overwieight. Set your priorities. What does this robot NEED to do? Now look at options. What will give you a winning design? To quote an Eagle: Get over it... |
|
#3
|
||||
|
||||
|
Re: Scripting Setup and the Camera + Serial Port Drivers
No, no . . .
Kevin Watson has basically saved our program for the past two years, I am not trying to imply that he or FIRST has fallen down on the job in any way, rather, I am saying that there is a big challenge for the teams to overcome. My post was not to complain about what is, but rather to elicit help for the serial driver problem, which frankly, has me stumped. |
|
#4
|
||||
|
||||
|
Re: Scripting Setup and the Camera + Serial Port Drivers
Likewise, so am I... It is one of the reasons I posted on another thread when people said that they had made the software too easy...
Resolving I/O and interrupts will also be a challenge for the team who wants to do everything... Let the mayhem begin! |
|
#5
|
||||
|
||||
|
Re: Scripting Setup and the Camera + Serial Port Drivers
Another question: The rules allow us to have secondary processors. So could you have a second processor which does nothing but service interrupts, and then passes bytes along to the FRC controller in a TTL type format.
|
|
#6
|
||||
|
||||
|
Re: Scripting Setup and the Camera + Serial Port Drivers
Quote:
|
|
#7
|
||||
|
||||
|
Re: Scripting Setup and the Camera + Serial Port Drivers
Good Point
|
|
#8
|
|||||
|
|||||
|
Re: Scripting Setup and the Camera + Serial Port Drivers
Hey,
Can someone point me to a tutorial regarding interrupts, and their implementation? I would much appreciate it, thanks in advance. Dan |
|
#9
|
||||
|
||||
|
Re: Scripting Setup and the Camera + Serial Port Drivers
I think that for the IFI controller, your best bet would be to go to www.kevin.org/frc, download the code, and read through the lengthy explanation at the beginning of the interrupts.c file. Also, just play around with the code a little, it will both give you a sens of interrupts, and show you how they work on the IFI controller.
|
|
#10
|
|||||
|
|||||
|
Re: Scripting Setup and the Camera + Serial Port Drivers
Quote:
Thank you for your prompt reply, Dan |
|
#11
|
||||
|
||||
|
Re: Scripting Setup and the Camera + Serial Port Drivers
I cannot think of anything specific, however, the C tutorial on the FIRST website is quite good, it discusses programming in C for machines (read robots) in some detail. In addition, there is a 900+ page user manual on the PIC18 microprocessor (the one in the IFI controller) I would not reccomed this as recreational reading, however, I have never gone to it with a specific question and come away emptyhanded.
|
|
#12
|
||||
|
||||
|
Re: Scripting Setup and the Camera + Serial Port Drivers
To further that reply, check out the manual on the IFI website (www.ifirobotics.com) and on the Microchip website (www.microchip.com).
I have a mirror of the IFI documents section. If you have trouble finding what you need I can look through my dump. |
|
#13
|
|||||
|
|||||
|
Re: Scripting Setup and the Camera + Serial Port Drivers
Again, thank you for your reply. I will do as you say and read the tutorial on the FIRST site, though I think i might be able to skip chunks of it, and I will reference the PIC Manual as needed.
Again, thanks, Dan |
|
#14
|
||||
|
||||
|
Re: Scripting Setup and the Camera + Serial Port Drivers
Check out the programming whitepapers on this site. There's one called Interrupts for Dummies. Excellent
|
|
#15
|
||||
|
||||
|
Re: Scripting Setup and the Camera + Serial Port Drivers
Quote:
-Kevin Last edited by Kevin Watson : 12-01-2005 at 16:33. Reason: Icky spelling error. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UTC Hartford and the Pits in 2001. The same setup for this year??? | Elgin Clock | Regional Competitions | 3 | 01-11-2002 19:11 |