Skip to content

Xinyuan-LilyGO/T-CAN485

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟LilyGo T-CAN485🌟

Introduce

Onboard functions

  • 1 x RS485 receiver.
  • 1 x CAN receiver.
  • 1 x TF card connector.
  • 1 x WS2812 RGB LED light.
  • 8 x Reserved programmable GPIO.

Product 📷:

Product Product Link
T-CAN485 AliExpress

Quick Start

Arduino

  • Click "File" in the upper left corner -> Preferences -> Additional Development >Board Manager URL -> Enter the URL in the input box https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
  • Click OK and the software will be installed by itself. After installation, restart the Arduino IDE software.
  • Arduino Setting img

PlatfromIO

  • PlatformIO plug-in installation: Click on the extension on the left column -> search platformIO -> install the first plug-in
  • Click Platforms -> Embedded -> search Espressif 32 in the input box -> select the corresponding firmware installation

Udev Setup (Linux)

If your board isn't present on the device tree, create a file with this content:

$ sudo cat /etc/udev/rules.d/70-lilygo.rules

SUBSYSTEM=="tty", GROUP="plugdev". MODE="0660"
SUBSYSTEMS=="usb", ATTRS{idProduct}=="55d4", ATTRS{idVendor}=="1a86", SYMLINK+="lilygo"

Then reload the rules as follow:

sudo udevadm control --reload-rules && sudo service udev restart && sudo udevadm trigger

Un-plug your Lilygo then plug it back, the device should be accessible on /dev/lilygo

Q&A

  1. CAN bus protocol does not work properly.
  • A:Depending on the ESP32 chip, the CAN controller register IER parameter needs to be changed. If it is a V3 version chip, you can use 0xEF, otherwise, use 0xFF.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •