Skip to content
/ ESP Public

Learn MicroPython with ESP32 microcontroller or similar

Notifications You must be signed in to change notification settings

Lupin3000/ESP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn MicroPython with ESP32 microcontroller

Static Static Static

Very Important

The author of this repository (information, scripts, code) take no responsibility for your use or misuse (or any damage to your devices)! Respect the law in your country/location/area! The information included at this repository is for educational purposes only!

Information

Depending on your ESP32 microcontroller device, sensors and environment you may need to adapt values for GPIO pins. The important values are defined as constants after imports. Many of the examples also run on the ESP8266, RP2040 / Pico or other MicroPython compatible devices, you have to adjust the pins!

If you do not yet own an ESP32 microcontroller or are unsure about your circuit, on wokwi or Tinkercad you can test mostly all scripts and simulate your circuit/code inside the browser.

Tutorials & examples

Table of Contents

External MicroPython libraries

Most modules (e.g. driver, fonts and etc.) listed here, are copies from other repositories! The content/code is not always revised by me. Please check if there are more recent versions available.

Topic Link for this repository Original source
Font freesans20 GitHub
Font vga bold 16x16 GitHub
Display Writer GitHub
OLED Display (I2C/SPI) SSD1306 GitHub
OLED Display (I2C/SPI) SH1106 GitHub
LCD Display (SPI) PCD8544 GitHub
LCD Display (SPI) ST7789 GitHub
LCD Display (SPI) ST7735s 0.96 LCD -
LCD Display (SPI) ST7735s 3.5 Pico LCD -
Sensors BME680 GitHub
Sensors Vl53L1X GitHub
NeoPixel NeoPixel-Matrix -
BLE BLE Advertising GitHub
RFID MFRC522 GitHub
Sound DFPlayer Mini GitHub

Important MicroPython sources