Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: aaa3a on May 10, 2012, 05:11:23 PM

Title: how to use Axon II pins and ports wisely
Post by: aaa3a on May 10, 2012, 05:11:23 PM
i'm building my first robot with Axon II and i need to know how to use axon pins and ports wisely so i could have free pins for future upgrade
my robot has this modules and devices

1- motor driver TB6612FNG (use 4 pins to control 2 motors)
2- ultrasonic range finder
3- vrbot use module (use 1 uart)
4- 7 to 10 servo motor
5- text to speech or voice synthesizer  (found on webbotlib)
6- led
7- camera

what i need to know when to use regulated power bus,  which port is better to use for servos and other modules

 
 
Title: Re: how to use Axon II pins and ports wisely
Post by: Webbot on May 11, 2012, 01:06:27 PM
If you use Project Designer from my site http://webbot.org.uk (http://webbot.org.uk) then you can add all the devices you want and it will show you how to connect it all up - making sure that you are using the correct pins and power. The File | Print menu option will give you a PDF showing the connections.

Remember that my speech synthesizer is very CPU hungry as its generating audio waveforms in real time!!! If that becomes a problem then just build a mini board to speak whats it is sent over the uart.
Title: Re: how to use Axon II pins and ports wisely
Post by: aaa3a on May 11, 2012, 05:15:22 PM
i don't know how to build a board for text to speech if you have example for that and i think this need eprom flasher or writer and i think it's big stuff for me and i don't know how to write code to communicate between the uart as i'm new with c++ i thought it's simple but i was wrong i'm walking step by step now i'm studying  c++ but i have a little electronics background that could help so if you did that before ( to make a separate board for the text to speech ) so send me the tutorial

and i think webbotlib need update some hardware like vrbot (EasyVR module) so how can i do this and how to upload my update to your site if possible so the others can use it

regards
Title: Re: how to use Axon II pins and ports wisely
Post by: Webbot on May 11, 2012, 07:03:18 PM
... i think webbotlib need update some hardware like vrbot (EasyVR module) so how can i do this and how to upload my update to your site if possible so the others can use it
First thing is - you need to write it  :D