Additional Servos on the XBC

3 replies [Last post]
topazx2
topazx2's picture
Title: MiniBot
Joined: 12/14/2010
Posts:
BotPoints: 32
User offline. Last seen 2 years 28 weeks ago.

Has anyone hacked the XBC for extra servo ports? Apparently the Xport can support a lot more servos, the question is what ports are available and what needs to be changed in the firmware to access them.

I plan to hack a few extras in, but if it's already been done I'd rather not waste a bunch of time figuring it out on my own.

-Dan

KIPR Matthew
KIPR Matthew's picture
Title: KIPR Staff
Joined: 06/04/2009
Posts:
BotPoints: 154
User offline. Last seen 5 years 39 weeks ago.

Have not heard of any hacks like that.

I have a polulu serial to servo board that can be used easily with the serial port. Software wise it is just sending bytes with serial_write_byte();

Join the Botball folding at home team!
http://folding.stanford.edu/
Team 87314 "Botball"
Stats: http://folding.extremeoverclocking.com/team_summary.php?s=&t=87314

Jeremy Rand
Jeremy Rand's picture
Title: Botball Youth Advisory Council
Joined: 04/03/2009
Posts:
BotPoints: 1168
User offline. Last seen 8 years 2 weeks ago.

Any GPIO port could probably be used as an RC servo port using the GBA's timing interrupts. Implementing them on the FPGA logic wouldn't be as easy, because the XBC's bitstream uses almost all of the available gates. If you really wanted FPGA servos, you could try removing the camera logic (but seeing as the camera is the XBC's flagship feature, that might invalidate its usefulness).

If you're able to rig up the GBA's timing interrupts to handle RC servos, please post here with your results. I will warn you that Direct Sound Channel A uses timers 0 and 1, while Channel B uses 2, 3, and I think either 0 or 1 also (can't remember which). Main lesson, only use Direct Sound Channel A, and restrict your servo code to using timers 2 and 3.

-Jeremy Rand
Senior Programmer, Team SNARC (2012-2013), Norman Advanced (2010-2011), Norman HS (2008-2009), Norman North (2005-2007), Whittier MS (2003-2004)
2012-2013 VP of Tech, 2011 President, Botball YAC (2009-2013)
Mentor, Alcott and Whittier MS

topazx2
topazx2's picture
Title: MiniBot
Joined: 12/14/2010
Posts:
BotPoints: 32
User offline. Last seen 2 years 28 weeks ago.

I never quite understood the reasoning for 4 motor ports on differential robots. I think if it's possible, I'll do like I did with the Sumo11 and drop two motors to gain more servos. I'm sure it'll be a lot different with the XBC than the 68hc11, but I won't know until I dig in.

-Dan