You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _board/autosportlabs_esp32_can_x2.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,23 +12,20 @@ date_added: 2024-5-28
12
12
family: esp32 # See _data/bootloaders.json
13
13
bootloader_id:
14
14
features:
15
-
- Breadboard-Friendly
15
+
- Arduino Shield Compatible
16
16
- Bluetooth/BTLE
17
-
- Wi-Fi
18
-
- Dual CAN bus
19
-
- Automotive-grade power supply
20
-
- On-board CAN bus transceivers
17
+
- Breadboard-Friendly
21
18
- USB-C
22
-
- User programmable status LED
19
+
- Wi-Fi
23
20
---
24
21
25
-
The Autosport Labs ESP32-CAN-X2 is a development board suitable for automotive, industrial, and aerospace applications.
22
+
The Autosport Labs ESP32-CAN-X2 is a development board designed to make CAN bus communications easy for automotiveand industrial applications.
26
23
27
24
It features the ESP32-S3-WROOM-1-N8R8 using an Xtensa® 32-bit LX7 CPU operating at up to 240 MHz (8MB flash, 8MB PSRAM), dual CAN bus support, two CAN bus transceivers, and an automotive-grade power supply to safely integrate it into your car project.
28
25
29
-
All IO pins are broken out to a breadboard-friendly layout so you can easily integrate it into bigger projects. A separate connector also allows power, ground, and dual CAN connections so you can quickly wire it into a CAN network.
26
+
All IO pins are broken out to a breadboard-friendly layout so you can easily integrate it into bigger projects. A separate connector also provides power, ground, and dual CAN connections so you can quickly wire it into CAN networks.
30
27
31
-
Use the two CAN bus networks for extra versatility - some ideas:
28
+
The two CAN bus networks brings additional possibilities, such as:
32
29
- Bridge two CAN bus networks with different baud rates
33
30
- Collect data from two different CAN bus networks with different baud rates
34
31
- Isolate traffic between CAN networks
@@ -41,8 +38,8 @@ Sample Projects are available to get you started quickly [Example Projects in ou
41
38
-**ESP32-S3-WROOM-1-N8R8** microcontroller powerful dual-core Xtensa LX6 CPU running at up to 240 MHz.
42
39
-**Automotive grade power supply**: Ruggedized power supply up to 40v input, provides safety for automotive applications where damaging voltage surges and load dumps are common.
43
40
-**Pin Headers**: All available GPIO pins are broken out to the pin headers on the board for easy interfacing and programming. For details, please see [our documentation](https://wiki.autosportlabs.com/ESP32-CAN-X2).
44
-
-**USB-C port**: A USB-C port supplies power for programming, flashing your code, for communications using the USB 1.1 specification, as well as for JTAG debugging.
45
-
-**Boot Button**: Download button. Holding down **Boot** and then pressing **Reset** initiates Firmware Download mode for downloading firmware through the serial port.
41
+
-**USB-C port**: A USB-C port supplies power for programming, flashing your code, communications using the USB 1.1 specification, and also provides JTAG debugging.
42
+
-**Boot Button**: Firmware download button. Holding down **Boot** and then pressing **Reset** initiates Firmware Download mode for installing firmware.
46
43
-**Reset Button**: Resets the device
47
44
-**LED**: User controllable LED; use it to indicate status or anything else you would like.
48
45
-**Power LED**: Turns on when power is connected to the board.
0 commit comments