Update README.md
This commit is contained in:
@@ -8,8 +8,8 @@ It's purpose is to be a bridge between a CAN-Bus and a HTTP-Server.
|
|||||||
|
|
||||||
|
|
||||||
# Software requirement
|
# Software requirement
|
||||||
esp-idf v4.2-dev-2243 or later.
|
esp-idf v4.4 or later.
|
||||||
Use twai(Two-Wire Automotive Interface) driver instead of can driver.
|
This is because this version supports ESP32-C3.
|
||||||
|
|
||||||
# Hardware requirements
|
# Hardware requirements
|
||||||
- SN65HVD23x CAN-BUS Transceiver
|
- SN65HVD23x CAN-BUS Transceiver
|
||||||
@@ -162,9 +162,9 @@ CANBus reception using UNO.
|
|||||||
```
|
```
|
||||||
cd $HOME
|
cd $HOME
|
||||||
sudo apt install python3-pip python3-setuptools
|
sudo apt install python3-pip python3-setuptools
|
||||||
python -m pip install -U pip
|
python3 -m pip install -U pip
|
||||||
python -m pip install -U wheel
|
python3 -m pip install -U wheel
|
||||||
python -m pip install tornado
|
python3 -m pip install tornado
|
||||||
cd esp-idf-can2http
|
cd esp-idf-can2http
|
||||||
cd tornado
|
cd tornado
|
||||||
python can.py
|
python can.py
|
||||||
@@ -176,10 +176,10 @@ python can.py
|
|||||||
```
|
```
|
||||||
cd $HOME
|
cd $HOME
|
||||||
sudo apt install python3-pip python3-setuptools
|
sudo apt install python3-pip python3-setuptools
|
||||||
python -m pip install -U pip
|
python3 -m pip install -U pip
|
||||||
python -m pip install -U wheel
|
python3 -m pip install -U wheel
|
||||||
python -m pip install -U Werkzeug
|
python3 -m pip install -U Werkzeug
|
||||||
python -m pip install flask
|
python3 -m pip install flask
|
||||||
cd esp-idf-can2http
|
cd esp-idf-can2http
|
||||||
cd flask
|
cd flask
|
||||||
python can.py
|
python can.py
|
||||||
|
|||||||
Reference in New Issue
Block a user