Introduction: GECO - Wall Climbing Robot
Hi!
This is an instructable on how to make a wall climbing robot using impeller technology. The goal of GECO (a research project from Ghent University) was to create a low cost, diy wall climbing robot.
Our solution uses the following parts:
- EDF ducted fan (70mm - 1,45kg thrust) (XRP-70142600)
- ESC (60A 2-6S)
- Lipo battery (2600 mAh)
- Arduino Uno or handmade pcb
- Motor Board (L298N)
- Micro motors (Pololu 1595 - 1000:1 - 6V)
- Wifi module
- Ledstrip
And uses the following techniques:
- 3D printing
- Lasercutting
Step 1: Calculations
If you want to make a wall climbing robot like GECO but want to adapt the design (add wheels, camera, ... or use different materials, parts...) you will have to do a little calculation (not hard!). Therefore you can use the equation as shown in the upper image.
First you'll need to know the mass of the robot. I managed to estimate the mass quite accurate by summing up the masses of the parts of the robot (don't forget the mass of the fan too). I got: m = 800 gram.
For the friction coefficient for rubber on concrete I found: µ = 0.6 (you can argue with the use of this number)
With this we can solve the equation.
Fs = (0.8 kg * 9.81 N/kg) / 0.6 = 13,08 N
Because most of the ducted fans are indicated with 'kilogram-force' or 'thrust' we will now convert the Newtons into kilogram-force.
Kilogram-force = 13,08 N / 9.81 N/kg = 1,33 kg thrust
Or you can check it on the following website: http://www.convertunits.com/from/kilogram-force/to...
Now you can choose the right fan for your project!
If you have an EDF ducted fan and know amount of thrust it can produce, you can also calculate the maximum weight of the robot (reverse the equation).
Step 2: Assembling
The zip file contains the 3D CAD models of the GECO robot. This way you can add or adjust parts from the robot.
It also contains a pdf file for lasercutting the base out of poplar wood (4 mm) and the cover out of pp (0.5 mm). After this you can 3D print the stl parts (PLA).
Everything is designed so that assembling is easy.
If you have a different Fan you may have to adjust some parts so your fan fits in.
Step 3: Arduino or Handmade PCB
The two next steps let you choose out of making the electronics with an arduino or handmade pcb.
Both options have their advantages. The arduino uno is a standard component while you have to make the pcb yourself. The pcb will save some space (no need for extra voltage regulators anymore, these are integrated) and will give the possibility to power a ledstrip.
Both options are programmable in arduino.
Step 4: Handmade PCB
We chose to integrate the arduino, voltage regulator and wifi module into one pcb. The first picture shows the wiring diagram of the robot. The second the pcb scheme. The third picture shows the actual pcb.
You can use an atmega328 out of an arduino uno, or flash one yourself (see other instructables).
The program you have to put on the atmega is given at the 'programming' section of this instructable.
The ledstrip I used had 4 connection pins (R, G, B, +12V). There are several versions of ledstrips on the market, if you choose to work with a different type of ledstrip you may have to adjust the pcb/program. An example of the used ledstrip in the link below. (Offcourse you can always leave the ledstrip out of the design)
Step 5: Arduino
The arduino will be powered by the lipo. To do this you will have to make a voltage regulator. The arduino will controll the motorboard, esc and RGBled. You will have to connect a wifi module to the arduino so you can control the arduino from a distance.
The first picture shows a selfmade voltage regulator, you can find instructables to make one. This regulator will have to convert 13 - 16 V into 5 V.
To check the voltage of the battery we have used a voltage divider (two resistors 6.8K - 2.2K). This way we can use an analogue pin of the arduino. If the battery has a voltage of 16V the arduino will read out a voltage of 3,91V and if the battery has a voltage of 12V the arduino will read out a voltage of 2,93V. If the battery goes under 13V we will indicate this by using leds. This because the voltage of the battery shouldn't go under 12 V.
I have integrated the voltage divider into the battery balancer plug (second picture).
geco_3.3.ino is a testing program for the arduino. If you connect all electronics (scheme is given in the third picture), you can use this program to test your robot or electronics (the test program does not use wifi).
Beware: you will have to program your ESC as well. Instructions can be found in the manual of your ESC. For example: http://www.xblade-tech.com/ztw-user-manual/ztw-bea... (can be tricky)
I will not handle how to connect the arduino to a wifi shield. Information on this topic can be found in other instructables.
Attachments
Step 6: Assembling the Electronics
First we add the impeller to the robot. After this you can add the lipo, esc, motorboard, motors, arduino, powerswitch and ledstrip. You can look into the 3D files to get an idea about how to assemble this.
Step 7: Programming
The zip file contains a code in aruidno which is used to program the arduino chip and a processing file which is used to control the robot from a computer.
Attachments
Step 8: Finishing
You can protect the content of the robot by adding this resealable cap.
Enjoy the GECO robot!
Step 9: Remarks
I have faced problems with the grip of this robot but solved this problem by gluing a small strip of working gloves (the black part) on to the wheels. This eliminated the problem entirely.

Participated in the
Epilog Contest 8

Participated in the
Make it Glow Contest 2016
48 Comments
3 years ago
아두이노 다운받으면 스케치가 실패했다고 나옵니다.
3 years ago
question please, does the node mcu board works with the esp8266 library in code?
and if not, which version of ESP modules works?
Reply 3 years ago
Hi Huda, havn't tried that yet, we worked with the esp12 module. Good luck!
Question 3 years ago
can anyone explain me how it works ? in short
Question 3 years ago on Step 9
If i have a duct fan of 1100grams static thrust. Then what should be the maximum weight of robot. Please reply.
Question 3 years ago
it would be nice to tell what are the specifications of the wheels you used: like diameter,weight what material it's made from..etc
Answer 3 years ago
Diameter of the wheel: 48mm - Width: 10 mm - Material: pla
4 years ago on Step 3
which size of wheel should i use for this project and i cant get the gloves near my location so is there any different option for grip?
Reply 3 years ago
if you applied the project,it would be nice to tell what's the size of the wheel and and it's weight and diameter..
3 years ago
you've said in a comment that the fan is only calculated for 800g,but the weights of the pieces in the links is about that,and with the body of the geco it will be more than that!
it would be nice to tell me an explanation..
Reply 3 years ago
The actual value of the friction coefficient is always hard to tell, that's also why I added step 9
Reply 3 years ago
thanks a lot,what I mean is: the weight of the robot will be more than 1 kg when the electrical pieces are added to the body of the geco, can this fan hold this weight?
Reply 3 years ago
yes it can
Question 4 years ago on Introduction
Is counter clockwise rotation of edf necessary?
will it do if it is clock wise?
please can you answer me.
Question 4 years ago
On what constraints or criteria you had made the selection of micro metal gear motor.
Actually the micro Motor you suggest can't be shipped at my location. So I'm looking for similar working motor.
Answer 4 years ago
Torque and speed, although my calculations back then wheren't that good
Question 4 years ago on Step 9
Is the duct fan you suggest same that you used in your geco?
Can the robot work on the glass ?
We are trying to make the same and transform it as glass cleaning robot
Answer 4 years ago
Yes it's the same duct fan and it can work on glass. But if you're adding components to your robot you should consider a more powerfull fan. The fan is only calculated for about 800 grams
Reply 4 years ago
Thank you so much for your replies and help.
Reply 4 years ago
You can help me by sending me pictures of your robot when ready, would like to see it!