This post will show you how you can build your own raspberry pi pico w robot car using the MicroPython, MicroDot library and websocket
This post will show you how you can program your Raspberry Pi Pico for motor control of DC motors using the DRV8833 H-Bridge components
This post will show you how to create your own Raspberry Pi Pico W Web Server running MicroPython firmware using MicroDot
This post will show you how you can implement your own WebSocket server using the MicroDot web framework and your MicroPython device.
This post will show you how to interface and read sensor values from your Light Dependent Resistor (LDR) or photoresistor using MicroPython
This post will show you how you can handle dynamic content in a MicroDot application using your MicroPython firmware.
This post will show you how you can control RGB (Red/Green/Blue) Light Emitting Diode (LED) using MicroPython.
This is an example Raspberry Pi Pico W BMP/BME 280 Weather station project that I built using MicroPython framework and MQTT.
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
This post will show you how to connect, publish, and subscribe to your MQTT broker using the umqtt.simple library in MicroPython and a Raspberry Pi Pico W board.