/Arduino-Sensor-Data-Read

Receiving data from Arduino in serial connection

Primary LanguageC++

Arduino-Sensor-Data-Read

Receiving data from Arduino in serial connection

In this project, it is aimed to save the information from the sensors to the txt file.

Step 1 Arduino Section

image

Used items on arduino

  1. 1K Ohm resistors X2
  2. Tmp36 X1
  3. Photoresistor X1
  4. Button X1

After following the diagram, download the sketch_mar23a.ino and upload it to the arduino.

Step 2 Python Part

Download Arduno_Data_Read file and open it. Download the pyserial library (pip install pyserial)

When you execute the code, you will get these outputs:

Terminal:

image

Data.txt:

image

The Source I Used