Electrical Design

Sensors and circuits used:

  • 4 QRD1114 for tape following
  • 2 QSD124 for infrared detection
  • 2 DC Geared Barber Colman motors
  • 1 Tinah microcontroller
  • 2 Infrared Detection circuits
  • 2 H-bridges

Microcontroller Board

reneZ uses a Tinah board as its microcontroller. The Tinah is similar to an arduino, but was created for the ENPH 253 class to provide more functionality for our robot. Some of the features include:

  • 4 DC Motor outputs
  • 3 Servo outputs
  • 2 buttons and 2 knobs for on board control
  • 2x16 LCD screen

More can be found on the ENPH website.

Motor Control Circuit

The motor outputs on the Tinah board can only provide a DC motor 9V and 1A. We used Geared Barber Colman motors which needs ~12V and 1.5A to operate. In order to get enough power to these motors we needed to make a separate H-bridge. A H-bridge is used in order to control the speed and direction of a DC motor, essential for driving our robot.

Signal Processing Circuit

During the competition our robot needed to detect infrared beams of light at two frequencies, 10Khz and 1Khz. In order to achieve this we used a signal processing circuit which would take the corresponding frequency and amplify it, while attenuating other frequencies.