Category: esp32

MicroPython with esp8266 and esp32: flashing firmware and using PyCharm IDE 0

MicroPython with esp8266 and esp32: flashing firmware and using PyCharm IDE – 3

Here is a beginner’s guide to MicroPython development on the ESP8266 and ESP32 boards using PyCharm IDE. It covers the basics of MicroPython, firmware flashing, and how to set up PyCharm for remote MicroPython development. Additionally, the article includes an example project that demonstrates how to control an LED using MicroPython code.

MicroPython with esp8266 and esp32: flashing firmware and using standard tools 0

MicroPython with esp8266 and esp32: flashing firmware and programming with basic tools – 1

This guide focuses on using MicroPython with ESP8266 and ESP32 microcontrollers, two popular choices for IoT and embedded systems. By understanding the standard instruments available with MicroPython, such as Python, esptool, ampy, PuTTY, and screen, you can quickly and easily build projects for these powerful devices. This guide will provide an overview of each tool and how to use them effectively, so you can take full advantage of the capabilities of your ESP8266 or ESP32 microcontroller.

ESP32 firmware and filesystem update with FTP client 2

ESP32 firmware and filesystem update with FTP client – 2

Welcome to the final article in our ESP32 firmware and OTA update management series. Today, we’ll explore using an FTP client to update the firmware and filesystem on an ESP32 device. Join us as we delve into this last technique, equipping you with valuable insights for managing updates on your ESP32 projects.