Difference between revisions of "SimpleBot Shield Assembly"

From Open Hardware Miniconf
Jump to: navigation, search
(All Done)
(Wire AREF to 5V)
Line 93: Line 93:
 
There's a flaw in the current SimpleBot Shield design: the LDR is connected to the "AREF" pin on the shield when it should be connected directly to "5V".
 
There's a flaw in the current SimpleBot Shield design: the LDR is connected to the "AREF" pin on the shield when it should be connected directly to "5V".
  
To fix this problem, solder a "blue wire" fix from the AREF pin on the shield to either the "5V" pin or the "IORef" pin on the shield.
+
To fix this problem, solder a quick fix from the AREF pin on the shield to either the "5V" pin or the "IORef" pin on the shield. You can use the wire wrap wire in the kit, or the cut off leg of a resistor or another component.
  
You can use the tops of the male pin headers, or you can solder to the leg of the LDR and any other pin on the shield.
+
[File: SimpleBot AREF Fix.png]
  
The closest connection is from "AREF" on the LDR to "5V" on the Ultrasonic sensor header.
+
Once you've done this, cut off the "AREF" pin on the shield to disconnect from AREF on the PiLeven:
  
''(Photos for this step are not yet available, sorry.)''
+
[File: SimpleBot AREF Pin Cutoff.png]
 +
 
 +
[File: SimpleBot AREF Pin Cut 2.png]
  
 
== Reset Button & Resistor ==
 
== Reset Button & Resistor ==

Revision as of 23:02, 12 January 2015

SimpleBot Shield Assembly

The SimpleBot shield has a small number of through-hole components to be soldered on. The parts you need are:

SimpleBot-shield-parts.jpg

  • SimpleBot Shield with WS2812B RGB LEDs and capacitors pre-fitted.
  • 5x Screw terminal header blocks (mounted as one 4-way terminal and one 6-way terminal).
  • Pin headers for Arduino shield mounting and hobby servo "motor" connections.
  • 4-pin female header for Ultrasonic Range Sensor.
  • 2x Electrolytic capacitors for the VIN & 6V power rails.
  • LDR (light dependent resistor) and fixed resistor for ambient light sensing.
  • 6V linear regulator for servo power supply (most hobby servos run much better at 6V than at 5V).

Soldering Arduino Headers

To solder the Arduino headers, it's easiest to use an Arduino-compatible board as a "jig" to keep the headers straight while they are being soldered. Start by mounting the PiLeven on top of the Raspberry Pi, as shown:

PiLeven on Pi.jpg

The male pin headers are supplied cut to the correct length to match each header on the PiLeven:

  • 2x 8-pin headers
  • 1x 10-pin header
  • 1x 6-pin header

Place them into the PiLeven headers as shown:

PiLeven with headers.jpg

Slip the SimpleBot Shield onto the headers so it sits in place on the PiLeven:

PiLeven with SimpleBot shield in place.jpg

Then solder them in place:

PiLeven Arduino headers soldered.jpg

After you've soldered the headers, remove the SimpleBot shield from the PiLeven. The headers should all be straight.

Screw Terminals

The next items to solder are the screw terminals. Each individual 2-pin screw terminal can slot together into a longer unit, like this:

SimpleBot screw terminals slotting together.jpg

The SimpleBot shield has one side with 6 pins (3 units), and one side with 4 pins (2 units).

Slot the terminals together and place them on top of the shield back to back, with the terminal openings facing out:

SimpleBot screw terminals on top of shield.jpg

Then use some Blu-Tac or your finger to hold them down so you can flip the shield over and solder the pins from the bottom:

SimpleBot screw terminals soldered.jpg

Voltage Regulator & Capacitors

Next step is to solder the 6V regulator and the electrolytic capacitors.

SimpleBot regulator and capacitors placed.jpg

All of these components need to be oriented correctly, and can be damaged if you fit them backwards. Place the regulator as shown, with the large metal tab facing towards the screw terminals.

Electrolytic capacitors have a grey stripe on the side marked "-", which is the negative side. The circuit board has a small plus marked next to the pin for the positive side. Both the positive sides face towards the regulator, as shown, so the capacitors are "mirrored" in orientation to each other.

You can bend the pins on the capacitors and the regulator to make them stay in while you solder them, or use Blu-Tac.

SimpleBot regulator and capacitors bottom.jpg

After they are soldered you can cut the leads off. Make sure you hold the lead while you cut it, so that it doesn't shoot off like a tiny metal javelin straight into your eye:

SimpleBot regulator and capacitors trimmed.jpg

LDR, Range Sensor Header, Servo Headers

Next step is the LDR (light dependent resistor), the 4-pin female header for the Ultrasonic Range Sensor, and the two 3-pin male headers for the "Motors" (actually continuous rotation hobby servos, not normal motors).

For the 3 pin headers, cut them from longer male header strips if they haven't been pre-cut.

Place the parts into the PCB as shown. Orientation doesn't matter with these parts.

SimpleBot LDR and range header.jpg

It's recommended you leave LDR sitting high above the PCB surface, as shown, so you can bend it forwards 90 degrees to create a directional light sensor.

The LDR can be soldered from the top or the bottom, but the header needs to be soldered from the bottom. Use Blu-Tac or your finger to hold items in place when flipping the board.

SimpleBot LDR and range header soldered.jpg

Wire AREF to 5V

There's a flaw in the current SimpleBot Shield design: the LDR is connected to the "AREF" pin on the shield when it should be connected directly to "5V".

To fix this problem, solder a quick fix from the AREF pin on the shield to either the "5V" pin or the "IORef" pin on the shield. You can use the wire wrap wire in the kit, or the cut off leg of a resistor or another component.

[File: SimpleBot AREF Fix.png]

Once you've done this, cut off the "AREF" pin on the shield to disconnect from AREF on the PiLeven:

[File: SimpleBot AREF Pin Cutoff.png]

[File: SimpleBot AREF Pin Cut 2.png]

Reset Button & Resistor

The 10k resistor forms a voltage divider with the LDR in order to output a voltage proportional to the ambient light level.

Bend the leads of the resistor so that it slips neatly into the holes on the PCB:

SimpleBot-resistor-bent.jpg

The resistor and the reset button can be soldered from the top or the bottom, as you prefer. If soldering the reset button from the top, take care not to melt the plastic body of the button.

Reset and resistor soldered.jpg

All Done

All done! As a final check, look over the shield for any solder bridges and also double-check the that the regulator and the electrolytic capacitors aren't installed backwards:

SimpleBot shield assembled.jpg

Here's a photo showing how the SimpleBot shield mounts onto the PiLeven:

SimpleBot shield mounted.jpg

Next step, you can move on to SimpleBot Chassis Assembly.


Back to SimpleBot Assembly Overview