Calculus of air pollution fees of Jeep cars in 2021
Introduce the number of sold cars and the grams of CO2 per kilometer
Introduction to Arduino
Arduino is an open hardware using an open software useful for future engineers
The objectives are:
To learn by doing examples included in the arduino software under the tab file/examples
To understand Arduino codes from other sources, e.g. Dr Simon Monk book and github code resources
To create new codes from examples and starting from scratch
To understand the type of variables in Arduino: int (integers numbers), float (floating pint numbers), long (long numbers) double (very long numbers), char (characters),string (words), byte (very small numbers), etc
To expand the possibilities of Arduino software by using the Processing software
To learn how to use Arduino along with Processing powerful libraries (augmented reality, face recognicion, text to speech, speech to text, etc...
To expand even more the creativity using Arduino witth examples from specific libraries of Processing: nyar4psg for augmented reality, BlobDetection and openCV bouth for computer vision
To use a different approach to Arduino by using not the previous Java type libraries of Processing but instead using JavaScript, namely:>p5.jsexpress.jsjohnny5.jsfirmataml5.jsnode.js, etc
To create innovative projects using all the previous knowlegde