49
edits
Changes
no edit summary
=Features = # USB-C + Battery compatibility# Able === Voltage === * Load sharing between USB and battery = Central Components = == MCU == === STM32 ===
Used:
Justification: 512 kB of flash memory, unit price at $3, powerful enough to run heavy programs
* Button debouncerDebouncer
** TODO: Add the IC name
=== PCF2518 ===
* How do we connect I2C chip to the LCD screen?
== CAN Communication ==== CAN = MCP2515 ===
* How to get supply-side VCC without having it on the bus (from supply-side GND)?
* What do we do if supply-side GND is missing?
=Design == Voltage =Schematic ==== Layout ==== Final Form Factor ==
# How does the switching regulator mechanism work?
# Power Ground in the context of a switching regulator for our circuit to amplify 3.7 V battery to 5 V source. Do we just connect Power Ground to Battery Ground?
* Need to figure out the interface for the SPI lines using MCP2515
** Pros if successful:
*** Reduces amount of wiring for STM32, requires just one SPI bus with a bunch of easily programmable chip selects
** Cons: Need to understand the interface for the MCP2515. Need to confirm how interrupts and timing works.
== Github Repository ==