Articles by Tag #micropython

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Sensors Dashboard (MQTT Raspberry PI+ESP32+FastHTML)

This guide explains how to set up an ESP32 microcontroller with an LM35 temperature sensor to send...

Learn More 6 0Feb 7

Understanding '*args' and '**kwargs' in Python

🔹 Understanding *args and `kwargs` in Python** In Python, *args and **kwargs are used to...

Learn More 6 0Mar 18

What is String and its types in Python?

What is a String in Python? In Python, a string is a sequence of characters enclosed...

Learn More 5 0Feb 5

🔥 The Untold Secret of ⚡️MicroPython: Build IoT Apps in Minutes with Just 20 Lines of Code!

⚡️ The Untold Secret of MicroPython: Build IoT Apps in Minutes with Just 20 Lines of...

Learn More 4 0Oct 15

🧠 Raspberry Pi Headless Setup Guide (SSH, VNC, Essentials)

This guide walks you through setting up a Raspberry Pi (headlessly) using Raspberry Pi Imager,...

Learn More 3 0Mar 12

💻 MicroPython on a $3 Board: Real-Time IoT Dashboard with Zero Cloud Costs!

💻 MicroPython on a $3 Board: Real-Time IoT Dashboard with Zero Cloud Costs! If you think...

Learn More 2 0Oct 16

How to Use L298N Motor Driver with Raspberry Pi Pico W

In this tutorial, we’ll explore how to control DC motors using the L298N motor driver and the...

Learn More 2 0Nov 1 '24

A Beginner's Guide to Python Libraries: Unlocking the Power of Pre-Written Code 🐍📚

Python is a popular programming language known for its simplicity and versatility. One of the reasons...

Learn More 2 0Nov 25 '24

Inky Frame menu items

Pimoroni offers a range of its own products based around the Raspberry Pi Pico microcontroller,...

Learn More 1 0Aug 24

Python 3.14 Deep Dive: Performance Revolution & Advanced Debugging (Part 2 - Chapter 1/3)

Supercharge your applications with JIT compilation, free-threading, and cutting-edge debugging...

Learn More 1 0Oct 14

Meet Embedible: Your AI Hardware Copilot Microcontrollers

Getting started with hardware projects is exciting — but it can also be overwhelming. If you’ve ever...

Learn More 1 0Sep 14

🚀 From MicroPython to the Moon: Building Space-Efficient IoT Devices like a Pro

🚀 From MicroPython to the Moon: Building Space-Efficient IoT Devices like a Pro Ever tried...

Learn More 1 0Oct 8

When You Press Run in Python: A Peek Under the Hood

Python is one of the most popular programming languages today, loved for its simplicity and...

Learn More 1 0Sep 24

Data Load through Python

Introduction Managing data is at the heart of many software applications. Often, we encounter...

Learn More 0 0Dec 10 '24

Best Python Course in Delhi: Your Bright Career in Programming

In present days, there are many technology jobs that require skills such as Python programming. This...

Learn More 0 0Nov 14 '24

Discover the Best Programming Codes – No Signup or Fees Required!

Are you looking for high-quality programming codes to enhance your projects? You’ve come to the right...

Learn More 0 0Feb 2

Apps Script Web Apps 回應文字內容的轉址問題

Google 的 Apps Script 是個很不錯的服務,很方便就可以建立後端應用,不過如果回應純文字內容,就會因為安全考量而改用轉址方式傳回真正的文字。底下以我所撰寫從 Yahoo...

Learn More 0 0Apr 12

讓 MicroPython 輸入中文

MicroPython 不知道為了什麼原因,在實作的時候 input 內建函式只能接受 ASCII 字元,例如: >>> r =...

Learn More 0 0Jul 5

🔥 Why React Native + MicroPython = The Unexpected Duo That Will Change IoT Forever!

🔥 Why React Native + MicroPython = The Unexpected Duo That Will Change IoT Forever! Ever...

Learn More 0 0Sep 1

🔥 MicroPython on ESP32: Build a Smart Sensor in 15 Minutes Without Writing C! 😱

Based on the blog post, it focuses on building a REST API on a microcontroller (ESP32) to expose...

Learn More 0 0Oct 12

Python Training Course for Beginners: A Comprehensive Guide to Master Python

Python is one of the most popular and versatile programming languages in the world. Whether you're a...

Learn More 0 0Dec 3 '24

How I Used LLMs to Make IoT Devices Understand Any Language

Recently, I worked on this hobby project to create a multilingual IoT controller using MicroPython,...

Learn More 0 0Dec 23 '24

🚀 10 Simple Ways to Speed Up Your Python Code

Python is great, but sometimes it can be slow—especially with large datasets, loops, and...

Learn More 0 0Mar 17

Why It Sucks to Be a Python Developer in 2025

Python has long been celebrated as the Swiss Army knife of programming languages—versatile,...

Learn More 0 0Apr 25

MicroPython 1.24.0 的 requests 重新導向的問題

MicroPython 的 requests 模組中實作的 request 函式有個問題,如果叫用時傳入的 headers 引數中包含有 Host 表頭,就會沿用該表頭,而不是使用實際上從 url...

Learn More 0 0Dec 6 '24