Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Btry123/Arduino-Sensor-Data-Read

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Receiving data from Arduino in serial connection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published