# SDV201

The **SDV201** project is the successor to **SDV101**, offering a more advanced, hands-on exploration of Software-Defined Vehicles (SDVs). While **SDV101** provides a general introduction to SDVs aimed at a broad audience, including non-technical readers, **SDV201** targets individuals with a deeper interest in the technical aspects of SDV development.

## Key Goals and Focus

The primary objective of SDV201 is to deliver a **practical, project-based learning experience**. Participants will engage in real-world SDV development tasks, requiring:

* **Basic Programming Skills**: Some experience in coding (e.g., Python, C++) will be helpful.
* **Embedded Hardware Knowledge**: Familiarity with basic hardware components and their integration.

## What SDV201 Will Cover

SDV201 will provide a deep dive into the **digital.auto Playground** and the corresponding **E/E Starter Kit** developed by digital.auto. Participants will gain hands-on experience working with both hardware and software components of an SDV system.

## Project Timeline

The SDV201 project is currently **work in progress**, with the goal of releasing a **solid beta version by summer 2025**. Content development, course structure, and supporting materials are actively being created by the digital.auto community.

## Get Involved

If you are interested in **contributing to SDV201** or want to stay informed about project updates, **connect with us** through our **LinkedIn channel**:\
👉 [Digital.auto LinkedIn](https://www.linkedin.com/company/79020337)

Subscribe to the channel for the latest news and updates regarding the SDV201 project.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.sdv.guide/sdv201.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
