| « Previous Step | Download PDFView All Steps | Next Step » |
3 Simple Ways to
Share What You Make
With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.
Other ways to share:
Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.
Share your step-by-step photos with text instructions of what you made so others can do it too!
Share your how-to video. You'll need your embed code from a video site such as YouTube.



| « Previous Step | Download PDFView All Steps | Next Step » |
How To Change Lawn Mower Oil
by
toolrepair
How To Build A Solar Charged Remote Control Electric Lawn Mower
by
hastyhost
How To Replace a Lawn Mower Blade
by
toolrepair
Robocam - Homemade Video Robot
by
talk2bruce
Electric Lawn Mower
by
susanta
Use a PS3 Controller to control an Arduino NXT Bot
by
nahamancygig
Controlling an Arduino Board Using an Infrared Remote Control
by
norednored
Arduino browser based remote control (linux)
by
gregoryfenton
Build a transistor circuit board for controlling Air Conditioner remote control with Ar…
by
snakebite_82
Remote Controlled Arduino Robot using Wixel Transceivers
by
techbitar
152,819
views

Related: arduino r, c lawnmower, lawnbot400, r, c interface, arduino, c lawn mower, remote control lawn mower
Total Views: 152,819
Today Views: 793
Comments: 289
Rating: 5
© 2012 Instructables

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.


















Got to love the RC stuff, without them, where would we be. Keep up the good work and happy flying .... ooooops, mowing.
What about hooking the remote up to a pc and programming some sort of app that calculates mowing pattern so that it does it all automatically. You could even set it to vary the patterns so that they're never the same, and you'll always have a nice looking lawn.
~adamvan2000
I wanted study the video operation and noticed that it would be nice to see how you are operating the transmitter.
Have you modified the left stick(mode2)to be spring loaded to center?
I plan on using my old JR 9503 computer radio and playing with some of the mixing functions to ease the operational functions.
Keith
In far northeastern IL
As you may have gathered, I use the left (up/down) stick for the left motor and the right (up/down) stick for the right motor, which allows for easy tank-steering with no signal mixing in the code. This (for me) is the easiest method to control the lawnbot as it provides extremely precise control of each motor.
I later came up with some code to mix the X and Y axis signals from a single joystick, which makes it easier to drive in a straight line, but is not nearly as intuitive or controllable while turning... especially during zero-turns.
regards,
JD
I've got reverse disabled until a activate a toggle switch too. This is working on the breadboard, until I get the motor driver circuit done I won't know for sure.
I'm having difficulty etching the 2oz. copper and I had to stretch out the pcb layout for heatsinks, as they were too close.
PS - great instruct - I've got a dead mower in the back and I think I've found my winter project - thank you!
check it out here:
http://www.newegg.com/Product/Product.aspx?Item=N82E16826100006&nm_mc=OTC-Froogle&cm_mmc=OTC-Froogle-_-PC+Gaming+Accessories+%28Joystick+-+Game+Pad+-+etc.%29-_-OCZ+Technology-_-26100006
ftp://ftp.rediculouslygoodlooking.com/arduino/LawnBot400/Lawnbot400_main_code/Lawnbot400_main_code.pde
Suggestions:
1. Either make the mower a Zero Turn Radius with true turf tires or give it steering capability on a front axle. This way it is easier to mow a straight line.
2. Install a remote kill switch, since you still have extra ports on your control, install a high-voltage relay for shutting down the mower.
3. Add cameras for remote viewing this way you can see it from the comfort of your lawn chair.
4. How about inexpensive laser guidance? Setup a cross pattern and optical sensors, this way it could be self controlled (or find a Roomba type code).
The remote kill switch is already completed, I am using a 60amp automotive relay to disconnect the power to the motor controller and controlling the relay with a separate Atmega for added safety. The extra Atmega will also control the lights that will be added. Both will be controlled by the same R/C receiver, just routing the signals to a different microcontroller to be sure I can always turn off the power, even if the main processor jams up.
Also, I added a bit of code that shuts down the H-bridge completely, if any out-of-range signals are received (ie, if you turn off the Transmitter or get too far out).
I will post pics, videos, and the new code for both microcontrollers when I test it all out on the bot.