Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.18 KB

Arduino_Setting.md

File metadata and controls

27 lines (19 loc) · 1.18 KB

Arduino Setting

Using

- Arduino Uno
- Arduino Nano
- MH Infrared Speed Sensor Module (FC-03)
- Ultrasonic Sensor (HY-SRF05)

Test Ultrasonic & Speed Sensor with Can connection

Circuit Diagram

Simple Description of the code

- SpeedSensor.ino: Test code about Speed sensor
- Speed_Ultrasonic_sensor.ino: Test code about Speed sensor and Ultrasonic seneor

Setting Arduino for Can connection with Rpi

CAN (Controller Area Network)

Can communication is designed for communication between microcontrollers. Up to 2032 devices can be connected to one canvas in one single network. However, in practice, fewer devices are connected and used, supporting speeds of up to 1 Mbit/sec. There is a function of error restrictions, error searches.

Simple Description of the code

- SpeedSensor_Can_Connect.ino: Test code about Speed sensor and Can module (Shield)