Summary of "Embedded Systems and Design & Development - Feb 19, 2026 | Morning | VisionAstraa EV Academy"

Summary — Embedded systems design for a Battery Thermal Management System (BTMS)

Session: VisionAstraa EV Academy — Feb 19, 2026 (morning)

Goal / client requirements

System architecture (high level)

Hardware components & topology

Control logic & mapping

Software / simulation workflow (tutorial-style)

Tools shown: Tinkercad (circuit simulation & component slider), Serial Monitor, simulated multimeter.

Typical steps demonstrated:

  1. Place MCU and temperature sensor in Tinkercad; wire VCC/GND/analog output to ADC pin.
  2. Write basic Arduino code: configure pins, initialize Serial at 9600, use analogRead(A3), Serial.print raw ADC values.
  3. Characterize sensor extremes with the Tinkercad slider and record voltages/ADC counts (examples given below).
  4. Add motor, MOSFET, freewheeling diode and separate power source; connect MOSFET gate to PWM pin.
  5. Implement PWM control with analogWrite(pin, value) where value ∈ [0,255] maps to duty cycle ∈ [0%,100%].
  6. Test motor speed changes during simulation; debug with serial output and multimeter.
  7. Combine sensor reading and PWM mapping into the final control loop (read ADC → convert to temperature → choose duty → analogWrite).

Important practical points / best practices

Numerical / implementation snippets

Example conversion sequence (conceptual)

(Verify m and c against the actual thermistor datasheet or by experimental characterization.)

Tools & resources mentioned

Project & process notes

Source: Instructor from VisionAstraa EV Academy (session host). No individual name provided in the subtitles.

Category ?

Technology


Share this summary


Is the summary off?

If you think the summary is inaccurate, you can reprocess it with the latest model.

Video