Category: Tutorials

  • Sending Messages with the ESP8266 and ESP32

    Sending Messages with the ESP8266 and ESP32

    Would you like to send messages with your ESP8266 or ESP32, for example to receive a warning from a motion detector or temperature sensor? In this tutorial, you’ll learn three ways to implement this – via Telegram, email, and WhatsApp. Contents of this tutorial: Sending Messages via Telegram A common option is to send messages…

  • How to Create a Telegram Bot

    How to Create a Telegram Bot

    If you want to control your projects from your smartphone or receive current sensor data, a Telegram bot is a practical solution. In this tutorial, you’ll learn how to set up a Telegram bot in just a few minutes and also find your UserID, which you’ll need for many projects. Install Telegram First, the easiest…

  • Using the ChatGPT API with Python

    Using the ChatGPT API with Python

    Using ChatGPT in a browser or as an app has become established for many people. But of course, OpenAI also provides a ChatGPT API that you can use to create texts or have questions answered, for example. In this tutorial, you’ll learn how to: Creating an OpenAI Account To use the ChatGPT API, you need…