Showing posts with label Technology. Show all posts
Showing posts with label Technology. Show all posts

Wednesday, June 7, 2023

How To Setup Ads in Android App with Admob And upload on Playstore

 AdMob, Google ka ek advertisement platform hai jo Android apps me ads dikhane ke liye istemal kiya jata hai. Agar aap apni Android app me AdMob ads lagana chahte hain, toh neeche diye gaye steps follow kijiye:


1. Sabse pehle, AdMob account banaye: AdMob website pe jaakar apna account create kare (https://admob.google.com/).


2. AdMob account create karne ke baad, aapko ek Ad Unit ID generate karna hoga. Is ID ko aap apne ads ko identify karne ke liye istemal karenge.


3. Apne Android app me AdMob SDK integrate kare: AdMob SDK aapko AdMob ke website se download kar sakte hain. Is SDK ko apne Android app project me include kare.


4. AdMob SDK integrate karne ke baad, apne app ke code me AdMob ki functionality implement kare. Isse aap ads ko load kar sakte hain aur apne app me display kar sakte hain.


5. AdMob ki guidelines aur policies ko follow kare: AdMob ka istemal karte waqt, unki guidelines aur policies ka dhyan rakhe. Isse aapki app AdMob policies ke mutabik ho aur aapko ads ke revenue mil sake.


Apni Android app ko Google Play Store pe publish karne ke liye, neeche diye gaye steps follow kare:


1. Google Play Developer Console pe login kare: https://play.google.com/apps/publish/


2. Developer Console me apna account create kare aur necessary details provide kare.


3. "Create Application" par click kare aur apni app ke liye details aur settings enter kare.


4. App ke screenshots, description, category, aur other required information ko submit kare.


5. Apni app ka APK file upload kare, jise aap ne develop kiya hai.


6. Pricing aur distribution options ko configure kare, jaise ki free ya paid app, specific countries me availability, etc.


7. Apne app ke screenshots aur promotional graphics ko upload kare.


8. Apni app ka listing review kare aur submit kare.


Play Store review process complete hone ke baad, aapki app publically Play Store pe available hogi.


Mujhe ummeed hai ke yeh information aapke liye helpful hogi. Agar aapko aur kisi baat ki samajh mei dikkat ho, toh mujhse pooch sakte hain.

Friday, January 20, 2023

What is ir sensor





What is ir sensor
An IR sensor (Infrared sensor) is a device that detects and measures infrared radiation. Infrared radiation is a type of electromagnetic radiation with a wavelength that is longer than visible light but shorter than microwave radiation. IR sensors can detect a wide range of temperatures and are commonly used in a variety of applications such as temperature measurement, motion detection, and proximity sensing.

One of the most common types of IR sensors is the pyroelectric sensor, which is used in motion detectors. It consists of a crystal that generates an electrical charge when exposed to infrared radiation. When an object moves within the sensor's range, it changes the amount of infrared radiation that the sensor detects, which in turn causes the sensor to generate a different electrical charge.

Other types of IR sensors include thermopile sensors, which are used to measure temperature, and IR proximity sensors, which are used to detect the presence of an object. IR sensors are widely used in various applications such as home appliances, industrial automation, automotive, and security systems.

type of ir sensor

There are several types of IR sensors, each with its own unique characteristics and applications. Some common types of IR sensors include:

  1. Pyroelectric sensors: These sensors are commonly used in motion detectors. They consist of a crystal that generates an electrical charge when exposed to infrared radiation. When an object moves within the sensor's range, it changes the amount of infrared radiation that the sensor detects, which in turn causes the sensor to generate a different electrical charge.

  2. Thermopile sensors: These sensors are used to measure temperature. They consist of a number of thermocouples connected in series, which generate a voltage when exposed to infrared radiation. The magnitude of the voltage is proportional to the temperature of the object being measured.

  3. IR proximity sensors: These sensors are used to detect the presence of an object. They emit infrared radiation and detect the radiation that is reflected back. The sensor generates an output signal when an object is within a certain distance of the sensor.

  4. Reflective IR sensors: These sensors are used to detect the presence or absence of an object by sending an infrared beam and detecting the reflection. They are commonly used in industrial automation and robotic applications.

  5. IR imaging sensors: These sensors capture images using infrared radiation. They are used in thermal imaging cameras and can detect temperature variations and thermal signatures of objects.

  6. IR remote control sensors: These sensors are used in devices such as TVs, music players, and air conditioners. They receive signals from IR remote control and convert them into electrical signals.

These are some examples, but there are many other types of IR sensors available, each with its own unique features and capabilities.



What is Infrared (IR) radiations.

 Infrared (IR) radiation is a type of electromagnetic radiation with longer wavelengths than those of visible light. It has a range of wavelengths from about 750 nanometers (nm) to 1 millimeter, and it is invisible to the human eye. Infrared radiation is often referred to as "heat radiation" because it is the part of the electromagnetic spectrum that is responsible for the sensation of heat.

There are three main types of infrared radiation:

  • Near-infrared (NIR) has wavelengths between 750 nm and 1400 nm and is used in fiber-optic communication and some medical treatments.
  • Mid-infrared (MIR) has wavelengths between 1400 nm and 3000 nm and is used in spectroscopy and sensing applications such as temperature measurement, gas detection, and chemical analysis.
  • Far-infrared (FIR) has wavelengths between 3 micrometers (µm) and 1 mm and is used in thermal imaging and heating applications.

Infrared radiation is emitted by all objects with a temperature above absolute zero, and it can be used to detect and measure the temperature of objects at a distance. Infrared radiation is also used in remote controls, night vision equipment, and thermal imaging cameras. In addition, it is also used in medicine to treat certain conditions such as pain relief and wound healing.

Infrared radiation is generally safe, but prolonged exposure to high levels of infrared radiation can cause skin and eye damage. This is why it is used cautiously in some applications such as industrial heating, and IR saunas.

Recent added

TypeScript Class 5

Common Syntax Errors in TypeScript and How to Avoid Them Syntax errors are among the most common issues developers encounter when writing Ty...