Skip to content

Commit f6e7a34

Browse files
committed
rework features list
1 parent 7d678ea commit f6e7a34

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

_board/autosportlabs_esp32_can_x2.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,20 @@ date_added: 2024-5-28
1212
family: esp32 # See _data/bootloaders.json
1313
bootloader_id:
1414
features:
15-
- Breadboard-Friendly
15+
- Arduino Shield Compatible
1616
- Bluetooth/BTLE
17-
- Wi-Fi
18-
- Dual CAN bus
19-
- Automotive-grade power supply
20-
- On-board CAN bus transceivers
17+
- Breadboard-Friendly
2118
- USB-C
22-
- User programmable status LED
19+
- Wi-Fi
2320
---
2421

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 automotive and industrial applications.
2623

2724
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.
2825

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.
3027

31-
Use the two CAN bus networks for extra versatility - some ideas:
28+
The two CAN bus networks brings additional possibilities, such as:
3229
- Bridge two CAN bus networks with different baud rates
3330
- Collect data from two different CAN bus networks with different baud rates
3431
- Isolate traffic between CAN networks
@@ -41,8 +38,8 @@ Sample Projects are available to get you started quickly [Example Projects in ou
4138
- **ESP32-S3-WROOM-1-N8R8** microcontroller powerful dual-core Xtensa LX6 CPU running at up to 240 MHz.
4239
- **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.
4340
- **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.
4643
- **Reset Button**: Resets the device
4744
- **LED**: User controllable LED; use it to indicate status or anything else you would like.
4845
- **Power LED**: Turns on when power is connected to the board.

0 commit comments

Comments
 (0)