Monday, December 5, 2022

Home Automation - ESP 32 Node

 ESP 32 - Pinout

 Ref : https://create.arduino.cc/projecthub/Techatronic/how-to-set-up-esp32-in-arduino-ide-bc1d4d

Permissions error
sudo chmod a+rw /dev/ttyUSB0
Re: Ubuntu: exec: "python": executable file not found in $PATH

In order to support the ESP32, you will need to install the following packages:

Code: Select all

sudo apt update && sudo apt upgrade -y \
python-is-python3 \
python3-serial

The Arduino IDE MUST NOT be installed as a .deb or .flatpak. 
Instead, it must be installed from the .zip file downloaded from the Arduino 
downloads page (https://www.arduino.cc/en/Main/Software). 
I couldnt get the ESP 32 to establish a USB Port on Arduino IDE.. 
I could get a post on an Arduino.