-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |