C++ Programming

This tag is used to tag C++ Programming related posts

CrowPanel Tutorial: Homelab Status

0 – Introduction Keeping track of your home lab’s server status doesn’t have to mean logging into a dashboard or constantly checking your phone. With an ESP32 and an e-paper display, you can create a low-power, always-on status panel that provides real-time updates on your servers’ availability at a glance. In this guide, we’ll walk […]

CrowPanel Tutorial: Homelab Status Read More »

Esp32 Tutorial: Bluetooth LE

0 – Introduction The Esp32 has become a go-to coice for IoT and embedded applications. One of its standout features is the integrated BLE capability. In this article we will explore the basics of BLE including a server and a client. This article is best followed if you have two Esp32s (buy here) but you

Esp32 Tutorial: Bluetooth LE Read More »

Esp32 Tutorial: Bluetooth Serial

0 – Introduction One of the main benefits of the Esp32 is the included bluetooth connectivity. In this article we will use ‘Bluetooth Serial’ to connect a phone to the Esp and send and receive messages. 1 – Code For this small project, we will need two header files, ‘Arduino.h’ and ‘BluetoothSerial.h’. Start by creating

Esp32 Tutorial: Bluetooth Serial Read More »