LILYGO T-2CAN

LILYGO T-2CAN ESP32-S3 Development Board Instruction Manual

Model: T-2CAN | Brand: LILYGO

1. Introduzione

The LILYGO T-2CAN is a development board based on the ESP32-S3 microcontroller, designed for applications requiring robust CAN bus communication. It features two independent CAN bus interfaces, managed by the MCP2515 CAN controller, and supports an SPI interface for versatile connectivity. This manual provides essential information for setting up, operating, and understanding the specifications of your T-2CAN development board.

2. Caratteristiche principali

  • microcontrollori: ESP32-S3 with 16MB Flash and 8MB PSRAM.
  • Connettività wireless: Integrated 2.4G Wi-Fi (802.11 b/g/n) and BLE 5.
  • Supporto CAN Bus: Two independent CAN bus interfaces.
  • CAN Controller: Utilizes the MCP2515 standalone CAN controller, implementing CAN V2.0B at up to 1 Mb/s.
  • Interfaccia SPI: Dedicated SPI pins for communication.
  • Potenza in ingresso: Flexible power options via USB Type-C (5V, 500mA) or DC 12-24V terminal.
  • Piattaforme di sviluppo: Compatible with Arduino IDE and VS Code.
  • Funzioni di bordo: BOOT and Reset buttons for easy programming and control.
  • Dimensioni: Compact design measuring 91mm (L) x 39mm (W) x 18mm (H).

3. Contenuto della confezione

Verifica che tutti gli articoli siano presenti nel tuo pacco:

  • 1 x LILYGO T-2CAN Development Board
  • 1 x Antenna
LILYGO T-2CAN Development Board and Antenna

Image: The LILYGO T-2CAN Development Board and its included antenna, illustrating the typical package contents.

4. Hardware finitoview

The T-2CAN board integrates various components for its functionality. Familiarize yourself with the layout and pin assignments.

4.1 Disposizione della scheda

Superiore view of LILYGO T-2CAN Development Board

Immagine: in alto view of the LILYGO T-2CAN Development Board, showing the ESP32-S3 module, CAN transceivers, and power input terminals.

Metter il fondo a view of LILYGO T-2CAN Development Board with pin labels

Immagine: In basso view of the LILYGO T-2CAN Development Board, displaying the various pin labels for GPIO, CAN, and power connections.

4.2 Identificazione dei componenti

Detailed component identification of LILYGO T-2CAN board

Image: Detailed diagram highlighting key components such as the ESP32-S3 module, USB Type-C port, DC power input, and dual CAN bus interfaces.

4.3 Diagramma di pinout

The following diagram illustrates the pin assignments for the LILYGO T-2CAN board, including GPIOs, power, and communication interfaces.

LILYGO T-2CAN Pinmap

Image: Pinout diagram for the LILYGO T-2CAN, showing connections for Type-C, QWIIC, DC 12-24V, CAN A/B, GPIOs, and SPI pins.

5. Impostazione

5.1 Alimentazione della scheda

  • USB Tipo-C: Connect a standard USB Type-C cable to the board and a 5V power source (e.g., computer USB port, USB charger). This also enables data communication for programming and debugging.
  • Ingresso alimentazione CC: For external power, connect a DC power supply (12-24V) to the screw terminals labeled 'DC 12-24V'. Ensure correct polarity.

5.2 Collegamento dell'antenna

Attach the included antenna to the IPEX1 connector on the board for optimal Wi-Fi and Bluetooth Low Energy (BLE) performance.

5.3 Configurazione del software

  1. Install Development Environment: Install Arduino IDE or VS Code with the ESP-IDF extension.
  2. Install ESP32-S3 Board Support: Follow the instructions for your chosen IDE to add ESP32-S3 board support.
  3. Obtain Libraries/Examples: Visit the official LILYGO GitHub repository for the T-2CAN board (github.com/Xinyuan-LilyGO/T-2Can) to download necessary libraries, drivers, and exampcodificali
  4. Connetti al PC: Connect the T-2CAN board to your computer using a USB Type-C cable. The board should be recognized as a serial port.

6. Istruzioni per l'uso

6.1 Programmazione della scheda

After setting up your development environment, you can upload your code to the T-2CAN board:

  1. Open your project in Arduino IDE or VS Code.
  2. Select the correct ESP32-S3 board variant and the serial port corresponding to your T-2CAN board.
  3. Click the 'Upload' button to compile and flash your code to the board.
  4. Use the onboard BOOT and Reset buttons as needed for entering programming mode or restarting the board.

6.2 Comunicazione CAN Bus

The T-2CAN board provides two independent CAN bus interfaces (CAN A and CAN B). Connect your CAN devices to the respective screw terminals (CANH, CANL, DGND) for each bus. Refer to the pinout diagram for exact connections. Utilize the MCP2515 libraries from the GitHub repository to implement CAN communication in your code.

6.3 Wireless Functionality

The ESP32-S3 supports 2.4G Wi-Fi and BLE 5. Use standard ESP-IDF or Arduino libraries to develop applications utilizing these wireless capabilities, such as connecting to Wi-Fi networks or establishing BLE connections with other devices.

7. Specifiche

CaratteristicaSpecificazione
MicrocontrolloriESP32-S3
Memoria Flash16 MB
PSRAM8 MB
Connettività wirelessWi-Fi 2.4G (802.11 b/g/n), BLE 5
Controllore CANMCP2515 (CAN V2.0B, up to 1 Mb/s)
CAN Bus Interfaces2 (CAN A, CAN B)
Altre interfacceSPI, QWIIC
Potenza in ingressoUSB Type-C (5V, 500mA), DC 12-24V
Dimensioni (L x P x A)Dimensioni: 91 mm x 39 mm x 18 mm
Piattaforme sviluppabiliArduino IDE, codice VS
LILYGO T-2CAN Development Board with dimensions

Immagine: Angolata view of the LILYGO T-2CAN Development Board, illustrating its physical dimensions: Length (L) 91mm, Width (W) 39mm, Height (H) 18mm.

8. Risoluzione Dei Problemi

  • La scheda non si accende: Ensure the USB Type-C cable is securely connected to a 5V power source or that the DC 12-24V input has correct voltage e polarità.
  • Scheda non rilevata dal PC: Verify the USB Type-C cable is functional and properly connected. Install necessary USB drivers if prompted by your operating system.
  • Errori di caricamento: Check that the correct board and serial port are selected in your IDE. Ensure all required libraries are installed. Try pressing the BOOT button while connecting USB or during upload if issues persist.
  • Problemi di comunicazione CAN: Double-check CANH/CANL connections and ensure proper termination resistors are used in your CAN network. Verify baud rates and message IDs in your code match the connected devices.
  • Wi-Fi/BLE Connectivity Problems: Ensure the antenna is securely attached. Verify network credentials and BLE service UUIDs in your code.

9. Supporto e garanzia

For technical support, additional resources, or to report issues, please refer to the official LILYGO GitHub repository for the T-2CAN board: github.com/Xinyuan-LilyGO/T-2Can. This repository often contains updated documentation, code examples, and community forums. For warranty information, please consult your point of purchase or the LILYGO official websito.

Manufacturer Contact Information: shenzhenshixinyuandianzikejiyouxiangongsi Bantian, Gangtou Community, No. 2000 Jiaxian Road, Yousuowei Building, Room A803, Shenzhen, longgang, Guangdong, 518000 CN

Ask a question about this manual

Ask about setup, troubleshooting, compatibility, parts, safety, or missing instructions. Manuals+ will review the question and use this page’s manual context to help answer it.