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

Embedded Systems & Design — VisionAstraa EV Academy (Afternoon Session)

Overview — Core Topics Covered

This session focused on practical current sensing, signal conditioning, and temperature sensing for EV applications, with hands-on guidance and exercises using Arduino/Tinkercad.

Current Sensing

Sensor types reviewed

Use-cases in EVs: motor current measurement, battery charge/discharge monitoring, and auxiliary systems.

Shunt / sense resistor design (tutorial + worked examples)

Purpose: convert current → voltage so an MCU ADC can measure it.

Example scenario

R_sense selection (theoretical)

Practical issues with large R_sense

Practical approach

Grounding / placement

Characterization & firmware mapping

Signal Conditioning & Implementation Notes

Practical Exercise / Tutorial Guidance

Tinkercad exercise (block/text coding + Arduino) suggested:

Temperature Sensing — Types, Selection, and Mapping

Sensor types reviewed and EV recommendations

Contact sensors

Non-contact sensors

Out-of-scope for most EV apps (noted)

Key design and selection considerations

Nonlinearity

Accuracy concerns

Communication/architecture

Safety / standards

Implementation Pattern for Thermal Management

Example flow

  1. Thermistor on battery pack → ADC measures voltage.
  2. Map ADC/voltage → temperature via lookup table stored in program memory.
  3. MCU uses temperature for protection/control decisions (cooling, isolation, alarms).

Emphasize robust embedded code that accounts for ADC resolution, sensor nonlinearity, wiring errors, and defined safety thresholds.

Other Topics & Next Steps Mentioned

Exercises / Hands-on Items (Summary)

  1. Tinkercad Arduino project: short-circuit protection demo using a current sense resistor; LED indicator when current > 1 A.
  2. Practice ADC scaling: convert ADC counts → voltage → physical quantity; understand 10-bit range (0–1023).
  3. Build sensor lookup table for a thermistor (sample outputs vs temperature), store in MCU flash, and map ADC readings → temperature in firmware.
  4. Debug tips: verify LED polarity, test components separately, use Tinkercad help text.

Tools, Components, and Examples Referenced

Main Speaker / Sources

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