Tagged: esp8266

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 Thonny IDE 0

MicroPython with esp8266 and esp32: flashing firmware and using Thonny IDE – 2

Here an article that provides a step-by-step guide for getting started with MicroPython development on the ESP8266 and ESP32 boards using the Thonny IDE. The article covers how to flash MicroPython firmware onto the board and how to connect to the board using Thonny’s MicroPython plugin. Additionally, the article includes an example project that demonstrates how to control an LED connected to the board 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.

BNO055 for esp32, esp8266, and Arduino: Gyroscope High Rate and Any Motion Interrupt 0

BNO055 for esp32, esp8266, and Arduino: Gyroscope High Rate and Any Motion Interrupt – 6

This latest article in the series explores how to use the BNO055 sensor with ESP32, ESP8266, and Arduino to achieve gyroscope high rate and any motion interrupt. The BNO055 sensor combines an accelerometer, magnetometer, and gyroscope in one module, making it ideal for accurate orientation tracking.