Tag: micropython
-
Raspberry Pi Pico W – Web Server to control components
This post will show you how to create your own Raspberry Pi Pico W Web Server running MicroPython firmware using MicroDot
-
Using WebSocket in MicroPython – A Practical Example
This post will show you how you can implement your own WebSocket server using the MicroDot web framework and your MicroPython device.
-
MicroPython – Read LDR or Photoresistor
This post will show you how to interface and read sensor values from your Light Dependent Resistor (LDR) or photoresistor using MicroPython
-
MicroDot/MicroPython – Handling dynamic content
This post will show you how you can handle dynamic content in a MicroDot application using your MicroPython firmware.
-
Control RGB LED using MicroPython
This post will show you how you can control RGB (Red/Green/Blue) Light Emitting Diode (LED) using MicroPython.
-
Common MicroPython Problems
This post will list down some of the common errors or problems that I encountered while working with MicroPython and the solutions that solved it
-
MicroPython – MQTT Publish/Subscribe using ESP32/ESP8266
This post will show you how to connect, published, and subscribe to MQTT topics with your broker using MicroPython and an ESP32/ESP8266 board
-
Raspberry Pi Pico W: BME280 Weather Station Dashboard
This post will show you how to interface your Raspberry Pi Pico W with the BME280/BMP280 and create a weather station using MicroPython.
-
MicroPython: Interfacing with SSD1306 OLED display
This post will show you how to create programs written in MicroPython to interface with SSD1306 OLED to display text and graphic images.
-
Control DS18B20 using MicroPython with a Weather Station Project
This post will show you how to control or interface DS18B20 temperature sensor with your MicroPython device with a weather station project