Update README.md
This commit is contained in:
@@ -1,13 +1,15 @@
|
|||||||
# esp-idf-can2http
|
# esp-idf-can2http
|
||||||
CANbus to http bridge using esp32.
|
CANbus to http bridge using esp32.
|
||||||
It's purpose is to be a bridge between a CAN-Bus and a HTTP-Server.
|
It's purpose is to be a bridge between a CAN-Bus and a HTTP-Server.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
You can visualize CAN-Frame using a visualization library such as Matplotlib.
|
You can visualize CAN-Frame using a visualization library such as Matplotlib.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
I inspired from [here](https://github.com/c3re/can2mqtt).
|
I inspired from [here](https://github.com/c3re/can2mqtt).
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
# Software requirement
|
# Software requirement
|
||||||
esp-idf v4.2-dev-2243 or later.
|
esp-idf v4.2-dev-2243 or later.
|
||||||
Use twai(Two-Wire Automotive Interface) driver instead of can driver.
|
Use twai(Two-Wire Automotive Interface) driver instead of can driver.
|
||||||
|
|||||||
Reference in New Issue
Block a user