https://github.com/alexandrehiroyuki/becn_endofcourseproject
End of course project for "Base Experimental das Ciências Naturais" class at UFABC. An Arduino reads a photoresistor and communicates with a computer through the serial port to save the data on a file.
https://github.com/alexandrehiroyuki/becn_endofcourseproject
arduino python
Last synced: 2 months ago
JSON representation
End of course project for "Base Experimental das Ciências Naturais" class at UFABC. An Arduino reads a photoresistor and communicates with a computer through the serial port to save the data on a file.
- Host: GitHub
- URL: https://github.com/alexandrehiroyuki/becn_endofcourseproject
- Owner: AlexandreHiroyuki
- Created: 2022-11-08T23:27:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T15:26:22.000Z (over 3 years ago)
- Last Synced: 2025-03-28T03:41:32.450Z (over 1 year ago)
- Topics: arduino, python
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# BECN_EndOfCourseProject
## Starting the code
1. Install the [PlatformIO IDE](https://platformio.org/install)
2. Open the terminal on the repository directory.
3. Upload the code to your Arduino(`pio run upload` or, if your IDE has any, upload button).
4. Run the command `cd scripts`.
5. Execute the Python script `python read_serial.py`.