@bikehunter666
If you mean sthg as Arduino IDE - /dev/ttyACM0 Permission denied
I remind that it compiles with ESP8266, code at it’s simplest:
void setup() {
pinMode(2, OUTPUT);
}
void loop() {
}
If I usb-connect the ESP32 DevKitC board and do a lsusb, I do see it, but it won’t compile if I select as board target : “ESP32 Dev Module”.
Which is what the manufacturer manual claims “To select ESP32 board, go to:
Tools > Board > ESP32 Arduino > ESP32 Dev Module”.
$ lsusb
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 04f2:b307 Chicony Electronics Co., Ltd TOSHIBA Web Camera - HD
Bus 001 Device 004: ID 03f0:064a HP, Inc HP USB Keyboard
Bus 001 Device 003: ID 0bda:0138 Realtek Semiconductor Corp. RTS5138 Card Reader Controller
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 009: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
Bus 003 Device 008: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[xf@xf22 Sensors & Micro-control - IoT]$