Skip to main content

Posts

iQOO Z9s Pro: The Ultimate Mid-Range Powerhouse

[Source: https://www.iqoo.com/in/products/picture/Z9spro] Full Spec list: General Brand: iQOO Model: Z9s Pro Release Date: [Specify Month and Year] Form Factor: Touchscreen Dimensions: [To be confirmed] Weight: [To be confirmed] Colors: Black, Blue, Silver Operating System: Android [Version, likely Android 13 or 14] with iQOO UI Display Type: AMOLED Size: 6.7 inches Resolution: Full HD+ (2400 x 1080 pixels) Refresh Rate: 120Hz Aspect Ratio: 20:9 Protection: [To be confirmed, e.g., Corning Gorilla Glass] Performance Processor: Qualcomm Snapdragon 7 Series (likely Snapdragon 7+ Gen 2) GPU: Adreno [Version, e.g., 642L] RAM: 8GB / 12GB LPDDR5 Internal Storage: 128GB / 256GB UFS 3.1 Expandable Storage: No [If applicable] Camera Rear Camera: Primary: 64MP, f/1.8, PDAF Ultra-Wide: 8MP, f/2.2, 120˚ field of view Macro: 2MP, f/2.4 Features: LED flash, HDR, panorama, Night Mode, Portrait Mode Video Recording: 4K@30fps, 1080p@30/60fps, gyro-EIS Front Camera: 16MP, f/2.0 Featu
Recent posts
How to "INTEGRATE GOOGLE SIGN_IN into YOUR ANDROID APP" STEP 1) Make sure in your SDK manager Google repository and google play services Tools -> ANDROID - > SDK manager -> Launch StandAlone SDK manager -> Extras STEP 2) GET CONFIGURATION FILE https://developers.google.com/mobile/add?platform=android&cntapi=signin&cnturl=https:%2F%2Fdevelopers.google.com%2Fidentity%2Fsign-in%2Fandroid%2Fsign-in%3Fconfigured%3Dtrue&cntlbl=Continue%20Adding%20Sign-In Enter Project name , Package and select your country  Now, Select Google sign in. COPY SHAI certificate code by typing, in CMD   "keytool -list -v -keystore C:\Users\YOURUSERPROFILENAME\.android\debug.keystore -alias androiddebugkey -storepass android -keypass android" (WITHOUT QUOTES) Follow next easy steps.! STEP 3)Download .json FILE And paste it to APP directory..!! STEP 4)Put this dependecies : PASTE in APP LEVEL "buid.gradle" file:"  apply pl
Pulse Rate Sensor Using Arduino Components Arduino Heart Beat sensor module 16x2 LCD Push button Bread board Power Connecting wires Working of Heartbeat Monitor Project Working of this project is quite easy but a little calculation for calculating heart rate is required. There are several methods for calculating heart rate, but here we have read only five pulses. Then we have calculated total heart beat in a minute by applying the below formula:      Five_pusle_time=time2-time1;       Single_pulse_time= Five_pusle_time /5;       rate=60000/ Single_pulse_time; where time1 is first pulse counter value time2 is list pulse counter value rate is final heart rate. When first pulse comes, we start counter by using timer counter function in arduino that is millis();. And take first pulse counter value form millis();. Then we wait for five pulses. After getting five pulses we again take counter value in time2 and then we substarct time1 from time2
Application that Provides Voice Recognition                          Using Arduino BITVOICER: BitVoicer is a speech recognition application that enables simple devices, with low processing power, to become voice-operated. To do that, BitVoicer uses the PC processing power to analyze audio streams, identify the sentences present in these streams and send commands to a microcontroller connected to it. The main BitVoicer features are: It can process audio captured by the microcontroller or by the computer's audio adapter; You write the text and BitVoicer recognizes the speech; Supports the following languages: Catalan (Catalonia) Chinese (China, Honk Kong and Taiwan) Danish (Denmark) Dutch (Netherlands) English (Australia, Canada, India, United Kingdom and United States) Finnish (Finland) French (Canada and France) German (Germany) Italian (Italy) Japanese (Japan) Korean (Korea) Norwegian, BokmÃ¥l (Norway) Polish (Poland) Portuguese (Brazil and Portugal) Rus

How to use internet of one PC connected using ethernet in another PC??

If we add IP of PC-1 which is connected to internet into gateway of  PC-2 then will PC-2  be able to use internet ....??? I want your answers in comment..!!!