Skip to content

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

Notifications You must be signed in to change notification settings

ears-edi/arduino-car

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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%