Tutorial

This tag is used to tag Tutorial related posts

Ubuntu Tutorial: Home Assistant

0 – Introduction With today’s situation in the IOT world, you would need multiple apps of multiple cloud providers to manage everything in your smart home. Not only is  that a risk for your privacy, it is also a burden when your internet goes down and everything becomes unmanageable. In today’s article we will learn […]

Ubuntu Tutorial: Home Assistant 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 »