Close
0%
0%

ALEKYA - Open Source Construction Robot

A robotic system that aims to automate building construction using local building materials in developing countries.

Similar projects worth following
Alekya is a modular automation system based on standard open source 3d printing and CNC hardware. Unlike most construction robots that only use a system of concrete extrusion and deposition, the design of Alekya makes use of standard and locally available building materials (like bricks and mortar) which can be used to construct very affordable and sustainable, housing and sanitation structures in developing countries.

The modular and simple design makes Alekya very flexible in terms of the size of the structures it can create as well as the types of jobs it can perform. The final goal is to achieve a robotic system which can not only build vertical structures but is also able to assist with the construction jobs right from the starting of a project (like casting foundations) to its post construction work (like HVAC, painting walls etc).


The problem Statement

“According to UNICEF, close to 525 million people defecate in the open in India. This results in grave health problems. The Indian Government is rallying all this resources to make India Open Defecation Free in 2019 (a target set by the current government), which is incidentally the 150th Death Anniversary of Mahatma Gandhi. According to government data, close to 60 million toilets are already built but the monumental task still needs a lot more effort to achieve the target of 100 million toilets.” (link to the article)

In many other countries too, people don't have access to proper shelters and sanitation facilities. There are some startups and companies who have successfully 3d printed such structures, but since most of these systems are huge and proprietary, their availability, transportation and affordability becomes an issue. Also most of them use a mix of concrete, plasticizers and other types of synthetic hardeners for construction which makes the implementation of this technology difficult due to sustainability and financial issues.

The probable solution

To develop an open source automation system for construction, which can aid in building structures for affordable shelters and sanitation facilities in the rural settings, by making use of the locally available resources.

How does it work?

The system consists of two 3-axis numerically controlled robots but with both the gantries running on a single frame which stretches around the perimeter of the structure to be constructed. Also the mechanical system is almost completely designed using standardized, inexpensive and off the shelf hardware which can be found almost anywhere in the world, with a combination of some 3d printed and CNC milled parts. The system can be incorporated to stretch up to a base area of 20x20 feet with a height of up to 12 feet.


The prototype shows how the system functions as a whole.

The first gantry consists of the brick dispensing system which can contain up to a certain number of bricks before it needs to be restacked. Also the dispenser is able to lay the bricks in any desired angle to enable building structures with more organic shapes and curves.

The extruder mechanism is mounted on the second gantry which mimics the dispensing of the mortar (or the adhesive) over the bricks. 

The reason for using two different gantries is so that the maintenance time between job of refilling and restacking each can be done away with, and there is virtually no need to pause anywhere during the construction process. Also the intention is to make one of the gantries modular so as to mount different attachments in the future which can carry out activities like milling and painting, post the process of building the structure.

Software:

The current prototype of the machine runs the standard open source 3d printing firmware (Marlin in this case) for the movement. The movement codes presently are custom written using data from the 3d model of the structure to be constructed.

The goal here is to develop a software (or a custom script for current open source slicers) which can slice the 3d models provided by the architect or the planning authorities, and directly translate them into codes which are used to run the robot.

Key Features of Alekya-

  • The FIRST open source construction robot.
  • No need for specialized building materials.
  • Can be easily integrated with the workflow of architects and building contractors.
  • Modular and scalable design.
  • Low maintenance.
  • Spare parts are easy to find, repair and replace.
  • Reduction in wastage of materials due to mishandling.
  • More sustainable when compared to most other building processes.
  • Eliminates many of the hazards and inefficiencies in the process.

The social impact of the technology-

  • Can help in curb illicit activities on construction sites such as child labour which is a common occurrence in India and many other developing countries.
  • Reducing...
Read more »

  • 2 × Arduino mega or any 3d printer compatible board
  • 3 × MG995 servo for the brick dispenser and the turning of the dispenser nozzle
  • 2 × alumnium angle
  • 2 × LCD display
  • 11 × Stepper Motors Nema 17 used in the prototpe

View all 11 components

  • First complete model build

    Nishant Agarwal09/02/2019 at 11:37 0 comments

    I did a first complete run for the structure of the toilet booth but without the application of the adhesive. 

    The mechanism is working well as intended but needs a little bit of calibration and tramming.

    The machine took 18 minutes to finish the structure which averages out to a minute and a half for every brick course (not bad in my opinion). It will definitely take more time with the application of the mortar/adhesive but still would be very time efficient as compared to a standard 3d printing process. If my calculation are correct a full scale machine will be able to construct at least 6-8 such booths in under a day.

    Here are a few photos of the the model structure created.

  • Progress with the real world prototype

    Nishant Agarwal08/25/2019 at 13:29 0 comments

    While working on the protoype I have been learning and taking points for my next prototype which will be a real world application machine. I have started working on the 3d model.

    After seeing that my designed linear rail mechanism works very well in th prototype I have decicded to use it on all the axes of the final prototype just with bigger bearing and hardware.

    The design of the brick dispenser and the extruder need to be worked on some more. 

  • The extruder

    Nishant Agarwal08/25/2019 at 13:18 0 comments

    The application of the mortar is mimiced by a syringe extruder mechanism mounted on one of the gantries.  The adhesive is dipensed by the extruder after every subsequent brick course over them. The syringe here is held in by friction and can be quickly pulled out and replaced with another one as the volume of the adhesive inside decreases.

    Although in the final version of the machine the extruder will consist of a continous screw feed nozzle which will be fed by a mixer mounter over the gantry top.

  • The brick dispenser mechanism

    Nishant Agarwal08/25/2019 at 12:34 0 comments

    The dispenser mechanism the most crucial part of the entire build. It is what sets it aside from other NC robots. The challenge here was to how to make functioning brick dispenser which is not another robotics arm slapped on the gantry. The dispenser should be able to hold a sufficient number of bricks at a time and dispense them one after the other without creating a back and forth movement as in case of a robotic arm. Also it was required that the whole mechanism is able to rotate itself in various direction to account for the orientation of bricks as required in a building project.

    Here is what I came up with

    The whole system consists of a feed tube in which the bricks can be restacked once they are about to run out. The axis of rotation of the dispenser tube is right in the centre which  makes the whole operation faster and  it is also much easier to program the machine as the movement codes need not be modified to compensate for the movement of the tool head.

    You can watch the how the dispenser mechanism works in this video.

  • First moves

    Nishant Agarwal08/25/2019 at 12:15 0 comments

    Its time to wire the electronics with the hardware. Since I am not an electronics guy, I always manage to do a horrible job at wiring stuff. Please mind th mess in the few next photos

    Even though I had the wiring figured out previously, this was one of the most tiring job I had to do on the machine. The prototype is running using a standard ATX supply which is plenty powerful for this purpose.
    Once the wiring was done the machine was functioning as I had desired it to. The motors provide sufficient torque to move the various parts of the machine. I couldn't resist and slapped on a pen on each of the gantries for a ""Hello World". This also ensured the machines for more than accurate for its intended job.

  • Linear movement

    Nishant Agarwal08/25/2019 at 12:04 0 comments

    Now since the machine has two gantries on a single linear rail, the linear motion for each has to be independent of each other. Since I am using timing belts in my prototype, I had to use four lengths of them on the common linear axis. This can be done away with by using rack and pinions for motion which will be used in the next version of the machine and thereon.

    I also came up my own belt 3d printed belt tensioning mechanism to use with the setup

  • Prototype 2.0?

    Nishant Agarwal08/25/2019 at 11:47 0 comments

    One thing is clear after the first protype failed half way. No more manual cutting of parts. So I redesigned the model of the prototype again such that almost all of it can be cut using a single 4x8 sheet of sheet material ( MDF in my case). I outsourced the job of CNC cutting to a vendor and had the new parts to assemble within a day.

    It took another one day to bang together all the parts in place for my next prototpe.

    There was a night and day difference between this and my first prototype. The frame was really solid for its intended purpose and the gantries rolled smoothly over, the rails.

  • First fail

    Nishant Agarwal08/25/2019 at 11:35 0 comments

    My first job was to design a linear rail mechanism which was made using standard steel hardware. I was impressed and inspired by the linear rails mechanism on the mpCNC machines from v1engineering as it was made using standard steel pipes from hardware store and these pipes were available in lenghts of upto 20 feet. But this had some limitations too. The pipes would flex a lot after exceeding certain lengths. Although I decided to use it in my prototype, I had to make a few adjustments to it to adapt to my machine.

    I also decided to design my own linear rail mechanism which could be made out steel bars and were supported at regular intervals so that it does not flex irrespective of the length. I came up with two iterations of them and decided to use all of them in on axis each and use the one which worked the best in my next prototype.

    My makerspace had limited tools, so I had to improvise and use a few wooden parts in my deisgn which were manually cut and made using a print template.

    Upon the completion of the build, and wiring some of the electronics I realized, the frame was quite wobbly upon the movement and gantries were misaligned with each other. I tried to fix these outcomings but realized that the design was flawed. Although this gave me new ideas how to deal with the issue. So I am back to the drawing board.

  • Getting started

    Nishant Agarwal08/25/2019 at 11:19 0 comments

    Before starting the design, I was sure about a few things that I needed to incorporate within Alekya-

    1. The components used should be standard and locally sourceable.
    2. The machine should be modular for easy assembly.
    3. It should be scalable to adapt to the scale of a construction project.
    4. The electronics and software used must be inexpensive, open source and widely available.


    With these thoughts I started to design my first prototype.

    I started with the electronics first. No surprise here. The standard 3d printer electronics, but two sets of them as the machine is essentially a culmination of two robots coworking with each other.

  • First Inspiration

    Nishant Agarwal08/25/2019 at 10:43 0 comments

    I always wanted to build a robot to address which could create a real practical and social impact. The natural choice was to develop something in the lines of construction, since I am working architect who happened to love robotics.

    Being from India, I knew the problem of sanitation has always been there, and there were a few universities who were already tackling this issue with their research projects in 3d printing and deposition of concrete.

    Initially I thought along the same lines and thought of developing my own concrete printer. I even did the BOM for a small toilet booth. Then it striked to me as why the implementation of 3d printing concrete might not have been feasible. The cost of concrete along with additives used was too high for something which needs to be created on a tight budget.

    Then while creating another BOM for a client which needed me to state how many bricks and cement and sand would it require for his project, the idea hit me. Why not create a robot that automates the most common building method known to man - using brick and mortar.

    It made sense. One can find bricks almost anywhere and the mortar mix needed to join them can be prepared without any hassle. I recalculated the building costs involved to build a toilet booth and it came out to be much less than the concrete printer (almost half).

    I started building the prototype in 1:10 scale at my local makerspace.

View all 10 project logs

View all instructions

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates