processing etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
processing etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

11 Haziran 2015 Perşembe

Interactive Cells with Arduino



This project aims to analyze interactive design process based on kinetic facade system that interacts with human behavior simultaneously. Forthispurpose, this paper is split into three sections:
The theoretical framework, origin and key capabilities (sensitivity, smartness and responsiveness) . The interactive designis  described and a the relation between other generative systems is indicated in the first section.










The second section examines the design decisions, material selection and potentials, its relation with users, the movement technics and the fabrication and construction methods of designed kinetic modules. These kinetic textile modules are responsivefor their distance between users .They transform the form of modules and open the gap thanks to the movement of controlled robotic motors according to distance. Its operating process can be described briefly like this: the sensors perceive the participant when he gets closer and the servo motors become mobilized. Then the servo motors start to move, and transform the form of textile modules . When the participant gets back from stated distance,this system operates reversely and causingthegapstoclose. To mention about its design process briefly, it is achieved by integrating two main stages: In the firststage, the kinetic system is designed and translated the textile performance to the system in order to obtain various form ofgeneration sand openings by using parametric design tool; Grasshopper(software). In the second stage, thecontrolled movement is transformed to robotic motors simultaneously by using Arduino software and its robotictools (hardware).







In the final section, the application to other building components or spaces, the contribution to enhancement on user activities and new possibilities on human- computer relations are discussed. It might also be converted to a responsive system by adapting sun light as an alternative.


https://vimeo.com/128832326

İstanbul Tecnical University
Architectural Design Computing Master Program
Genarative Design Class

Project Team
Gülce Kırdar
Cansu Yeni


10 Şubat 2015 Salı

Processing



Processing is an open source programming language and integrated development environment (IDE) built for the electronic arts,new media art, and visual design communities with the purpose of teaching the fundamentals of computer programming in a visual context, and to serve as the foundation for electronic sketchbooks. The project was initiated in 2001 by Casey Reas and Benjamin Fry, both formerly of the Aesthetics and Computation Group at the MIT Media Lab. One of the stated aims of Processing is to act as a tool to get non-programmers started with programming, through the instant gratification of visual feedback. The language builds on the Java language, but uses a simplified syntax and graphics programming model.

https://processing.org/
http://processingjs.org/
http://www.openprocessing.org/

Projectile Workshop

Projectile was an intractive video mapping workshop. I was a participant of this workshop. We mapped animations over the parametric 3D models. We used Rhino, Grasshopper, After Effects, Processing, MadMapper softwares together.




6 Aralık 2014 Cumartesi

What is Arduino?



http://www.arduino.cc/

Arduino is a tool for making computers that can sense and control more of the physical world than your desktop computer. It's an open-source physical computing platform based on a simple microcontroller board, and a development environment for writing software for the board.
Arduino can be used to develop interactive objects, taking inputs from a variety of switches or sensors, and controlling a variety of lights, motors, and other physical outputs. Arduino projects can be stand-alone, or they can communicate with software running on your computer (e.g. Flash, Processing, MaxMSP.) The boards can be assembled by hand or purchased preassembled; the open-source IDE can be downloaded for free.
The Arduino programming language is an implementation of Wiring, a similar physical computing platform, which is based on the Processing multimedia programming environment.