I decided to make a robot that looks similar with the one from LMR logo. I wanted to make it at a small scale, but I realized I don’t have enough space to place the battery, and I have had to buy a smaller battery LI-Po.
Being short of money I decided to use AA battery and to do small changes on the robot design.
The brainis handmade. It took me hours to shape it out of plasticine and that was the hardest part.
Also, for design, I used a little engine which is pumping air into the water bowl, that making little air bubbles around the brain. More, I placed a RGB led under the brain to give a mysterious light and make it look better.
I have a problem with the cod, servo doesn’t move.
UPDATE 1:
I solved theproblemwiththe codeandnowitworksfine. IPWM just for servo. I will post videotomorrowmorningwith robot running.I have notputwater yetin the bowl,I stillexpecttohardenthe glue.Ihope it do nothaveholes inthe glue
UPDATE 2:
These is the final shape of my robot. I can't update a video yet because servo broke during the tests. I hope i can solve these problem tomorrow.
I am waiting your suggestions.
Navigate around via ultrasound
Actuators / output devices: Servos, 1:120 ratio Tamiya gears
About your servo trouble. You can’t use PWM on Pin 9 or 10 together with the servo lib. Your RGB LED uses pin 9,6,5. Too bad, you will need 5 PWM ports, but only 4 are available.
Use the SoftwareServo library and the servo will work. Just add enough calls to the Softwareservo::refresh() command through your code, so the servo is refreshed every 20ms.