This is the first part of the serial communication between a PC and an ESP32 microcontroller using Python on the PC's end, and Arduino on the ESP's.
In this video, we learn how to create a serial listener/writer on both Python and the ESP32, and we discuss some problems that could arise when doing this kind of communication.
---
Part two: https://youtu.be/Jr79o_28tSY
---
Code: https://github.com/Rad-hi/ESP_Python_Serial
---
Pyserial: https://pythonhosted.org/pyserial/shortintro.html
---
Chapters:
00:20 : Intro
00:47 : Example application of Python/ESP32 communication
07:33 : Code and approach explanation
07:47 : Next episode
Download
0 formats
No download links available.
Send commands from Python to ESP32 via Serial - [Part 1] | NatokHD