Protected: Research – Ambient Display
Kinetic Space: Conclusion
Hello everyone! After working in this project for a month, I must say that my expectations where very high and communication between Processing and Arduino is much more complex than I thought! But I can not complain about the process and all that I learned, and the outcome was actually very nice. My intention with […]
Cycle Pole: Conclusion
Pattern creations by sensing body motion 8
Collection of patterns Patterns are created by hand movement and accelerometer. Each time development of the patterns is different, because you never move your body twice the same way. Processing code for creating this patterns import processing.serial.*; float sensorX=0; float sensorY =0; float sensorZ =0; float x; float y; float z; float […]
Thermochromic Ink Tutorial
I decided to silk screen print Thermochromic Ink of fabric. Here’s how I worked with the material! Thermochromic paints that were available: (http://www.cornelius.co.uk/search) Chromicolor® AQ Ink Type 10 Magenta colour change occurs between 8-16C. Chromicolor® AQ Ink Type 27 Magenta colour change occurs between 24-33C. Chromicolor® AQ Ink Type 15 Fast Blue Colour change occurs […]
Final Project: 9th update
For my new prototype, I designed internals, that slide into the tube and hold the electronics in place. I made them in the workshop from MDF. Although my new prototype also serves as a visual model, these internals are not primarily designed to exactly fit the prototypes electronics and do not necessarily represent the internals […]
Final Project: 8th Update
Testing My Quik’N’Dirty prototype is finished. I boiled down the core functions to one prototype with adjustable heights and widths for testing. I applied my electronic setup. Here are some first impressions from setting it up in the workshop: This morning I took the prototype to my exemplary case scenario S Prenzlauer Allee. Here are […]
Pattern creations by sensing body motion 7
WIRELESS CONNECTION I connected Bluetooth Silver Module with right angle female header 6 pins. On LilyPad simple board bluetooth pin needs to be connected to +. Because added battery to the board bluetooth pins are not charged by the board. LilyPad simple board Bluetooth module connected with the LilyPad board Connect LilyPad board […]
Pattern creations by sensing body motion 6
Pattern creations by sensing body motion 5
MORE DRAWING APPLICATION I was exploring drawing (processing code) with accelerometer: 1 – DRAWING PATTERNS WITH ELLIPSES ellipse_ The size of ellipses is changing accordingly to speed of body motion. With fast motion ellipses are bigger and cover hole canvas – they are applying new canvas for drawing (some kind of “reset”) […]