English | 中文
Version | Update date |
---|---|
T-CAN485 | - |
Product | SOC | FLASH | PSRAM | Link |
---|---|---|---|---|
T-CAN485 | ESP32 | 4M | - | AliExpress |
- English | 中文
- Version iteration:
- PurchaseLink
- Directory
- Describe
- Preview
- Module
- QuickStart
- PinOverview
- RelatedTests
- FAQ
- Project
- Information
- DependentLibraries
The T-CAN485 is a core board developed based on the ESP32 chip, featuring 1 CAN bus and 1 RS485 device. It supports high voltage input (5V-12V) and is equipped with a programmable WS2812 RGB LED bead. Additionally, it supports TF card functionality.
- Chip: ESP32
- FLASH: 4M
- For more details, please visitEspressif ESP32 Datashee
- Chip: MAX13487EESA+
- Bus communication protocol: UART
- Chip: SN65HVD231
- Bus communication protocol: TWAI
- Chip: ME2107A50M5G
Example | Support IDE And Version | Description | Picture |
---|---|---|---|
CAN | [Arduino IDE][arduino_esp32_v3.0.1] |
||
Original Test | [Arduino IDE][arduino_esp32_v3.0.1] |
Product factory original testing | |
RS485_WS2812B | [Arduino IDE][arduino_esp32_v3.0.1] |
||
SD | [Arduino IDE][arduino_esp32_v3.0.1] |
||
WIFI_HTTP_Download_File | [Arduino IDE][arduino_esp32_v3.0.1] |
||
WS2812B_Blink | [Arduino IDE][arduino_esp32_v3.0.1] |
Firmware | Description | Picture |
---|---|---|
Original Test V1.0.0 | Original |
-
InstallArduino,Choose installation based on your system type.
-
Open the "example" directory within the project folder, select the example project folder, and open the file ending with ".ino" to open the Arduino IDE project workspace.
-
Open the "Tools" menu at the top right -> Select "Board" -> "Board Manager." Find or search for "esp32" and download the board files from the author named "Espressif Systems." Then, go back to the "Board" menu and select the development board type under "ESP32 Arduino." The selected development board type should match the one specified in the "platformio.ini" file under the [env] section with the header "board = xxx." If there is no corresponding development board, you may need to manually add the development board from the "board" directory within your project folder.
-
Open menu bar "File" -> "Preferences" ,Find "Sketchbook location" here,copy and paste all library files and folders from the "lib" folder in the project directory into the "lib" folder in this directory.
-
Select the correct settings in the Tools menu, as shown in the table below.
Setting | Value |
---|---|
Board | ESP32 Dev Module |
Upload Speed | 921600 |
CPU Frequency | 240MHz (WiFi) |
Flash Mode | QIO |
Flash Size | 4MB (32Mb) |
Core Debug Level | None |
PSRAM | Disable |
Arduino Runs On | Core 1 |
-
Select the correct port.
-
Click "√" in the upper right corner to compile,If the compilation is correct, connect the microcontroller to the computer,Click "→" in the upper right corner to download.
-
Open the project file "tools" and locate the ESP32 burning tool. Open it.
-
Select the correct burning chip and burning method, then click "OK." As shown in the picture, follow steps 1->2->3->4->5 to burn the program. If the burning is not successful, press and hold the "BOOT-0" button and then download and burn again.
-
Burn the file in the root directory of the project file "firmware" file,There is a description of the firmware file version inside, just choose the appropriate version to download.
RS485 PIN | ESP32 PIN |
---|---|
TX | IO22 |
RX | IO21 |
CALLBACK | IO17 |
EN | IO9 |
WS2812 PIN | ESP32 PIN |
---|---|
DATA | IO4 |
ME2107 PIN | ESP32 PIN |
---|---|
EN | IO16 |
SD PIN | ESP32 PIN |
---|---|
MISO | IO2 |
MOSI | IO15 |
SCLK | IO14 |
CS | IO13 |
- Q. After reading the above tutorials, I still don't know how to build a programming environment. What should I do?
- A. If you still don't understand how to build an environment after reading the above tutorials, you can refer to the LilyGo-Document document instructions to build it.
- Q. Why does Arduino IDE prompt me to update library files when I open it? Should I update them or not?
- A. Choose not to update library files. Different versions of library files may not be mutually compatible, so it is not recommended to update library files.
- Q. Why is my board continuously failing to download the program?
- A. Please hold down the "BOOT-0" button and try downloading the program again.