Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • We realized that stretching I2C wires over long distances is problematic due to noise and increased capacitance, which would decrease the stability of our information. Adding an I2C extender should improve stability.

  • The irradiance sensors have unchangeable addresses, resulting in address conflicts. Adding a mux will allow us to have multiple I2C connections.

  • Why have we used RTDs specifically for temperature measurements? Thermistors and thermocouples are more commonly used for solar panel temperature measurement.

    • D2 said they can embed thermocouples into the solar modules. These would give us more precise data about the solar module temperature.

    • We can also use our own temperature sensors to measure the ambient temperature (temperature of the air around the solar panel). Thermistors are cheaper and more accurate than RTDs, and while RTDs go up to higher temps, for our application thermistors should cover our range.

  • Adding a mux to decrease the number of pins needed to read temperature data (and decrease number for R2Ds needed)

  • Considering the possibility of putting the temperature sensors and irradiance sensors on the same board (blackbody c). This could reduce wiring needs, especially if we also end up using the back-of-module sensors.

Decisions

  •  Layout

...

  • # blackbody A = 2

    • One blackbody A per MPPT/array section (front/back of car)

    • combine both irradiance + temp sensors on blackbody C

  • # blackbody C = 3 for front array, 4 for back array

    • 1 irradiance and 1 temp sensor per blackbody C

  •  Thermistor + reader

  •  Irradiance
  •  Mounting strat
  • Blackbody C - drill a hole in the top shell in between modules or cells (depends on how cells are arranged), 3d-print tube to thread wires through and hold sensors above array, tube will go through the top shell and wires will connect to blackbody c attached to the underside of the top shell

Blackbody A

Hardware Requirements:

...