Skip to content

Commit e942d15

Browse files
committed
readme update
1 parent 93ca2b1 commit e942d15

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

ESP32_can_connection.png

10 KB
Loading

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ CAN to BlueTooth Adapter for [ScanMyTesla](https://sites.google.com/view/scanmyt
33

44

55
## Hardware
6-
- Any ESP32 based board. (e.g. Wemos D1 mini ESP32)
7-
- Any DC-DC Step Down to 5V, because most ESP32 boards can't handle car voltages (~14V). (e.g. DC Power Shield for WEMOS D1 mini)
6+
- Any ESP32 based board. (e.g. Wemos D1 mini ESP32), doesn't work with ESP32-C*, -S*, -H* series, only with ESP32
7+
- Any DC-DC Step Down to 5V, because most ESP32 boards can't handle car voltages (~16V). (e.g. DC Power Shield for WEMOS D1 mini)
88
- SN65HVD230 CAN bus transceiver **without termination resistor**
9+
- Tested with [Arduino ESP32 Core](https://github.com/espressif/arduino-esp32) v3.0.4
910

1011
## Connection
1112

README.md.bak

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# ESP32-ScanMyTesla
2+
CAN to BlueTooth Adapter for [ScanMyTesla](https://sites.google.com/view/scanmytesla/home) on ESP32
3+
4+
5+
## Hardware
6+
- Any ESP32 based board. (e.g. Wemos D1 mini ESP32), doesn't work with ESP32-C* , -S*, -H* series, only with ESP32
7+
- Any DC-DC Step Down to 5V, because most ESP32 boards can't handle car voltages (~16V). (e.g. DC Power Shield for WEMOS D1 mini)
8+
- SN65HVD230 CAN bus transceiver **without termination resistor**
9+
10+
## Connection
11+
12+
![Connection diagram](ESP32_can_connection.png "Connection diagram")

0 commit comments

Comments
 (0)