Update README.md

This commit is contained in:
Eric Yu 2022-10-31 01:22:56 -07:00 committed by GitHub
parent 48a20ac0ea
commit b6132849c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -31,6 +31,7 @@ sensor's values. It also creates a .csv file under `RecordedData` directory to s
`read_arduino.py` read raw data from Arduino board and convert it to the correct resistance, which could be plotted out `read_arduino.py` read raw data from Arduino board and convert it to the correct resistance, which could be plotted out
using `serial_plotter.py`. `frontend.py` is the alternative version of the frontend writting using `tkinter`, and `serial_plot.py` using `serial_plotter.py`. `frontend.py` is the alternative version of the frontend writting using `tkinter`, and `serial_plot.py`
was an older version of `serial_plotter.py`. They are not longer supported. was an older version of `serial_plotter.py`. They are not longer supported.
ATTENTION MAC USER: currently the software cannot correctly functional on mac (especially arm-based ones). You might need to consider to use it on a windows VM or using parallel desktop
## Issues ## Issues
- Newer hardware will require 3.3V. ~~Currently can only use 5V as input voltage.~~ May need to change the algorithm in `read_arduino.py`. - Newer hardware will require 3.3V. ~~Currently can only use 5V as input voltage.~~ May need to change the algorithm in `read_arduino.py`.
@ -42,6 +43,7 @@ was an older version of `serial_plotter.py`. They are not longer supported.
- [ ] Fix Issues - [ ] Fix Issues
- [ ] Automatically setup the driver for ESP32 - [ ] Automatically setup the driver for ESP32
- [ ] programically to stablize the graph (change the y-scale of the graph to make the less dramatic) - [ ] programically to stablize the graph (change the y-scale of the graph to make the less dramatic)
- [ ] (not urgent) make if runnable on Mac
- [x] display sensor value in either the UI or on the plot - [x] display sensor value in either the UI or on the plot
- [x] Reopen plot window from the UI when closed - [x] Reopen plot window from the UI when closed
- [x] Need to continue writing to file when graphing window is closed - [x] Need to continue writing to file when graphing window is closed