--- title: Tutorials excerpt: "Tutorials on a wide range of ev3dev functionality, including networking, motor control, and usage of extra hardware." include_masonry: "true" ---

These tutorials will walk you through working with a wide range of hardware and software. If you're looking for help with a specific goal, this is the place to look!

{% for section in site.data.tutorial-groups %}

{{ section.title }}

{% for group in section.items %}
{{ group.title }}

{{ group.description }}

    {% assign items = site.pages | where: "category", "tutorials" | where: "group",group.id %} {% for item in items %}
  • {{ item.title }} {% if item.subtitle %} ({{ item.subtitle }}) {% endif %}
  • {% endfor %}
{% endfor %}
{% endfor %}