List of Posts written during Mar 2023

This is a list of of posts written during the month Mar 2023
(Rev. 19-Mar-2024)

Categories | About |     |  

List of Posts

This is the complete list of categories of posts written during Mar 2023. They have been ordered by the publish date, with the most recent first.

  1. Published: 02-Mar-2023
    This ASP.NET Core Project is a proof of concept that allows us to control electrical switches in a building, or if it is extended, then it can be used to control street lights also. The project uses an ASPNET Core Web Api application to store the state of the switches. A desktop C# Winforms application uses JWT authentication to communicate and command the ASPNET application. The ASPNET application passes the commands to an ESP32 IOT device programmed through C language. The source codes for (i) ASPNET Project, (ii) ESP32 C-language main.c file + Circuit Diagram and (iii) C# Winforms applications have been provided as downloads. See the link below.