Strange Lab

Strange Lab Collection of the creative projects that belongs to year 2050. A Creative and innovative project Ide You have come to the right place. Be with Us ;-)

Are you searching for the creative and innovation technology Projects and want to learn what projects are people working on which will change the next century?

https://www.fiverr.com/s/6PVemw
28/08/2023

https://www.fiverr.com/s/6PVemw

For only $10, Abdulrehman479 will teach you python, or any programming language or arduino. | I am an experienced developer with 16 years of experience in the programming. I started my journey with Assembly Language and touched so many languages | Fiverr

Next-Auth is a great and widely used package in Next.js for Authentication purposes. It provides majority of Auth Provid...
07/09/2022

Next-Auth is a great and widely used package in Next.js for Authentication purposes. It provides majority of Auth Providers support built in. A simple Getting Started with Next-Auth could walk you through the quickest implementation of basic authentication system with Next.js project. The problem is, majority of the tutorials over internet are either too old, which means they are using syntax of previous versions, or, they are not using the Credentials Provider at all....

Next-Auth is a great and widely used package in Next.js for Authentication purposes. It provides majority of Auth Providers support built in. A simple Getting Started with Next-Auth could walk you through the quickest implementation of basic authentication system with Next.js project. The problem is...

Today we are going to create a simple login page using Bootstrap v5. Bootstrap v5 is the latest version of the Bootstrap...
27/07/2022

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 with the minimum page, we are going to grab a Bootstrap Card example from the official Docs and add that into the body of the previous html template....

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....

28/02/2022

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 the TIMER1_CS pin in T1CON…...

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 ...

MicroPython is getting hype these days, due to the most advanced microcontrollers and development boards are now support...
08/02/2022

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 on STM32F4 devices to support the MicroPython....

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. O...

LED Blink Program is a hello world program of microcontroller world. It not only gives us the idea of how to use the GPI...
20/01/2022

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 many small IO related applications. We are going to create a first Hello world program for PIC16F676....

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 muc...

Digital Clock with Arduino is an important and simple project to start with RTC. RTC Stands for Real-time Clock. Wheneve...
28/12/2021

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 4 digit 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 setu...

Today we are going to use the STM8 standard peripheral library (SPL) with STVD IDE and Cosmic Compiler. You may already ...
13/12/2021

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 as well, just like they did for the STM32 devices....

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 librar...

To use BJT Transistor as an amplifier we need to make sure that the Q point is properly adjusted to do the amplification...
30/11/2021

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 in the right polarity so that the junctions could work in the right order and we can use them for our purpose....

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

BJT stands for Bipolar Junction transistor. The BJT transistor is a three-layer and three-terminal semiconductor device....
19/11/2021

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 of the tubes, the devices were not possible to shrink their sizes....

BJT Transistor stands for Bipolar Junction Transistor. Which was invented to replace the vaccum tubes in the amplifications.

13/11/2021

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 H-bridge. The DC Motor Control with Arduino device is a very simple system that allows controlling any type of DC Motor....

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 ...

Arduino Nano is a very good machine when it comes down to multitasking automation tasks. For many industrial designers, ...
13/11/2021

Arduino Nano is a very good machine when it comes down to multitasking automation tasks. For many industrial designers, PWM is their main criterion when looking for a suitable automation platform. PWM stands for "Pulse width modulation", which simply means that it is a type of signal that contains a range of possible frequencies. PWM in Arduino is also a good alternative when considering the amount of available digital and analogue inputs on your target device....

Arduino Nano is a very good machine when it comes down to multitasking automation tasks. For many industrial designers, PWM is their main criterion when looking for a suitable automation platform. PWM stands for “Pulse width modulation”, which simply means that it is a type of signal that contai...

Address

Oppsit PTV Station, Shimla Pahari Abot Road
Lahore
54000

Opening Hours

Monday 15:00 - 21:00
Tuesday 15:00 - 21:00
Wednesday 15:00 - 17:00
18:00 - 23:00
Thursday 15:00 - 21:00
Saturday 15:00 - 21:00

Alerts

Be the first to know and let us send you an email when Strange Lab posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Strange Lab:

Share