Page cover

Electrical

The electrical portion of the ELLIE system includes two major components: COM and DAQ.

COM interfaces with the computer and passes commands, while the DAQ talks to sensors, listens for COM's commands to execute, and collects data.

COM

This portion is responsible for communications between the computer and the system. It is consisted of the following:

  • ESP32-Wrover (1). Central command and communication unit.

  • Physical Buttons (3). Used to change the states (check here for details on the state machine)

  • LED (2)

Since the COM ESP32 and the DAQ ESP32 are connected via WiFi (details here), they both must be mounted high to achieve maximum connectivity. We created a signal tower for the COM side:

8-ft Signal Tower for COM, with tip cut off from the image. April 16, 2021

DAQ

The ELLIE data acquisition system contains the following:

  • Printed circuit board (PCB) (1). It keeps all the onboard electronics organized.

  • ESP32- Wrover (1). Central computing unit.

  • HX711 breakout boards (4-7). Used to amplify signals and take in data from pressure transducers and load cells.

  • 9V LiPo Battery (1) for controlling the servos that opened and closed the system’s valves. It is directly connected to the PCB.

  • Servos (2). They are kept separated from the lower voltage signal connections by a large power pour, which prevents the high current from burning traces.

  • 5V relay breakout board (1). Used to set off the system's igniters with a high current burning through very thin wires surrounded by flammable material in the feed system.

Before the PCB board was designed, we tried out various electronic arrangements on breadboards and protoboards:

Part of our early system for testing the communications between the pressure transducers, load cells, and the microcontroller.

Sometimes things did not go so well, since solder boards are not as reliable as a PCB. Therefore, we opted for an upgrade. An image of the CAD model of the PCB board follows (credit to Scout Weber, Trevor Zinky, and several other teammates who worked around the clock to design the board):

The ELLIE PCB, designed to connect ESP32-Wrover with PTs, LCs, FMs, and a relay.

Last updated