Well I have now done most of the assembly of the phoenix
I really wish I had purchased one of the original Red Phoenix’s. The color would look nice with the arc32 Note: I am not finished cleaning up the wires yet!!! Still need to figure out some other wires.
I still need to go through and zero out all of the servos. Will probably use a modified version of my zero program I played with last week. Changes will include: hserial (I got it for s_in/s_out, might as well use it). Conversion to HSERVO2. Will put most of this in #ifdefs so can use on non-arc32 as well…
Some things I noticed include:
a) Sure ain’t much room under there! With the shipped standoffs for the processor board the 2800mah battery did not fit so I currently have a 1600mah one (borrowed from MechBrat). Not sure if this is the best approach or put in shorter standoffs so the larger battery will fit or stay as it is…
b) The board has VL/VS1/VS2 - But I don’t see any jumpers to connect them to each other. I did hook up VL to 9V battery through switch. I then modified the wire harness to have two reds/blacks to plug into both VS1 and VS2.
c) I noticed that the center servos brackets can run into the board. I will check later to make sure limits are set in software to keep it from going there…
d) There appear to be 4 VS/VL jumper sets, need to figure out which go with which pins. With how the servo wires lay out (unless I use an extension or 2) can I reserve at least one area for +5v. Also need to dig up some jumpers to choose either +5v or VS.
e) I still need to figure out how to hook up the PS2 controller and XBEE. I know that for the PS2, Nathan used pins:
PS2DAT con P35 ;PS2 Controller DAT (Brown)
PS2CMD con P37 ;PS2 controller CMD (Orange)
PS2CLK con P38 ;PS2 Controller CLK (White)
PS2SEL con P39 ;PS2 Controller SEL (Blue)
I also know that these are on the AUX header. P34-P39 are AUX1 pins 1-6 just need to figure out how they numbered them. First guess is top row is 1-3 and bottom row is 4-6. Also I think the hardware serial port is on pins (P36 and P38) so I don’t want to fully use his setup. Can not use standard PS2 cable for this one.
Got a lot of other non-robot stuff going on this week so may not be able to do much until next weekend…
Kurt