Update README

minor changes
This commit is contained in:
jonny_jr9 2023-09-27 09:57:00 +02:00
parent a344b7f4c8
commit 96d627c217

View File

@ -1,5 +1,7 @@
Firmware for a homemade automated electric armchair. Firmware for a homemade automated electric armchair.
More details about this project: https://pfusch.zone/electric-armchair More details about this project:
V1: https://pfusch.zone/electric-armchair
V2: https://pfusch.zone/electric-armchair-v2
@ -25,7 +27,7 @@ npm install
# Compilation # Building the Project
## react-webapp ## react-webapp
For the webapp to work on the esp32 it has to be built. For the webapp to work on the esp32 it has to be built.
When flashing, the folder react-app/build is flashed to siffs (which is used as webroot) onto the esp32. When flashing, the folder react-app/build is flashed to siffs (which is used as webroot) onto the esp32.
@ -45,10 +47,11 @@ Note: Use `npm start` for starting the webapp locally for testing
```bash ```bash
source /opt/esp-idf/export.sh source /opt/esp-idf/export.sh
``` ```
(run once in terminal) (run once per terminal)
### Compile ### Compile
```bash ```bash
cd board_single
idf.py build idf.py build
``` ```
@ -60,7 +63,7 @@ idf.py build
```bash ```bash
idf.py flash idf.py flash
``` ```
- once "connecting...' successfully, BOOT button can be released - once "connecting...' was successfully, BOOT button can be released
### Monitor ### Monitor
- connect FTDI programmer to board (VCC to VCC; TX to RX; RX to TX) - connect FTDI programmer to board (VCC to VCC; TX to RX; RX to TX)
@ -93,8 +96,8 @@ A diagram which shows what components are connected to which terminals of the pc
- Anti slip regulation - Anti slip regulation
- Self driving algorithm - Self driving algorithm
- Lights - Lights
- drinks holder - Improved webinterface
- improved webinterface - App
@ -102,8 +105,6 @@ A diagram which shows what components are connected to which terminals of the pc
**Add switch functions** **Add switch functions**
- set loglevel - set loglevel
- define max-speed - define max-speed
- calibrate joystick (min, max, center)
- testing mode / dry-run
@ -139,5 +140,9 @@ Control armchair via virtual joystick on a webinterface.
**Todo** **Todo**
- Set parameters - Set parameters
- Control other modes - max duty
- max current
- Control other modes e.g. massage
- Execute preset movement commands - Execute preset movement commands
- Change seating position
also see github issue