EngineersGarage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Advertise
You are here: Home

Kausu T R

  • Profile
  • Topics Started
  • Replies Created
  • Engagements

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • January 30, 2013 at 4:36 pm in reply to: Distance measurement using InfraRed sensor #9082
    Kausu T R
    Participant

     

    
    

     

    Hello sir, I’m performing one of the project  Distance measurement Distance measurement using InfraRed sensor. I was working on the concept of the program and could’nt get along with this part of the program.i am so confused this convert function.Because this HEX to ASCII conversion couldn’t understan me.Pls explain ths logic as early as possible….

    Thank you in advance…

     

    void convert()

    {

      int s;

      lcd_cmd(0x81); 

      delay(2);

      lcd_data_string(“output:”);

      s=test_final/100;

      test_final=test_final%100;

      lcd_cmd(0x8a);

      if(s!=0)

      lcd_data(s+48);

      else

      lcd_cmd(0x06);

      s=test_final/10;

      test_final=test_final%10;

      lcd_data(s+48);

      lcd_data(test_final+48);

      lcd_data(‘ ‘);

      if(shift>16)

       {

          lcd_cmd(0xc0+(shift-1));

          lcd_data_string(” “);

          shift=0;

       }

      lcd_cmd(0xc0+(shift-1));

      lcd_data(‘ ‘);

      lcd_cmd(0xc0+shift);

      lcd_data_string(“CALIBRATE IT”);

      delay(30);

    }

     

    January 9, 2013 at 2:50 pm in reply to: Distance measurement using InfraRed sensor with ADC0804 & 8051 microcontroller (AT89C51) BY vmminst #8925
    Kausu T R
    Participant

     

    please send me block daigram of  “Distance measurement using InfraRed sensor with ADC0804 &
    8051 microcontroller (AT89C51)”
     
    on my e-mail id
     
    that is “[email protected]”
  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)

RSS Recent Posts

  • RC Electronic Speed Control Capacitors February 11, 2026
  • ANOTHER OLD PROJECT REDO February 11, 2026
  • XLR splitter to mono. February 11, 2026
  • CR2/CR123A Batteries In Projects February 11, 2026
  • Variable audio oscillator February 11, 2026

Stay Up To Date

Newsletter Signup
EngineersGarage

Copyright © 2026 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy | Advertising | About Us

Search Engineers Garage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Advertise