This page explains how a CrcDuino board is powered.
The CrcDuino acts like the brain of a robot and well, without power, a brain doesn't go a long way!
Multiple voltage levels are present on the CrcDuino. While parts of the microcontroller and Xbee module mostly run on 3.3V, most of the board, or at least the parts users interact with, run on 5V. Since having a 3.3V and a 5V distinct power source on a robot wouldn't be very practical, voltage regulators on the robot produce 3.3V and 5V from a 12V source.
To power the CrcDuino, simply push the quick-connect tabs on the power supply terminal block to insert a wires connecting the main robot 12V battery to the controller. These should require little to no force to operate.
Since we're working with DC current, polarity must be respected. Connect the 12V port to the positive (+) terminal of the battery, and the GND port (which stand for ground) to the negative (-) port of the battery. Convention makes it that a red wire is usually used for positive and a black wire for negative.
One could also use a 120V AC to 12V DC wall mount power supply instead of a 12V battery. Any 12V DC voltage supply will do the trick!
What happens if the + and - wires are inverted, or if the board draws too much current?
BOOM
No, don't worry, nothing's going to explode. The beauty of the 9880 is that it's been designed by former participants of the CRC Robotics Competition, so we know what kind of mistake one can do in the heat of the moment. Fortunately, the 12V input is reversed protected so you don't have to worry about inverting the 12V and GND wires coming from your robot's main 12V battery. Also, the 12V input is PTC protected against overcurrent of 400mA and more.
The quick-connect tabs seem stuck and don't hold my wires in place! What do I do?
The orange tabs can be locked in place if they are pushed past the locking threshold. Pop them back up carefully with a screwdriver if needed. A distinct click will be heard.
From the CRC vault: 30 seconds before the start of the final heat of the final round of Actimania 2015, Cegep Gerald-Godin completely fried their electrical system by plugging their main 12V battery the wrong way. Immediately, their 4 opponents came to help them rewire, right on the main playing field, their whole robot so they could play the last heat. The crowd cheered all along, and during that impromptu pause started the now famous Macarena tradition. Talk about a truly CRC moment!
Related articles
-
Connecting the CrcDuino to a computer (Système CrcDuino System) —
This page explains how a CrcDuino board can be connected to a computer.
The CrcDuino magic really resides in how it’s programmed by its user, and that can be done by first connecting it in a computer.
-
Getting Started Guide - Foreword (Système CrcDuino System) —
This page is the foreword to the Getting Started Guide.
← Navigate the Getting Started Guide using the menu on the left
-
Intro to programming (Système CrcDuino System) —
This page introduces the basics of programming using C/C++.
What is programming
-
Powering the CrcDuino board (Système CrcDuino System) —
This page explains how a CrcDuino board is powered.
The CrcDuino acts like the brain of a robot and well, without power, a brain doesn't go a long way!
-
Programming the CrcDuino (Système CrcDuino System) —
This page explains how to set up the programming environment on a computer needed to program a CrcDuino board:
Setting up Arduino IDE;
-
Understanding the CrcDuino system architecture (Système CrcDuino System) —
This page overviews how the different elements of the CrcDuino system come together to allow controlling a robot.
The CrcDuino system is the sum set of 3 distinct elements:
0 Comments