ashleyleal / resistor-vending-machine

IEEE Tech Team Summer Project
0 stars 0 forks source link

Electrical connections between dispensing units and rest of machine #1

Open ashleyleal opened 1 month ago

ashleyleal commented 1 month ago

Description

The design of the vending machine is modular, such that dispensing units may be assembled independently and are controlled by their own MCU (Arduino Nano). Connections are required between each dispensing unit and the rest of the machine, including power supply connections and SPI connections with the master MCU (Arduino Mega). The obvious solution is to use wires to make these connections but I think we can come up with something better 😎.

Task

We need a design for electrical connections between each dispensing unit and the rest of the system that considers the following:

Possible Implementations

Thigamore commented 1 month ago

A possible solution to this would be using I2C though I don't know much about it. Arduino has a library over it and it can connect 128 devices with just two wires coming from supervisor mcu

ashleyleal commented 1 month ago

Module Connections (1)