How to Implement and Use Google Translate API in C# Welcome to this step-by-step tutorial on integrating the Google Translate API into your C# applications. Whether you’re building a multilingual application, need to translate user-generated content, or simply want to explore translation capabilities, this guide will help you get started. Table of Contents Prerequisites Setting…
Implementing Authentication in a .NET 9 MAUI Blazor Hybrid App
Implementing Authentication in a .NET 9 MAUI Blazor Hybrid App This guide provides detailed steps to implement a basic username and password authentication system in a .NET 9 MAUI Blazor Hybrid app using the new Blazor Web App template with a .Shared project. The authentication system uses a simple in-memory user store for demonstration purposes….
Bluetooth Thermometer app – some new added features.
Here is a video on the added features of the Bluetooth thermometer app
Bluetooth Low Energy Thermometer
You can create your own Bluetooth Low Energy Thermometer by just using a few components. Some things you will need: 1. Arduino (Uno, Nano or Micro) We will be using the Uno for this demo. 2. AT-09/HM-10 module 3. DS18B20 thermal sensor 4. Some wires for connecting them (male to male, male to…
Bluetooth Low Energy Thermometer App
The Bluetooth LE thermometer app was created as a nice display of the data from my Bluetooth Low Energy Thermometer electronic project. The app uses Ble (Bluetooth Low Energy) to connect to an AT-09 or HM-10 low energy device or similar. Once the app is connected to the Bluetooth LE thermometer device, it will…
Bluetooth Thermometer App
The Bluetooth thermometer app was created as a nice display of the data from my Bluetooth Thermometer electronic project. The app uses legacy Bluetooth and therefore is only available on Android as iOS does not support it. This means that you can NOT connect to any Ble (Bluetooth Low Energy) device as it will not…
Bluetooth Thermometer
You can create your own Bluetooth Thermometer by just using a few components. Some things you will need:1. Arduino (Uno, Nano or Micro)We will be using the Uno for this demo. 2. HC-05 module 3. DS18B20 thermal sensor 4. Some wires for connecting them(male to male, male to female and female to female)…