Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Adminius committed Sep 14, 2024
1 parent 93ca2b1 commit e942d15
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
Binary file modified ESP32_can_connection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ CAN to BlueTooth Adapter for [ScanMyTesla](https://sites.google.com/view/scanmyt


## Hardware
- Any ESP32 based board. (e.g. Wemos D1 mini ESP32)
- 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)
- Any ESP32 based board. (e.g. Wemos D1 mini ESP32), doesn't work with ESP32-C*, -S*, -H* series, only with ESP32
- 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)
- SN65HVD230 CAN bus transceiver **without termination resistor**
- Tested with [Arduino ESP32 Core](https://github.com/espressif/arduino-esp32) v3.0.4

## Connection

Expand Down
12 changes: 12 additions & 0 deletions README.md.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ESP32-ScanMyTesla
CAN to BlueTooth Adapter for [ScanMyTesla](https://sites.google.com/view/scanmytesla/home) on ESP32


## Hardware
- Any ESP32 based board. (e.g. Wemos D1 mini ESP32), doesn't work with ESP32-C* , -S*, -H* series, only with ESP32
- 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)
- SN65HVD230 CAN bus transceiver **without termination resistor**

## Connection

![Connection diagram](ESP32_can_connection.png "Connection diagram")

0 comments on commit e942d15

Please sign in to comment.