diff --git a/README.md b/README.md index 5493df2..80489ee 100644 --- a/README.md +++ b/README.md @@ -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