Within the current global context of rapid change, integrated with the potentials of digital technologies, IAAC’s Master in Advanced Architecture (MAA) is committed to the generation of new ideas and applications for Urban Design, Self Sufficiency, Digital Manufacturing Techniques and Advanced Interaction.

In this context IAAC works with a multidisciplinary approach, facing the challenges posed by our environment and the future development of cities, architecture and buildings, through a virtuous combination of technology, biology, computational design, digital and robotic fabrication, pushing innovation beyond the boundaries of a more traditional architectural approach.

Interactive Lights 

Concept The aim of the project is to develop as lighting system that will be responsive and interactive to its surrounding people’s movements. And to make that happen, I have used the ultrasonic sensor as a proximity sensor to measure the distance of people and their movements. As a next step of this project, we … Read more

SMART HELMETS – SAFETY FIRST!

Safety Detectors on Helmets for Motorcyclists, Bikers and Skaters. The Smart Helmets aim at providing Safety to Motorcyclists, Bikers and even Skaters, to avoid crashing into a car or any object by detecting the distance of the object and light intensity from cars or other vehicles and alerting the rider with the help of buzzers … Read more

Let´s make some noise to activate non-places!

concept “Let’s make some noise to activate non-places!” is a project that aims to bring light and life for public places which could be potentially called as non-places in the cities. It is important to mention that non-places once was defined by Marc Augé (1994:72) as a space that can not be defined as identity, relational, … Read more

Security key

This project remakes simply key passcode for the door locks. You should type the correct password and the lock will open. If entered the wrong password 5 times,  it will give an Alarm sound. Then have to press the # button to reset the password. Main code

Self-defense weapon system 

Using the SONAR sensor as the main detector . But the default range of the sensor is too small (15 degrees only), so adding a SERVO which controls by a JOYSTICK can allow the system to have more coverage area. If something (enemy) is approaching a certain distance, the SONAR sensor will turn on a … Read more

Monitoring Soil Moisture Level

Abstract The concept behind this simple prototype is to monitor the level of soil moisture, making use of a sensor to be inserted into the soil that will then monitor it. In the situation where the hydration is poor an input will be sent to a buzzer, which will produce an acustic signal, highlighting the … Read more

Water tank level sensor

Concept: Working principal of water level sensor: The working principle of the water level sensor is that when it is put into a certain depth in the liquid to be measured, the pressure on the sensor’s front surface is converted into the liquid level height. COMPONENTS REQUIRED: Schematic diagram: Code: Setup:

Radar and Sorting Crane

UltraSonic and Servo Object detection and sorting CONCEPT Detection of position of objects and using information for sorting using crane mechanism. WORKING OF MECHANISM Servo moves the ultrasonic sensor to detect objects the information is used to control the arms of the crane using the Analog joysticks to move the arms and reach the objects … Read more

SHADED SEAT

Concept The project’s goal is to create a tensile shaded seating arrangement in which the tensile member bends to provide shade below depending on whether someone is seated there and whether it is day or night. Workflow A cable that is being tugged by a servo motor causes the tensile member to bend. And two … Read more

Sunfollower

Sunfollower is a project inspired by the movement of sunflowers.  Solar panels are normally positioned towards the cardinal point with the greatest solar incidence, but throughout the day a lot of energy is lost by this fixed positioning. The idea is to create a public installation, a mixture of a public lamppost, with benches where … Read more

UltraSonic For Vehicle Parking

Concept Creating a circuit based on operating principle of distance detection and on the usage and applications of ultrasonic sensors in PAS (parking assist) applications. Workflow Using an ultrasonic sensor as in input which measures the distance to obstacles (walls, etc.) and reports their proximity to the driver. PAS basic operation Pulse signals are transmitted, … Read more

Interactive LEDs

Concept: Interactive LEDs is a prototype for a wall that utilizes Ultrasonic sensors and Sound modules from Arduino to create a responsive light installation that allows individuals to interact and engage with it. Sound modules constantly check for any type of sound variation and as soon as an individual make one near the wall, ultrasonic … Read more

KINETIC FACADE SYSTEM

CONCEPT The concept of the project was to create a system that detects solar radiation throughout the day and adjusts the facade angle accordingly to keep the internal area of the building cool and shaded using a Photoresistor. Also, at the same time to prevent the rainwater from coming inside the building using a water … Read more

Alcohol Detector

Introduction to Programming and Physical Computing Concept The concept described in this project report is aimed to detect the alcohol Level. When this system is installed in the dashboard and detects alcohol through the alcohol sensor, the simulated actuators presented here with a LED, which will be bright up  while a LCD and  will show … Read more

FACADE IN MOTION

Adaptive facade

CONCEPT The system consists in creating a facade that moves according to the sunlight. The components of the facade turn with the effect of a motor that is activated according to the environment. An example of an application would be a building in the shape of a bar, having wider sides with east and west … Read more

Useless Box

The project aims to use at least two sensors and one actuator to make a program to show the basic concepts of programming and physical computing. Hardware List: My program uses a light sensor and a sound sensor to create a useless loop: Circuit Map: Execution Video: Arduino Main Code