wellenvogel / esp32-nmea2000

nmea2000 gateway with ESP32
GNU General Public License v2.0
55 stars 18 forks source link

LILYGO® TTGO T-CAN485 ESP32 #73

Open oxbown opened 3 weeks ago

oxbown commented 3 weeks ago

New board from TTGO could be a good choice for the project. ESP32 + CAN (isolated) + RS485 (isolated) + 12vDC-->5vDC + IO (Can be soldered sensors or other hardware)

image

All in one board suitable for marine communications!!! the online build service could work out of the box! -DGWSERIAL_TYPE=2 -DESP32_CAN_TX_PIN=27 -DESP32_CAN_RX_PIN=26 -DGWLED_CODE=1 -DGWLED_PIN=4 -DGWLED_SCHEMA=10 -DGWSERIAL_RX=22 -DGWSERIAL_TX=21 -DGWLED_BRIGHTNESS=50 -DGWRELEASEVERSION=20240428

wellenvogel commented 3 weeks ago

Thanks a lot. Really looking cool.