Hello all.
I hope to please share a little robot that I have just finished building.
There are many Ping Boat, perhaps with a tutorials and display less so without pretension, will illustrate what I could do.
I gave myself the goal of realizing a robot that avoids obstacles, hence the use of Ping, who had more autonomy (and less hassle to reload always stylus) and displayed on a LCD display the distance measured obstacle.
The tutorial is directed for beginners but with knowledge of electronics and Arduino programming.
Remove these ads by
Signing UpStep 1: List of Materials
2 - Module OCTAGON GioBlu Robotics http://www.gioblu.com/prodotti?page=shop.product_details&flypage=flypage_images.tpl&product_id=136&category_id=60 or other frame
1 - Ping))) Parallax mounting bracket kit http://www.parallax.com/Store/Robots/AllRobots/tabid/755/ProductID/248/List/0/Default.aspx?SortField=ProductName,ProductName
2 - Servo motors with 360 rotation , in my case HSR-1425SCR
2 - 6 cm wheels with rubber no-slip
1 - std servo for the Ping (in my case is not required but can be implemented)
2 - servo brackets Gioblu Robotics http://www.gioblu.com/prodotti?page=shop.product_details&flypage=flypage.tpl&product_id=78&category_id=34
4 - PCB spacers from 4 cm http://http://www.robot-italy.com/product_info.php?cPath=7_135&products_id=1189
2 - protoschield for servos, battery and display and added http://www.robot-italy.com/product_info.php?products_id=879(or other sites)
1 - 16x2 HD44780 compatible LCD Display http://www.robot-italy.com/product_info.php?cPath=59_194&products_id=237
1- potentiometer
1 - 9v battery holder
1 - 2s Lipo 1200mAh 7.4 v
1 - UBEC 5.4 / 6V http://www.cnchelicopter.com/servlet/the-1528/hobbywing-UBEC-dsh-3A-(2-dsh-6S-Lipo/Detail
1 - pivot wheel
1 - piece of matrix board for the display shield
- some strip for shield
- some screw patience and passion..












































Visit Our Store »
Go Pro Today »




Were dropt im the code's from the lcd in the code from akeric? I'm try many times but it dont work .
When the distance is very well, the motor don't work,please help.
Regards
Sorry for my english here you'll find the code of Eric
http://www.akeric.com/arduino/robot_4wd/robot4wd_06.pde
Where do I place the code of the lcd distance in the code of Eric thanks.
Rinus
Try to put the code after the variable are on, (// Do stuff, based on the current mode step), to see which value the ping read. Use a tutorial of lcd display to initialize a variable. This is all i can do . Regards
kloosterma@zeelandnet.nl
Regards
lcd.clear();
lcd.setCursor(0,0);
lcd.print("OBSTACLE cm ");
lcd.print(timecount/10);
You need to associate the name of the variable to the command by placing the string depending on the pixels you have available on the display
Greeting
Pe2HLC
Remember to vote me please!
Is desired that robot tends to curve to the right?
however, very interesting project.
Good Job!
Thanks for your comment