Lesson 15 - interface and application programming
In most of my assignments in the course I use Arduino and processing.
It is my way to evolve in my field of work.
The project I did in this assignment is connected to my final project
which I did with Gali.
Photo of the final project:
The core of this assignment is the GUI I created with processing.
This GUI is the computer controller of our final project.
The photocell sensor is the controller of the product.
we wanted to also have a separated control system, which can overtake
the sensor's data. I can control the GUI with the computer mouse.
Hence I created three different conditions for the GUI:
The LED's are on:
The LEDS are off:
The sensor control's the product:
The two buttons are in the GUI because one control's the LED's and one the servos.
processing code
When I finished to create all of this I could add this to the
final project with Gali.
Arduino code