From b6132849c2c4bff8848c6dea216af89ecf320465 Mon Sep 17 00:00:00 2001 From: Eric Yu Date: Mon, 31 Oct 2022 01:22:56 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07f1467..ebabdc8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ the main program will generate `settings.json` which saves all required paramete sensor's values. It also creates a .csv file under `RecordedData` directory to save all recorded+calculated data. `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` -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 - 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 - [ ] Automatically setup the driver for ESP32 - [ ] 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] Reopen plot window from the UI when closed - [x] Need to continue writing to file when graphing window is closed