An open API service indexing awesome lists of open source software.

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.

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`.