Skip to content

platisd/AndroidCar

Repository files navigation

Autonomous-Car Arduino Library

An Arduino library, based on Smartcar sensors, built to control an Autonomous Android Vehicle made by Team Pegasus. This library allows the developer to fetch data from the on-board sensors, transmit them via Bluetooth, while receiving driving commands to control an ESC and a servo motor.

Note: This library is not actively developed. Use the Smartcar shield library instead.

Description

The library was designed to control an Autonomous Vehicle, that can follow lanes, park and overtake vehicles, as tasked by the DIT168 course. The vehicle is controlled wirelessly by an Android phone that is mounted on top of it and accomplishes its tasks, using image processing (OpenCV for Android) and utilizing data from sensors mounted on the car. Therefore, this library provides an easy to use and simple to understand interface, to control the vehicle's movement and read its sensors data. Despite being used as an in-house system and therefore the developers working on it were already familiriazed with the functions and the various components, the library was designed with the intention of being used by novice users. The library is dependant on certain hardware sensors and of course the Arduino platform, however, it can be very easily modified or enriched for different setups. In /examples/androidCar the arduino sketch running on the vehicle can be found. For more examples on the library's usage, please refer to Example sketches page in the repo's wiki.

Moreover, in /LED_DRIVER a sketch running on an ATtiny85 microcontroller can be found, which is tasked to control the various LED lights that are mounted on the vehicle, which are indicating the current operation mode of the car (turning, stopping, override, running) as per specifications of the DIT168 course.

Finally, the repository for the application that is running in Android and permits the accomplishment of the various tasks (lane following, parking) can be found here.

Components

  • Electronic Speed Controller (ESC)
  • Servo motor (Steering wheel)
  • Speed encoder
  • Ultrasonic sensors (HC-SR04, SRF05)
  • Infrared distance sensors (SHARP GP2D120)
  • Gyroscope (L3G4200D)
  • 9DOF IMU (Razor IMU)

Dependencies

  • Wire library used for getting data from the gyroscope, via I2C
  • Servo library used for controlling the ESC and the steering wheel

Documentation

  • Autonomous-Car Arduino Library Wiki

Project overview

The world's first Android autonomous vehicle

License

GPLv3

About

Arduino library to control an Android Autonomous Vehicle by Team Pegasus

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published