Skip to content

ears-edi/arduino-car

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Arduino Robotic Car Workshop

This repository contains all the files for the "Arduino Robotic Car workshop" run by the Univeristy of Eidnburgh Embedded and Robotics Society. The structure of the repository is as follows:

[number][description].ino

These files contain the the finished versions of the files that should be completed by the participants . These files are intended for people that have not managed to finish writing up the code during the workshop or that want to self study the workshop at home.

00outline.ino

This file contains the outline skeleton code with no functionality.

01LEDflash.ino

This file contains the code that will flash an LED on and off in 1 second intervals.

02buttonLED.ino

This file contains the code that will turn an LED on and off whenever a button is pressed.

03motor.ino

This file contains the code that will turn on one of the DC motors used in this project whenever a button is pressed.

04twomotors.ino

This file contains the code that will turn on both of the DC motors whenever a button is pressed.

Running on an Arduino

You will need the Arduino IDE installed. Download the chosen file and open it using the Arduino IDE. You can upload it to your Arduino following the instructions within this software.

Workshop

The slides to this workshop will be posted online and linked in here so that everyone can follow along at home.

About

A workshop on how to build your own Arduino controlled robot car!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%