У нас вы можете посмотреть бесплатно Lesson 5 Installing ESPTOOL for MicroPython ESP32 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this lesson I will show you how to install esptool which is a helper package to flash the MicroPython firmware into ESP32. To work with esptool.py, you’ll need either Python 2.7, Python 3.4 or a newer Python installation on your system. With Python 3 installed, open a Terminal window and install the latest stable esptool.py release with pip: pip install esptool Note: with some Python installations that command may not work and you’ll receive an error. If that’s the case, try to install esptool.py with: pip3 install esptool python -m pip install esptool After installing, you will have esptool.py installed into the default Python executables directory and you should be able to run it with the command esptool.py. In your Terminal window, run the following command: esptool.py Project Source Codes : https://github.com/AnbuKumar-maker Contact us for more projects: info@codingscientist.com WhatsApp Support: +91-99725-77735 About us: https://www.codingscientist.com Hackster Community: https://www.hackster.io/anbu-kumar LinkedIn: / codingscientist Facebook: / coding.scientist Twitter: / robo_thoughts