Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
stylenone

Introduction

Engineering

System Block Diagram

Drawio
mVer2
simple0
zoom1
inComment0
pageId2596929559
custContentId2615509016
diagramDisplayName6smodule.drawio
lbox1
contentVer7
revision7
baseUrlhttps://uwarg-docs.atlassian.net/wiki
diagramName6smodule.drawio
pCenter0
width1121
links
tbstyle
height678

Power Block Diagram

Drawio
mVer2
zoom1
simple0
inComment0
custContentId2668560504
pageId2596929559
lbox1
diagramDisplayNameUntitled Diagram-1723723429773.drawio
contentVer3
revision3
baseUrlhttps://uwarg-docs.atlassian.net/wiki
diagramNameUntitled Diagram-1723723429773.drawio
pCenter0
width1111
links
tbstyle
height470.4999999999999

Needs Assessment

  • Steps down 6S battery voltage to 5-6V to supply servos

  • Cut off power to servo if it fails

  • Convert CAN from pixhawk to PWM for servos

Requirements

  • Supports 18V~28V for 6S battery (rough calcs, 3V-4.6V max per cell)

  • 3x4 header inputs (question) & outputs

    • Input:

      • CAN, GND from PIxhawk (creating own 5V PWR)

    • Ouput:

      • PWM, PWR, GND

  • 30.5mmx30.5mm board to comply with Mounting Hole Specifications

Components

notes:

  • input cmc (question) ← perhaps not needed, check 12s doc to read why they implemented

  • current sense

    • use INA180 unless determined otherwise

    • shunt resistor: calculate for it? to be looked up

  • buck converter

    • check if existing solves, check for board space

    • if not, make buck with lower input voltage & smaller inductor to maximize board space

  • LDO

    • does current one from can circuit solve? if not look for other one

    • purpose is to reduce noise from buck.. consult esc can doc for details (question)

  • diode

    • what kind of diode… to be looked up (question)

  • current limiting eFuse

    • current ones probably solve, however finding a singular IC with 4 channels instead could be better → maximizes board space

    • try and do some component selection here; will probably ask more questions

    • determine whether 4channel efuse vs 4 individuals will be better

      • things to consider:

        • cost

        • board space

        • power dissipation (question) probs not super critical

        • if 4 channels exist for this purpose

  • thermistor

    • not sure how to select one, will see later, not super high priority

Buck IC

  • AOZ2261NQI-12

  • does this solve??

    • yep

...

image-20240725-151858.png

Current Sense

  • INA180A3

    • 100V/V gain

  • shunt resistor

  • RC filter (output) .;

    • 1kHz cutoff

    • use formula from datasheet

  • RC filter (input)

...

  • f = 1kHz

  • Cf set to 1uF

    • size cap to be

Current Limiting IC

NIV3071MTW4TWG

TCKE8xx Series

Choice Summary

4 channel, only need 1, fewer passives, 2.5A current limit

single channel, will need 4 individual ICs

Operating Input Voltage Range

8-60V

4.4-18V

...

  • = 0.8 x 2500 / 1A

  • V(CL) & K(CL) can be found in data sheet

  • R(cl) = 2k

CAN Circuit

  • lowkey look into how microcontrollers work

  • how do they get info from voltage input?

    • using ADC pins

  • connect voltage divider VOUT to ADC pins then efs interprets that data omg so awesome

  • i removed OSC_EN and

Thermistor

  • NTC Thermistor

    • bc they’re pretty standard and faster than alternatives

  • 10k

    • because it’s pretty standard?

    • makes readings more accurate probably

    • used voltage divider to get 3.6 or 5 for mcu pin

  • 0603

  • operating temp

    • -40 ~ 125 C

...

based on this graph, selected 10k and another 10k normal resistor for voltage divider, @ 25C outputs 3V which the MCU pin can read, at ~40C voltage divider outputs 4V, max that MCU can read

Diodes

  • Purpose

    • OR-ing bc two sources, don’t want to do current sharing

  • max reverse voltage VR

    • around 10V

  • selected diode array to save space

  • selected 20V and 2A max bc they didnt have anything ~1A or higher at 10V, 2A good safety margin

Connectors

Voltage Sense dividers

...

added caps to all to make them low passes with ~1khz cutoff

LDO

LED

not entirely sure what goes into selecting addressable LEDs, are there any firmware impacts i should be considering?

Layout

Placement

following layout guidelines for the most part

...

  • hopefully won’t be too noisy

  • will probably be fine

Simulations

Input filtering sim

image-20240813-001003.png

...