Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 479 Bytes

File metadata and controls

10 lines (9 loc) · 479 Bytes

Android-with-TMP36-and-Processing

Comunicate arduino with Processing via Serial, to processe large date or simply to store them.
Tinkercad link. If you want to simulate the arduino part.

How it work

  • The arduino will capture the sensor data and print them to Serial.
  • The Processing will listen to the serial and catch any thing send.
  • Then it will save the data to .csv file with the time.