Tag: micropython
-
Integrating ESP-NOW with MicroPython and WiFi
Learn how to use Wi-Fi, MicroPython, and ESP-NOW to accomplish seamless communication. Expand your IoT capabilities by learning more about the potential of asynchronous data transmission.
-
Sensor Data Sharing with ESP-NOW in MicroPython
Discover how to use MicroPython to easily transfer sensor data with ESP-NOW. Investigate hardware configuration, data collection, cutting-edge methods, and practical applications for effective IoT and sensor network projects.
-
Discovering ESP-Now in MicroPython with Asyncio
Explore the power of asyncio in ESP-Now with MicroPython. Learn how to harness the capabilities of asynchronous programming to enhance the efficiency and responsiveness of your ESP-Now IoT projects.
-
Exploring ESP-NOW in MicroPython: A Learner’s Guide
Explore the power of ESP-NOW in MicroPython. Get started creating Internet of Things (IoT) projects with this wireless communication protocol
-
How do you run Thonny IDE with multiple windows or instances?
This post will show you how you can run Thonny IDE with multiple windows or instances so you can work on multiple projects simultaneously
-
Building a Raspberry Pi Pico W WiFi Robot Car
This post will show you how you can build your own raspberry pi pico w robot car using the MicroPython, MicroDot library and websocket
-
Raspberry Pi Pico W Motor Control using the DRV8833
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
-
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