esp32
This is an old revision of the document!
ESP32 : Install et test
Les vidéos de Tommy Desrochers
Install config sous Linux
- Download Aduino IDE: https://www.arduino.cc/en/software
- Unzip :
$ unzip arduino[…]
- Launch :
$ cd arduino[…]
,$ ./arduino-ide
- Menu File → Preferences → Additional boards manager URLs: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
- Menu Tools → Board → Board Manager… → search with ESP32, select de most recent version of ESP32 by Espressif Systems, and Install
- Menu Tools → Board → Esp32 → ESP32 Dev Module
- Menu Tools → Port → /dev/ttyUSB0
Test1
- Menu File → example → ESP32 → ChipID → GetChipID
- Upload: Menu Sketch → Upload
- Error Msg:
ModuleNotFoundError: No module named 'serial
' ⇒# apt install python3-serial
- Error msg:
Failed uploading: no upload port provided
⇒# /sbin/usermod -aG dialout <USER>
+ reboot - Menu Tools → Serial Monitor
- Change to 115200 Baud
ESP32 Chip model = ESP32-D0WDQ6 Rev 101 This chip has 2 cores Chip ID: 11493932
esp32.1729423383.txt.gz · Last modified: 2024/10/20 11:23 by bruno