From c2783e906ccfc1854a471bab6519a74abc520e90 Mon Sep 17 00:00:00 2001 From: Eric Yu Date: Wed, 17 Aug 2022 11:30:44 -0700 Subject: [PATCH] Create README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b4d863..968c854 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Read the resistance of a voltage divider using ESP32 use the code in `ReadAnalog` folder by open the folder in VSCode and run with PlatformIO, or just run `flash.py` in a terminal~~ (Arduino Mega and Uno boards are no longer supported. Please use [this link](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html) to use on Arduino IDE or PlatformIO for VSCode) -Then you can just run `python test.py` and start from the UI. Enter the relevant information and start collect and measuring data. +For Windows you can just [download the released executable](https://github.com/Seal-Ammonia/Read-Sensor-Resistances/releases/download/beta/SeeDatResistance.exe) to use. For non-Windows systems you can just run `python test.py` and start from the UI. Enter the relevant information and start collect and measuring data. If you do not have a board avaliable, leave the dropdown menu in the UI as "no device" and it will run a simulation. ### develop & build Beside the c-based code for the Arduino board to read raw data from the board, everything has now been done in the python files. The main program is `test.py`, which calls `UI.py` to prompt for input. It is NOT recommended modifying the `ui.py`