Categories
Next js

Next Auth Credentials Provider JWT using Next.js and TypeScript

Let’s dive into integrating the Next Auth Credentials Provider with JWT, leveraging TypeScript support for a Next.js 14 example. 🚀 We’ll explore NextAuth.js JWT, Next-Auth Secrets, and Next Auth credentials provider – and more! Ready to explore these aspects and beyond? Let’s kick things off with a fundamental introduction to Next.js and Next-Auth.js. Next.js, a […]

Categories
Bootstrap

Bootstrap 5 Simple Login Page Example

Today we are going to create a simple login page using Bootstrap v5. Bootstrap v5 is the latest version of the Bootstrap and for creating a simple login page first of all we need to navigate to bootstrap official getting started page and grab minimum html5 template and start from there. Once we are done […]

Categories
Examples

PIC Timer1 External Clock Frequency Counter

We are using the PIC16f887 microcontroller’s internal Timer1 module in External Clock mode to count the number of clocks on the associated pin RC0. While using the timer1 module, we have two options for selecting the clock source, 1 is to use the internal clock or we can select the external clock source by setting […]

Categories
Examples

MicroPython getting started Guide

MicroPython is getting hype these days, due to the most advanced microcontrollers and development boards are now supporting the MicroPython. Especially the MicroPython support for ESP8266 and MicroPython for ESP32 board and now the modern Raspberry Pi Pico board is also supporting the MicroPython. Originally the MicroPython was designed for Pyboard which was specially designed […]

Categories
Examples

PIC16F676 LED Blink Program

LED Blink Program is a hello world program of microcontroller world. It not only gives us the idea of how to use the GPIOs of the microcontroller but also makes us sure that our development environment is stable and ready to use. PIC16F676 microcontroller is a 14 pin microcontroller that is very much suitable for […]

Categories
Examples

Arduino RTC based Digital Clock with 7 segment module

Digital Clock with Arduino is an important and simple project to start with RTC. RTC Stands for Real-time Clock. Whenever we require the real-time clock management system we need to use some RTC interface. Componenet List Here is the list of components that we are going to use for building this setup Arduino Nano TM1637 […]

Categories
STM8 Cosmic C

Using STM8 Standard Peripheral Library with STVD Cosmic Compiler

Today we are going to use the STM8 standard peripheral library (SPL) with STVD IDE and Cosmic Compiler. You may already know from our previous tutorials that we used the stm8 bare-metal programming. We always used the GPIOs and all the Peripherals like UART etc. But ST makes a good Peripheral library for the STM8 […]

Categories
Basic Electronics

BJT transistor as an Amplifier

To use BJT Transistor as an amplifier we need to make sure that the Q point is properly adjusted to do the amplification. To set the Q point we need to do the proper biasing to the transistor. When we talk about biasing a BJT Transistor, we normally mean to apply the external power supply […]

Categories
Basic Electronics

A basic introduction to the BJT Transistor

BJT stands for Bipolar Junction transistor. The BJT transistor is a three-layer and three-terminal semiconductor device. It is a three-terminal semiconductor device invented by  William Shockley in Bell Labs. The basic aim while inventing BJT was to replace the giant vacuum tubes, which were previously been widely used for amplification purposes. Due to the size […]

Categories
Examples

How to Control Your DC Motor Using Arduino

For an overview, DC Motor Control using Arduino is the automation of DC Motor. With the help of this automation, one can create advanced as well as simple voltage control and proportional control of DC Motor. To begin with, let’s discuss the DC Motor control with Arduino, the automation system of DC Motor with L298 […]