Posts

Showing posts from December, 2023

how to make a 4g smart phone

Image
Hello guys, today in this page you are going to see how to make a smart phone.  Components required: . 2mega pixel camera . 0.8mega pixel camera .  Sim card module . Motherboard .  Lens for camera  .  Antenna module .  Flex cable .  Bluetooth and GPS module .  Micro Heat sink .  3.7v battery 5000 mah .  Speaker .  Micro soldering .  Micro USB slot .  Audio jack slot   Now see the images before you buy  . Cameras . Sim card module  . Motherboard  In the motherboard I have installed micro USB port, audio jack, heatsink for management of temperature. . Antenna module I am using the older antenna module you can use latest one.  . Flex cable  . Battery 6000 mah I have connected these batteries in series hence the voltage of the battery would remain same and back up will increase.  These ...

class 9 information technology full syllabus in one shot pt 3

Image
INFORMATION TECHNOLOGY Full syllabus in one shot IT for PT3 exam If this blog is helpful please share it to your friends.  Chapter1 INTERNET BASICS Definition of Internet  The Internet is a global network of interconnected computers that communicate and share information. Components of the Internet: Web pages :  Documents on the World Wide Web (www) containing text, images, videos, etc. Web Browser: Software to access and view web pages (e.g., Chrome, Firefox). URL (Uniform Resource Locator): Web address specifying the location of a resource on the Internet. Internet Services: Email: Electronic mail for sending and receiving messages. WWW (World Wide Web): Platform for accessing information through web pages. Search Engines: Tools like Google to find information on the Internet. Internet protocol HTTP(hyper text transfer protocol):  Protocol for transferring web pages. FTP(File transfer protocol): Protocol for transferring files over the Inter...

how to make you own voice assistant with raspberry

Image
HOW TO MAKE A VOICE ASSISTANT SPEAKER WITH RASPBERRY  HARDWARE: . RASPBERRY  . USB MICROPHONE  . SPEAKER .  INTERNET CONNECTION VIA WIFI INSTALL RASPBIAN OS: download and install the raspbian OS on you microSD card (min 16gb) from Chrome via any source. You can follow the official raspberry Pi documents for this Connect raspberry pi with WiFi and power source.  Update and upgrade Open a terminal and run sudo apt-get update sudo apt-get upgrade Install python and pip  sudo apt-get install python3 sudo apt-get install python3-pip Install a virtual environment  sudo pip3 install virtualenv Install required libraries  Install necessary libraries such as `speech _recognition ` for voice recognition and `pyttsx3` for text to speech pip3 install speechRecognition  pip3 install pyttsx3 test your microphone. Adjust settings if  necessary CODE(python)  import speech_recognition as sr import pyttsx3 def listen():  ...

What are resistors, diodes

Image
What are resistors Resistors are electronic components that limit the flow of electric current in a circuit. They have a specific resistance measured in ohms and are commonly used to control the voltage and current in various electronic devices.  What are diodes  Diodes are semiconductor devices that allow current to flow in one direction only. They have two terminals: an anode (where current enters) and a cathode (where current exits). Diodes are commonly used in electronic circuits for rectification, signal demodulation, and as a protection against reverse voltage.

Famous Tourist places in PATIALA

Image
Patiala is located in punjab and it is know for its rich history and cultural heritage. SOME TOURIST PLACES  PATIALA ARE 1. QILA MUBARAK      A historical fort and palace. It is a symbol of past.  2.Sheesh mahal     It is know as palace of mirrors. It is famous for its beautiful     glassworks and mirror decorations 3.Baradari garden     Baradari gardens are popular place for locals and tourists. The     garden features a large pond and is a peaceful retreat in the     heart of the city. In the baradari gardens there are many types of     Rare plants and trees only found in patiala.  4. Moti bagh palace        Moti bagh palace is a one of the  historical palace in patiala.        Moti bagh palace is surrounded by well maintained gardens       and is often used for cultural events.  ...

INDIA

Image
INDIA India is a vast and peninsular country. India is the 7th largest country of the world. It lies in Northern hemisphere. It is located in south Asia. India lies between 8°4'N and 37°6'N and longitudes 68°7'E and 97°25'E. The land mass of India has an area of 3.28 million square km. India has a land boundary of 15,200 km. India is bounded by the young fold mountains in the north West, north and north east. In the south there are 3 oceans so it is a peninsular country. India's time is referred as STANDARD MERIDIAN OF INDIA. India has 28 states and 8 Union territories. India is a independent country. India's constitution is below

Humanoid robot

Image
MATERIALS REQUIRED . 19 Servo motors .  Switch .  Arduino  .  Jumper wires .  2 dc to dc buck converter . 2 LEDs  .  Battery 9v to 12v CIRCUIT: Code- #include "basant_v3.h" basant_v3basantv3 ; int degree[20]; int index = 0; String content = ""; char character; int eyeLED = 46; void setup() {   Serial.begin(115200);   Serial.println("GPIO test!");   pinMode(eyeLED, OUTPUT);   hashv3.init_hash();   eye_led();   hashv3.initial_position();   delay(5000);   hashv3.say_hi(2, 1000);   hashv3.hands_up(1, 3000);   hashv3.forward(20, 500);   hashv3.turn_right(5, 500);   hashv3.turn_left(5, 500);   hashv3.move_right(5, 800);   hashv3.move_left(5, 800);   hashv3.ball_kick_right(1, 1000);   hashv3.ball_kick_left(1, 1000);   hashv3.max_sit(1, 2000);   hashv3.bow(1, 2000);   hashv3.right_bow(1, 2000);   hashv3.left_bow(1, 2000);   hashv3.ape_move(3, 20...

how to make arduino bluetooth car

Image
MATERIALS NEEDED CHASIS ARDUINO (UNO)  BLUETOOTH MODULE (HC-O5) SOME JUMPER WIRES  BATTERY  4x TYRES 4X BO GEAR MOTOR Ln298 motor driver PROCEDURE 1. Fix box motors in the chassis and tyres in the motors and solder one pin with red wire and another pin with black pin.  2. Join the wires in parallel and connect it to motor driver.  3. Use jumper wires and connect arduino to motor driver and battery also 4.by circuit given below 5.check the code and adjust pin numbers  CODE /******************* Robot Remote Control Mode - L298N 2A ********************/ // connections for drive Motor FR & BR int enA = 9; int in1 = 7; int in2 = 6; // connections for drive Motor FL & BL int in3 = 5; int in4 = 4; int enB = 3; const int buzPin = 2;  // set digital pin 2 as buzzer pin (use active buzzer) const int ledPin = A5;  // set digital pin A5 as LED pin (use super bright LED) int valSpeed = 255; String readString;  // declaring ...

symbols and names of elements

Image

How to test a brushless motor

Image
HOW TO CHECK SPEED OF BRUSHLESS MOTOR MATERIALS REQUIRED  . brushless motor  . ESC (according to the voltage)  . Battery 12v . Speed controller . Propeller  There are three wire connect these wires to esc blue wire Connect these wires to speed controller  Next check the speed after connecting battery voltage 12v

How to make a WiFi spy cmera

Image
How to make a WiFi spy camera  MATERIALS REQUIRED: . ESP32 camera module . Jumper wire .  3.7v battery 1100mah  . Tp-4056 charging module  . Ftdi CODING PROCESS: After completing this given circuit write code in arduino ide.  CODE : Do this in arduino ide const char* ssid = "REPLACE_WITH_YOUR_SSID"; const char* password = "REPLACE_WITH_YOUR_PASSWORD"; Here change your ssid and password in the given below code Serial.print("Camera Stream Ready! Go to: http://") whenthe code is completed here will be a link open it.  /*********   Rui Santos   Complete project details at https://RandomNerdTutorials.com/esp32-cam-video-streaming-web-server-camera-home-assistant/      IMPORTANT!!!     - Select Board "AI Thinker ESP32-CAM"    - GPIO 0 must be connected to GND to upload a sketch    - After connecting GPIO 0 to GND, press the ESP32-CAM on-board RESET button to put your board in flashing mode ...

BLUETOOTH SPY CAMERA

Image
HOW TO MAKE A BLUETOOTH SPY CAMERA MATERIALS NEEDED ~Soldering iron ~glue  ~a camera from old phone ~bluetooth module (hc-05) ~3.7v battery  ~Tp 4056 charging module  ~a cover CIRCUIT  if your are a children please take help from your younger citizens. Don't take risk.