Update README.md
This commit is contained in:
parent
02bb7e4106
commit
d46ea9d5a5
|
@ -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`.
|
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
|
## 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
|
- 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
|
- "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
|
- [ ] 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)
|
- [ ] 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
|
- [ ] 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
|
||||||
|
|
Loading…
Reference in New Issue