220/330 - Circuit Diagrams

The following wiring diagrams are the same for the 220 and 330 versions of the mower.

 

 

At various stages I have written code to test your components are correctly installed. Most of these test sketches are now integrated into the latest full code version or you can test components individually with cut down code from the GITHUB site.

Testing your mowers components page

 

 

Build Tips:

1. Nearly all of the Arduino sensors and modules operate (or are powered) on 5V.  The 5V for the sensors is generated by a step down module which steps down the 12V motor voltage to 5V for the sensors.

It makes sense to group all the 5V+ cables and GND cables from the modules together in parallel.  These can be terminated at a wire blocks.  Then have a single 5V+ lead going to the Arduino MEGA and a single GND cable going to the Arduino MEGA.  This results in a much tidier wiring inside the mower and saves on unnecessary wires 

2. It can become quite a mess of wire in the robot.  Try and keep wiring colors to

  • 5V red
  • GND Black
  • Communication wires to sensors Green/Yellow/Blue??

 

WHERE TO START?

OK. so it can be a little intimidating with all the wiring diagrams, so where shall you start.  Print of the 'Back Facia.stl' and assemble the components on this facia.  This should include the ARDUINO MEGA, Motor Drivers, Real Time Clock, USB Jack and NODEMCU.  Remember to group all the 5V and GND wires together.  These will then be powered by the DC Step down  Module

 

Initially you can just plug the Arduino cables into the MEGA pins and find the corresponding pins on the component using the diagrams below.

I recommend in the end to solder the wires to the pins, but for starters just get the wiring correct and working.

 

 

DC Step Down Module:

Before connecting it to the circuit, ensure that the DC Step down module is outputting 5V. Connect a 12V source to the input side of the module and turn the adjustment screw anti-clockwise until the output is 5V.  If you output more than 5V you are in danger of damaging your sensors.  This module is used to power all sensors and the Arduino boards

 

 

 

220 MOWER : DRIVE MOTORS:

(If you are using the higher powered motors for the 330 Mower please go to the next section)

The mower is powered by 2x 12V 1:200 Geared DC motors.

12V from the 18650 Lithium Ion battery's (3S) is sent through a switching relay (to turn off main power when docked) to a motor driver.  The motor driver sends the pulse signals (PWM) to the drive motors to define the speed the drive motors shall turn at.  The Motor driver is connected to the ARDUINO MEGA with 6 wires  ENA/IN1/IN2/IN3/IN4/ENB as shown in the diagram.

 

In the same diagram the Step Down module is shown which is used to power the sensors and is connected to the 5V and GND pins on the ARDUINO Mega.

 

 

 

220/330 MOWER : DRIVE POWER MOTORS:

If you are installing the more powerful rear wheel drive motors into the 330 Mower you will need to dedicate 1 motor driver to each motor.  To convert the motor driver from a double to a single driver the motor needs to be bridged.  This is done by connecting the following parts of the motor driver together.  With this you double the Amps available to power the motor but can now only power 1 motor instead of 2.

 

Bridge the following pads on the motor drivers

Out1 -> Out4 /   Out2 -> Out 3  /   IN1 -> IN4   /   IN2 -> IN3 

This modification needs to be done to both motor drivers.  A new back plate which can locate both motor drivers is available on the Thingiverse site.

The motor signal wires from the Arduino are now simply split to the 2 drivers.  12V power is required at both motor drivers.

 

WIFI / NodeMCU Connections

The NodeMCU board gives the mower WIFI connectivity and can then be controlled by the smartphone APP.  The Smartphone APP details are in the All Mowers section.  A separate NODEMCU board is used due to the intermittent connection to the WIFI. If the WIFI signal is lost the board needs time to re-connect.  This can cause a disruption to the mowers operation until the WIFI is connected again.  For this reason a separate board is used which can handle the re-connection while the other boards take care of the safe mower operation.

The NODEMCU is added to the mower with a few simple connections

 

 

RTC (REAL TIME CLOCK)

The Real Time Clock (RTC) is used when the mower is programmed with start and stop mowing times and dates.  The clock requires a small cell battery to power the clock when the mower is switched off.

 

 

MOWER BLADE MOTOR & CONTROLLER:

 

The blade motor is also powered by the 12V Lithium Ion Cells.  the 12V supply passes through the relay (...which turns off all power to the blade motors when docked) to the 43A motor controller.  The motor controller is connected to the ARDUINO MEGA and to the blade motor as shown in the following diagram:

 

 

 

 

 

 

LCD Display, Compass:

If you are using the TFT touchscreen - Skip to the next section

 

The LCD Module needs to be configured by finding out the I2C address of the module.  The I2C address of the module needs to be inputted into the Arduino software for the display to communicate with the ARDUINO MEGA board.  Arduino programs to find out the I2C address of the LCD screen can be found in the internet.

The compass module is used to orientate the mower when the mower is finding the perimeter wire after the mowing has finished. Please take care the compass is orientated correctly in the mower.

I recommend to use the HMC5883L Compass.  There are many cheap QMC5883 modules, but they tend to freeze up causing issues.  Use the provded compass holder to secure the compass in place.(Y axis should go forwards and pins at the rear of the mower.

After the mow has been completed (due to batteries being empty) the mower needs to locate the boundary wire and follow it back to the charging station.  depending on the end orientation of the mower it could follow the maximum length of the boundary wire around the garden which can be problematic.  The compass angle (which can be set in the software for your garden) orientates the mower to the optimum angle to move off and find the wire.

The SDA and SGL wires are ran to the LCD display and the compass module from the same pins on the ARDUINO MEGA.  A cable needs to be manufactured (soldered together) and ran to these components.

 Get your I2C address for the LCD here

 

4 BUTTON MEMBRANE SWITCH:

If you are using the TFT Touchscreen then the membrane keypad is not required.

The membrane switch is used to control the options menu on the LCD screen which starts and stops the mower.  The membrane switch is connected as per the diagram below:

 

 

 

TFT Touchscreen & Compass:

If the TFT touchscreen is being used, then the compass can be wired to the Main Mower MEGA as shown below. 

I recommend to use the HMC5883L Compass.  There are many cheap QMC5883 modules, but they tend to freeze up causing issues.  Use the provded compass holder to secure the compass in place.(Y axis should go forwards and pins at the rear of the mower.

After the mow has been completed (due to batteries being empty) the mower needs to locate the boundary wire and follow it back to the charging station.  depending on the end orientation of the mower it could follow the maximum length of the boundary wire around the garden which can be problematic.  The compass angle (which can be set in the software for your garden) orientates the mower to the optimum angle to move off and find the wire.

The TFT Touchscreen needs a seperate Arduino MEGA as a shield controller.  The TFT MEGA then communicates via Serial 1 to the Mower MEGA Serial 3 ports.  The BMP files in the TFT folder need to be saved onto a Micro SD car and inserted into the TFT shield.

Pay attention that the SD card is on the right hand side of the touchscreen (oreientation).  Use the STL files to print the Shield bracket which will hold the MEGA and TFT in place. 

Ensure the latest library files are downloaded from the GITHUB site to support the TFT

 

 

 

 

SONAR ARRAY:

The mower uses 3 sonar sensors to detect objects around the mower.  If an object is detected the mower stops and turns. The sonar modules require 5V+ VCC / GND / Trig / Echo cables.  All the 5V+ wires can be ran in parallel and GND wires can be ran in parallel.

The Sonar modules are wired to the Arduino MEGA as follows: 

 

   Test the Sonar Array here 

 

 

 

NANO / VOLT / AMP / RAIN SENSOR:

 

 

The Voltage, Amp and Rain Sensor readings are read by a separate Arduino Nano board. As the perimeter wire detection requires some special software, the normal Analog-read function in the Arduino software is not available.  For this reason a separate Arduino Nano is used which then sends the data to the MEGA by serial communication. 

The 12V supply from the Lithium-Ion batteries is measured by the Volt and Amp sensors. (the sensors operate on 5V but they are measuring the 12V supply)

For the Volt sensor the 12V +ve and GND lead is measured. the volt sensor measures when the battery is empty and the mower needs to re-charge

For the Amp sensor only the charge GND wire is used.  The charge wire is required as we are only interested in the Amp reading when the mower is charging, or to detect when the mower has reached the charge station and should shut down (turn all motors off and turn the relay to off and cut the 12v supply to the motors).

The separate code for the Arduino nano needs to be loaded into the Nano.

The simple wiring for this setup is shown below:

 

Check communications here

If you are having problems with communications I recommend soldering the wires to the nano. I have found that any sort of loose connection can cause bad data to be sent from the Nano to the MEGA.

 

 

PERIMETER WIRE SENSOR:

The perimeter wire is detected by the mower using a Amplifier and a 11P Ferrite 150mH Inductor.  A signal is passed through the boundary wire which is detected by this sensor.  If the wire detection is erratic try adjusting the amplifier by turning the adjustment screw.

 

This setup is from another Robomower project and is not my design

 

BUMPER BAR Circuit

The bumper bar circuit is very simple and uses 2 small micro-switches.

These are connected to MEGA on Pins 47 and 48. The ground wires are tied together and connected to the GND pin.  When the microswitch is triggered it closes the circuit which is detected by the Arduino MEGA.  The test sketch can be used to ensure that the bumper bars are working correctly.

 

 

 

 

TILT SENSOR

2 sensors are used to detect the angle of the mower and if the mower is upside down.  The sensors can be individually activated in the settings (requires Mower Software 8.0 or higher).  The 3D printed clamp must be used as this sets the angles for the sensor and ensures that the sensor "ball" is returned to the correct position after activation.

 

 

 

12V WIRING CIRCUIT

The 12V circuit is shown in this diagram. Use 1.5mm wire for the 12V circuit.

The main switch should cut power to the complete circuit.  The mower should however be able to charge when the main power is off or on.

The relay controls power to the motor drivers and blade motor drivers.  This relay is turned off when the mower is not in use to conserve power.

 

 

 

 

 

5V WIRING CIRCUIT

A basic overview of the 5V witing circuit.  Please refer to the detailed diagrams above for each wire pin connection.  Use the provided Arduino cables for this wiring.  I recommend to solder the wires to the pins pads rather than plugging the cables.  The plugged cables become loose with time leading to connection issues.

Try and keep all the 5V positive and 5V negative leads from the sensors together and group them into 2 bundles.  Then use 1 wire for the 5V positive and negative bundles to the MEGA, Nano and NodeMCU