ESP32 Telegram Bot: Send Sensor Readings To Your Phone!
How to create an ESP32 Telegram bot that sends sensor readings to your phone! With Arduino IDE code examples and setup instructions.
How to create an ESP32 Telegram bot that sends sensor readings to your phone! With Arduino IDE code examples and setup instructions.
Discover the pinout and technical specs of the ESP32-C3 Super Mini. Learn about its GPIOs, Specifications, and Special Features!
Program your ESP32 using PlatformIO and Visual Studio Code! Installing PlatformIO, writing your first sketch, and uploading it to your ESP32.
Trouble uploading files to ESP32 SPIFFS in Arduino IDE 2.x.x? Learn how to upload files to ESP32 SPIFFS without the Arduino IDE!
How to build an ESP32 web server LED control project using the Arduino IDE. Control an LED from your browser with a simple web interface!
How to measure distance with an HC-SR04 ultrasonic sensor using the Raspberry Pi Pico. A simple guide with wiring and code in the Arduino IDE!
How to send ESP32 HTTP requests to trigger IFTTT webhooks using the Arduino IDE. A step-by-step guide to sending GET & POST requests!
How to use the deprecated ESP32 hallRead() function to read Hall sensor values in Arduino IDE. With a simple workaround and code example!
Discover how to power ESP32 boards. Learn how to connect your ESP32 via USB, VIN, and 3V3 pins – with troubleshooting tips included!
ESP32 vs Pico 2: Compare the ESP32 with the Raspberry Pi Pico. All the key differences, benefits, and downsides to help you choose right!
ESP32 RTC: Use the DS3231 and DS1307 RTC modules with ESP32 in the Arduino IDE. Setup, wiring, code examples, and deep sleep integration
Learn how to get the current date and time on your ESP32 using NTP. A step-by-step guide to setting up ESP32 NTP time synchronization!
Learn how to read and temporarily change the ESP32 MAC Address in Arduino IDE with simple code examples. Works for WiFi STA/AP and Bluetooth!
Assign a static IP address to your ESP32 using the Arduino IDE. Prevent changing IP addresses with this ESP32 Static IP step-by-step guide.
Learn How To Implement ESP32 Capacitive Touch Sensors in the Arduino IDE. A step-by-step guide with code examples to detect touch inputs!
How to perform an ESP32 OTA Update using the Arduino IDE. Upload Firmware to your ESP32 Over The Air following this step-by-step guide!
Looking for the best ESP32 board for your project? Comparing the top development boards, features, and prices to help you choose right!
ESP32 vs ESP8266: Which microcontroller is better? Compare features, performance, power consumption, and use cases to make the right choice
Learn how to install USB drivers for ESP32 devices and fix common issues like "Failed to connect" errors and missing COM ports - Step-by-Step
Discover the key differences between ESP-NOW and Bluetooth. Learn which protocol is best suited for your ESP32 (IoT) Projects!
Learn how to install ESP32 in Arduino IDE. Suited for beginners, this tutorial includes setup instructions, troubleshooting tips, and more!
Learn how to encrypt ESP-NOW communication on ESP32 devices to secure wireless data transmission. A step-by-step guide with code examples!
I2C vs. SPI: Learn the differences, how the protocols work, and when to use each in your Raspberry Pi or microcontroller projects.
Learn what FreeRTOS is, how it works, and how to use it on Arduino and ESP32. Get started with the Real-Time-Operating system FReeRTOS!
Learn how to use ESP-NOW with ESP32 and the Arduino IDE. What is ESP-NOW, how does it work, and how to implement it in the Arduino IDE!
Discover everything new about the Raspberry Pi Pico 2 compared to the original Pico. ✔ All The Important Technical Details In One Guide ✔
Implement Machine Learning on Microcontrollers with TFLite. This guide teaches you how to train a model and port it to a Microcontroller
Arduino vs. Raspberry Pi: Explore the Differences between these Boards and make sure to use the right one for your next DIY Project!
Learn how to implement Dijkstra's Algorithm in Java to find the shortest path in a graph. How Dijkstra works ✓ Java Code ✓ Explanation ✓
From home automation to retro gaming, explore the top 18 best Raspberry Pi projects to make use of your tiny single-board computer.
No hardware? No worries! Here's how to virtually program for Arduino. Learn to code and develop without the need for a physical board.
Dive into insights, tutorials, and tips covering everything you need to know about this powerful microcontroller - the Raspberry Pi Pico!
Raspberry Pi Pico with Arduino IDE: The guide to programming the Raspberry Pi Pico using the Arduino IDE. Instructions ✓ Tips ✓
Unlock the Power of Web Scraping with Python: This beginner guide will teach you everything you need to know to start scraping the web!
Python to Executable ✓ Learn how to easily convert Python script files into executables for Windows and Linux. PyInstaller & auto-py-to-exe ✓
Find out how to set up an SSH server on your Windows computer using OpenSSH! Get Remote Shell Access to your Windows computer.
Coding on mobile - Is it really possible? We all know that code is written on computers but does it also work with a regular phone?
Here's why programming is fun! Click to read more and find out what keeps programmers motivated and why the hobby is actually fun.
How are programming languages made? How was the first programming language created? Can you really program a programming language?
The JDK (Java Development Kit) is necessary for every Java programmer. Read this guide right now if you want to be a Java programmer yourself
How to handle HTTP requests, like GET and POST, using flask. Flask offers a request object that we're going to make use of. Read More!
Making Get and Post Requests is crucial when dealing with APIs and the web. Therefore, keep reading to find out how to send them using Python.
Nowadays, there are thousands of programming languages out there. Many people ask: "Which programming language should I learn first?"
When getting into computer networking, you will be confronted with the TCP/IP model sooner or later. Therefore, you should know about it!
Have you ever heard about the TCP and UDP network protocols and wondered what the differences are? Read this article right now to find out!
Have you ever wondered what the difference between interpreted and compiled programming languages is? If so, read this article now to find out
Whether you're a just beginner or a pro, here are the top 10 machine learning project ideas! Practice is the only way to get good at ML!
Read this article now to find out how to check whether a given number is a prime number using a self-written C++ program. (With Source Code)
C# prgrammers know that you can compile C# Code using Visual Studio. However, there also is a way to compile C# without having VS installed.
Did you ever want to create or decode QR codes with your computer? This article will show you how to create and decode QR codes using python!