Update README.md

This commit is contained in:
Eric Yu 2022-06-05 13:26:11 -07:00 committed by GitHub
parent 02bb7e4106
commit d46ea9d5a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,7 @@ using `serial_plot.pyw`. Note that all .pyw are still Python files and should be
as .py file does, except not going to pop up a black terminal when running directly. `test.py` is the alternative version of the frontend writting using `tkinter`.
## Issues
- Currently can only use 5V as input voltage. May need to change the algorithm in `read_arduino.py`
- Currently can only use 5V as input voltage. May need to change the algorithm in `read_arduino.py`. Newer hardware will require 3.3V.
- Should call `writerandomvalues.py` to simulate Arduino data when nothing is connected but user still want to run. Currently just pop up error
- "plot" button is completely disabled, should be enabled whenever is not plotting but is reading data
@ -45,3 +45,5 @@ as .py file does, except not going to pop up a black terminal when running direc
- [ ] Accept any inputs (such as resistor values, plot window size, base voltage etc.) as either command line argument or as input at beginning of program
- [ ] Write random values to simulate a sensor if no sensor available (this feature might be removed in the future)
- [ ] Advanced option menu in the UI to allow user to make more adjustments
- [ ] Add resolution option in the UI to allow interchange between arduino (10bit) and esp32 (12 bits)
- [ ] Possibly adding new module to support ESP32