Posts

Image
How to Deploy react-vite / next js / react web-app  1. Open cmd and install firebase-tools globally by --->  npm install firebase-tools -g [ For Both yarn / npm project use the same command ] Then follow this steps ( inside the project terminal write those command )

How to Use Moment JS in React & Next JS

How to Use Moment Package for converting time into visual format ---- 1. yarn add moment 2. import moment from 'moment' 3.  moment(data).format('MMMM Do YYYY, h:mm:ss a') /// Here  data is obtained from the Array of object /// For more Details use this doc --->  https://momentjs.com/ -------------------------------------------- Thank You --------------------------------------------  

Ultimate Guide for redux toolkit

  REDUX TOOL KIT ULTIMA TE GUIDE Installation --->  yarn add @reduxjs/toolkit yarn add react-redux

Interface & Solved SIM800L GSM Module Problems

Image
If you face any kind of SIM800L GSM Module Problem  then this post is for you and you get every possible solution for this module ------------------------------------------------------ ------------------------------------------------------ ------------ #Pin Configurations SIM800L is a GSM Module that is used for mobile communication generally # It has a total of 12 Pins. [6Pins each side] # It Supports only 2G and works with any SIM except JIO. # It works on Separate 3.7v at least 2000mah battery. # During the call it consumes approx 2A so power is a vital part of this module.   # Problems ------------ 1. The Led doesn't blink  2.  The Led blinks every 1 Second 3. The Led continues to blink 7 times then off  4. The Led blinks in every 3sec but the module does not receive any message # The Led doesn't blink Problem Solved 1. At first connect a separate Power supply of 3.7 volt 2000mah 2. Check the voltage of the VCC and GND pin using a multimeter 3. Insert the SIM with the prope

Upload Program in ESP12E / ESP12F using Node MCU

Image
How To Program ESP12E / ESP12F  using  Node MCU or ESP8266  in a Very Easy Way  # Components Needed      1. Node MCU or ESP8266     2. ESP12E or ESP12F      3. Few jumper Cables     4. 10k Resistor 2 pcs # Circuit Diagram & Process  Step - 1 💬 I n  ESP12E / ESP12F chip,  Connect 10K resistor between EN/CH_PD and VCC  💬  In  ESP12E / ESP12F chip,  Connect 10K resistor between GPIO15 and GND Step - 2 💬 To bypass the Node MCU chip Connect EN / CH_PD  with GND in Node MCU Step - 3 💬 Connect the rest of the pins as per the Table --- Step - 4 💬 To Add the ESP8266 Library   Enter this link into Arduino IDE https://arduino.esp8266.com/stable/package_esp8266com_index.json   into the File > Preferences > Additional Boards Manager  URLs field of the Arduino IDE. You can add multiple URLs, separating them with commas . After pasting the link goto ---  # Tools > Board > Board Manager # Search ESP8266 in the search box # install ESP8266 # Select the board 1 2 3 # After Selectin

PROTEUS crashed and all error Solved

If you have facing Proteus software crashing or any other error or license not found problems then this post for you. Solution At first, go to the given link below and download the file. Link :  https://mega.nz/folder/5oR2RJAL#KVOm2lc4_Jfio97N6_4MTQ      If you download the Proteus Software before, then at first uninstall and delete its all files follow the steps below ---- Go to Control Panel - Programs [Uninstall a program] - and uninstall the proteus its take 2-4 mins. Press win+R and type ' regedit.exe '  Click HKEY_LOCAL_MACHINE -  click SOFTWARE - click WOW6432Node    After that find the ' Labcenter Electronics' file and delete the file. Go to ' C ' drive - Program Files (x86) - ' Labcenter Electronics' - delete the file. After that see the full video carefully. Link :  https://youtu.be/mjMcxxVG_vs THANK YOU!!!

ATMEL FLIP Software installation on Windows 10 - Problem "Could not find a Java Virtual Machine can't continue" Fixed

Image
  FLIP Software error Fixed If you facing a  "Could not find a java virtual machine cannot continue"  problem when you run the  'Flip'  software. To fix the error you have to download " JavaSetup8u241.exe " Link:   https://download.cnet.com/Java-Runtime-Environment-JRE/3000-2213_4-10009607.html After downloading run the " JavaSetup8u241.exe " and install it properly it will take     2-3mins after that the error is hopefully solved. Thank you !!!