Arduino

Arduino Nano V3.0 Board is used to control the platform.
Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. 

The best engineering in programming the platform is to use the samples provided at Arduino Playground. Every time you need something special, just ask the Google for samplecodes and use for your application.

Bellow is the sketch, which is yet in progress.
All the electrical data is at Electrical Engineering section.


Split the code into tabs to have an easier access:
  1. Destroyer_3000.ino for global functions and variables;
  2. FSM.ino for Finite State Machine functions based on Alexander Brevig's library;
  3. Loop.ino for critical actions and functions;
  4. Motor.ino for motor speed control;
  5. PWM.ino just for prescaler choice;
  6. Serial_Monitor.ino for sensor data monitoring;
  7. Setup.ino for all the data setup and single run functions;
  8. definitions.h for all global constants.
History of code compiling:
  1. AccelerationTest (Lithuania, Klaipeda, KU JTF, 2013.03.17)
  2. RobotChallenge 2013 (Austria, Vienna, Aula der Wissenschaften, 2013.03.23-25) AFTERFIX
  3. Robocomp 2013 (Poland, Cracow, AGH, 2013.05.11)
  4. Robotika 2013 (Latvia, Riga, RTU, 2013.05.25)

No comments:

Post a Comment