Changes between Version 10 and Version 11 of PiBotHat


Ignore:
Timestamp:
Sep 15, 2016, 11:31:11 PM (9 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PiBotHat

    v10 v11  
    44
    55'''OVERVIEW'''
    6 This PiBot hat allows any Raspberry Pi or compatible to serve as a robot controller.  The footprint is identical to the Pi Zero and mounting holes are included to allow mounting to a Pi Zero with standoffs.  The hat includes:
     6This PiBot hat allows any Raspberry Pi or compatible to serve as a robot controller.  The footprint is identical to the Pi Zero and mounting holes are included to allow mounting to a Pi Zero with M2.5 standoffs.  The hat includes:
    77
    88    * A switch-mode power supply that will accept +6v to +24v battery input and generate the +5v required by the Pi.  Overcurrent protection is provided (but it is not protected against reverse polarity...maybe next spin...please be careful and observe the polarity markings on the battery connector!)
     
    3131    * Black 5-pin EXP expansion
    3232        1. +5v
    33         2. SDA (level shifted to 5v)
    34         3. SCL (level shifted to 5v)
     33        2. SDA (level shifted to 5v) Pi header pin 3 (SDA1)
     34        3. SCL (level shifted to 5v) Pi header pin 5 (SCL1)
    3535        4. +3v3
    3636        5. GND
     
    3838    * Red 6-pin motor controller - designed to mate with the L298N dual DC motor controller
    3939        1. PWM1
    40         2. GPIO.5 (level shifted to 5v)
    41         3. GPIO.3 (level shifted to 5v)
    42         4. GPIO.1 (level shifted to 5v)
    43         5. GPIO.0 (level shifted to 5v)
     40        2. GPIO.5 (level shifted to 5v) Pi header pin 18
     41        3. GPIO.3 (level shifted to 5v) Pi header pin 15
     42        4. GPIO.1 (level shifted to 5v) Pi header pin 12
     43        5. GPIO.0 (level shifted to 5v) Pi header pin 11
    4444        6. PWM0
    4545
     
    5353        1. +3v3
    5454        2. GND
    55         3. SCL (3v3 levels)
    56         4. SDA (3v3 levels)
     55        3. SCL (3v3 levels) Pi header pin 5 (SCL1)
     56        4. SDA (3v3 levels) Pi header pin 3 (SDA1)
    5757
    5858    * Blue 4-pin Ultrasonic
    5959        1. +5v
    60         2. Trigger: GPIO.4 (level shifted to 5v)
    61         3. Echo: GPIO.2 (level shifted to 5v)
     60        2. Trigger: GPIO.4 (level shifted to 5v) Pi header pin 16
     61        3. Echo: GPIO.2 (level shifted to 5v) Pi header pin 13
    6262        4. GND
    6363
     
    7373
    7474    * White 3-pin Left-wheel encoder
    75         1. GPIO.21 level shifted to 5v (wPi pin 21)
     75        1. GPIO.21 level shifted to 5v (wPi pin 21) Pi header pin 29
    7676        2. GND
    7777        3. +5v
    7878
    7979    * Blue 3-pin Right-wheel encoder
    80         1. GPIO.26 level shifted to 5v (wPi pin 26)
     80        1. GPIO.26 level shifted to 5v (wPi pin 26) Pi header pin 32
    8181        2. GND
    8282        3. +5v
    8383
    8484    * Yellow 3-pin (2x) digital I/O 1,2
    85         1. GPIO.22 for DIO1 connector, GPIO.23 for DIO2 connector
     85        1. GPIO.22 for DIO1 connector (Pi header pin 31)
     86           GPIO.23 for DIO2 connector (Pi header pin 33)
    8687        2. +5v
    8788        3. GND