ESP32

From bibbleWiki
Revision as of 10:59, 18 May 2021 by Iwiseman (talk | contribs) (Created page with "=Introduction= As the little grey cells get older probably time to give to pointers to myself =UDEV= To make sure the device is recogised we need to add rules to /etc/udev/rul...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

As the little grey cells get older probably time to give to pointers to myself

UDEV

To make sure the device is recogised we need to add rules to /etc/udev/rules.d/

This is my board and my UART interface. The plugdev is the important bit as we need to not run things as root for some strange reason.

ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="660", GROUP="plugdev", TAG+="uaccess"
ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", MODE="660", GROUP="plugdev", TAG+="uaccess"