This repository contains many MicroPython Examples for ESP8266, ESP32, RP2040 Boards
Find a file
2024-08-06 08:40:51 +07:00
Example - 7 Segment First Commit 2024-05-10 18:26:38 +07:00
Example - ADC Reading First Commit 2024-05-10 18:26:38 +07:00
Example - Blynk API First Commit 2024-05-10 18:26:38 +07:00
Example - BME280 Upload Scripts 2024-08-06 08:40:51 +07:00
Example - DHT11 First Commit 2024-05-10 18:26:38 +07:00
Example - HCSR04 Ultrasonic First Commit 2024-05-10 18:26:38 +07:00
Example - I2C LED Display First Commit 2024-05-10 18:26:38 +07:00
Example - MQ9 Upload Scripts 2024-08-06 08:40:51 +07:00
Example - Networking and Clients Upload Scripts 2024-08-06 08:40:51 +07:00
Example - SPI OLED Display Upload Scripts 2024-08-06 08:40:51 +07:00
Example - Telegram Bot API Upload Scripts 2024-08-06 08:40:51 +07:00
Example - UART Comms Add UART Comms Example 2024-05-10 18:41:15 +07:00
Pinouts Upload Scripts 2024-08-06 08:40:51 +07:00
README.md First Commit 2024-05-10 19:22:56 +07:00

A Collection of Example Codes

This folder contains many simple codes to access several sensors or peripherals. Need to be noted that this MAY NOT work in your board. Always VERIFY before using.

Currently Available

  • Example - ADC Reading
  • Example - Blynk API
  • Example - DHT11
  • Example - HCSR04 Ultrasonic
  • Example - I2C LED Display
  • Example - MQ9
  • Example - Networking and Clients
  • Example - SPI OLED Display
  • Example - UART Comms
  • Manuals