You can also download Python onto your computer from.
How to install matplotlib on windows install#
I suggest you download and install the Anaconda Distribution of Python. Python needs to be installed on your computer so that you can use a command-line program called esptool. If you don't have a micro-USB to USB-A cable, you can buy one at Adafruit or Amazon. This type of cable is common to many older Android phones and tablets. If the ESP32 isn't recognized by your computer (and the SiLabs driver is installed) try a different USB cable. Make sure the micro-USB cable is a data cable. The cable needs to be a USB data cable and not just a USB charging cable. Therefore, you need a micro-USB to USB-A (regular USB) cable. Both the Adafruit Feather Huzzah 32 board and the HiLetgo ESP32 board board use a micro-USB connector. You also need a USB cable to connect your ESP32 microcontroller to your computer. This tutorial assumes you have one of these development boards that has a USB port on it.
Boards you could use include the Adafruit HUZZAH32 – ESP32 Feather Board and the HiLetgo ESP-WROOM-32 ESP32 ESP-32S Development Board found on Amazon. There are a couple of different varients. You'll need an ESP32-based microcontroller. Your computer needs to be connected to the internet. These instructions are written assuming you have a Windows 10 computer, but the same general steps can be used on other operating systems. This computer can be Windows10, MacOS, or Linux. We will install MicroPython on our ESP32 microcontroller with our computer.
How to install matplotlib on windows serial#