Makerfabs / Maduino-CANbus-RS485

6 stars 2 forks source link

Maduino Zero CANBUS

Introduce

CAN-BUS is a common industrial communication bus because of its long travel distance, medium communication speed, and high reliability, it is the backbone of many protocols with applications in automation, industrial systems, building management. This Maduino Zero CAN-BUS based on SAMD21G18A, with the CAN controller MCP2515 and CAN transceiver MAX3051, to create a ready-to-use CAN-bus port. With this board, you can easily get/send your local data remotely with a standard CAN Bus. For example, you can collect local sensor data, using the Maduino zero ports, and send all the data to remote servers, to create remote-monitor with reliable CAN-Bus communication.
Makerfabs Wiki

Features

Usage

Software setup

Test

Maduino Zero CANbus with RS485 Devices or sensors
GND GND
RS485_A RS485_A
RS485_B RS485_B
CAN_H CAN_H
CAN_L CAN_L

CANBUS


RS485



TEST_DHT11_OLED

This project is about data transmission via CANBUS. Use Maduino Zero CANBUS to collect temperature and humidity data and send it through CANBUS, and use the same module to receive and display the data.