Blackbody v.0.3.0
Old design: https://github.com/lhr-solar/Blackbody
Blackbody A - central board to read temperature and light intensity data for MPPT algorithm input and telemetry data
Blackbody B - for testing irradiance per cell, module, and array
Blackbody C - holds the irradiance sensors (and potentially the temperature sensors)
New plans
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 |
|
---|---|
Thermistor + reader |
|
Irradiance |
|
Mounting strat |
|
Blackbody A
Hardware Requirements:
Purpose: to collect light-intensity and temperature data of the solar array
Components:
sensing_temp:
Thermistor:
Thermistor-to-digital converter:
MUX
sensing_irr:
Irradiance sensor: TSL2591, can run at slower speed to limit noise and can collect irradiance data at slower intervals to limit computational power used
I2C communication/noise regulation
controller:
MCU:
Nucleo debugging
comm_can:
CAN communication
power_reg
12V to 5V power-stepping
Layout and physical interfaces:
X thermistors and Y irradiance sensors spread evenly across the topshell of the car and Z thermocouples wired to blackbody A.
Timeline:
10/26 - decide on basic layout requirements
11/2 - finalize components list
11/9 - kicad!
11/16 - kicad!
11/23 - review of board
Welcome to the University Wiki Service! Please use your IID (yourEID@eid.utexas.edu) when prompted for your email address during login or click here to enter your EID. If you are experiencing any issues loading content on pages, please try these steps to clear your browser cache.