Difference between revisions of "Stompy PCB Designs"

From Humanoid Robots Wiki
Jump to: navigation, search
m (Add compute module sections)
Line 2: Line 2:
  
 
== Head ==
 
== Head ==
* Compute Module
 
 
* Audio
 
* Audio
 
* Video
 
* Video
* Ethernet (to communicate with the body and for debugging)
+
* Multiplexer
 +
* GMSL transmission
 +
** MAX96701 serializer
 +
** MAX96700 deserializer
  
 
== Body ==
 
== Body ==

Revision as of 04:26, 1 May 2024

This document describes the PCBs that we use in Stompy

Head

  • Audio
  • Video
  • Multiplexer
  • GMSL transmission
    • MAX96701 serializer
    • MAX96700 deserializer

Body

Raspberry Pi CAN Hat
  • Compute Module
  • CAN
    • MCP2515: CAN Controller, SPI compatible (2.7V~5.5V) [1]
    • ATA6561: CAN Transceiver (4.5V~5.5V)[2]
    • MCP2551: CAN Transceiver (4.5V~5.5V)[3][4]
    • TLE6250G: CAN Transceiver (4.5V~5.5V)[5]
    • TJA1051: CAN Transceiver (4.5V~5.5V)[6]
    • SN65HVD230: CAN transceiver (3V~3.6V)[7]
  • Power regulation
    • AMS 1117
  • IMU
    • BerryGPS-IMU V4
      • Gyroscope and Accelerometer: LSM6DSL, compatible with SPI and I2C
      • Magnetometer: LIS3MDL, compatible with SPI and I2C
  • Ethernet (to communicate with the head and for debugging)

References