/arduino_code/ ├── parking_system.ino → main program logic ├── sensor_test.ino → test each IR sensor └── servo_gate_test.ino → test servo gate mechanism The system was built on a breadboard with IR ...
Arduinoを使った電子工作で人気の「自動制御」。今回は、安価で入手しやすい「超音波距離センサー(HC-SR04)」と「サーボモーター」を使い、前方の障害物を検知して自動でハンドル(舵)を切る、障害物回避システムの作り方をステップバイステップでご ...
Project Overview This project uses an Arduino Uno with an IR obstacle sensor to detect objects. When an object is detected, the LCD displays the status and a servo motor rotates. When no object is ...