Util-desk-dev-arduino Role¶
Description: No description available
Variables¶
author: Kevin Veen-Birkenbach
description: Installs tools and permissions for Arduino development on Linux.
license: Infinito.Nexus NonCommercial License
license_url: https://s.infinito.nexus/license
company: Kevin Veen-Birkenbach
Consulting & Coaching Solutions https://www.veen.world
min_ansible_version: 2.9
platforms: [{‘name’: ‘Archlinux’, ‘versions’: [‘rolling’]}]
galaxy_tags: [‘development’, ‘arduino’, ‘embedded’, ‘microcontroller’, ‘engineering’, ‘persona’]
repository: https://s.infinito.nexus/code
issue_tracker_url: https://s.infinito.nexus/issues
documentation: https://docs.infinito.nexus/
README¶
Arduino Development Utilities 🔌¶
Description¶
This Ansible role installs everything needed for Arduino development on Arch Linux. It includes the official Arduino IDE, documentation, and user group configurations to enable serial port access for uploading code to boards.
Learn more at the Arduino Project Website, Arch Wiki - Arduino, and on Wikipedia.
Overview¶
Building upon the general developer persona, this role focuses on embedded and microcontroller development. It ensures that the system has the correct packages and permissions to work with Arduino boards via USB.
Purpose¶
The role enables a ready-to-use Arduino development setup by installing necessary tools and configuring user permissions for serial access.
Features¶
Installs Arduino IDE & Docs: Provides GUI and offline references.
User Group Configuration: Adds the developer to
uucpandlockgroups for serial communication.Persona Integration: Extends
util-desk-dev-corewith embedded-specific tools.