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

Overview / goals

ADC / MCU considerations

Design flow and algorithm

Typical data flow:

Pseudocode (high level):

initialize_peripherals()
while true:
    raw = read_adc(channel)
    voltage = convert_raw_to_voltage(raw)
    if voltage >= threshold:
        drive_gpio(disconnect_switch)
    else:
        drive_gpio(connect_switch)
    delay(loop_interval)

Firmware choices: assembly (rare), embedded C/C++ (common), MicroPython, or graphical block editors (Blockly-style) for onboarding and simple logic.

Using generative agents to speed development

“Wipe coding” / agent‑assisted code generation is useful for producing skeleton code quickly; treat generated code as a starting point and validate for safety‑critical applications.

Hands‑on tutorial — Tinkercad + Arduino demo

Signal conditioning and measurement fidelity

Current sensing overview (brief)

Reviewed common current‑sensor types and tradeoffs:

Safety and isolation:

Next steps / roadmap mentioned

Tools, platforms and references mentioned

Practical tips / best practices

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