Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by PAIJO SULOYO

  1. PAIJO SULOYO

    [SOLVED] 8051 and ADC0804 interface code related Convert ADC Value to display voltage

    nice project, have u conversion tabel of lm 35? example: if temperature is 27C, lm35 pruduce 0000 1000 in adc or produce 3.18V etc.
  2. PAIJO SULOYO

    [SOLVED] Digital Clock using 89s52/89c52

    have u ASM code of your project?
  3. PAIJO SULOYO

    FM radio frequency meter

    hi i wanna to measure the frequency from FM radio kit when i playing it, then display it on LCD 16x2. someone please teach me how to do it use Microcontroller, i just only know ASM languge thanks before
  4. PAIJO SULOYO

    [SOLVED] [MOVED] Please Help me !! to measure "Echo Pulse Output " from SRF05 ultrasonic

    Re: [MOVED] Please Help me !! to measure "Echo Pulse Output " from SRF05 ultrasonic At last I have solved my problem myself. Thanks to all the posts of edaboard related to my problem. very.. very... very.. thanks to all, thanks to my teachers for supporting me now i can display it on LCD
  5. PAIJO SULOYO

    [SOLVED] [MOVED] Please Help me !! to measure "Echo Pulse Output " from SRF05 ultrasonic

    Re: [MOVED] Please Help me !! to measure "Echo Pulse Output " from SRF05 ultrasonic this my assembly code ORG 00H LCD EQU P2 EN EQU P3.5 RW EQU P3.6 RS EQU P3.7 START: CLR P3.1 CLR RW MOV TMOD,#11H ;SET T1/T0 = 16 BIT MOV TH0,#0F1H ;3600 uS (= 2X 60 X 58) MOV TL0,#0F0H SETB...
  6. PAIJO SULOYO

    [SOLVED] [MOVED] Please Help me !! to measure "Echo Pulse Output " from SRF05 ultrasonic

    Re: [MOVED] Please Help me !! to measure "Echo Pulse Output " from SRF05 ultrasonic thnks arunraj1984 yes, i mean duration of high pulse i have measure it with timer 16 bit, then i save value in 44H/45H --> HIGH/LOW (16 bit) my problem, i can't display it (value of duration high pulse) in...
  7. PAIJO SULOYO

    [SOLVED] [MOVED] Please Help me !! to measure "Echo Pulse Output " from SRF05 ultrasonic

    [MOVED] Please Help me !! to measure "Echo Pulse Output " from SRF05 ultrasonic Hi I am newbie, please help me I wanna to measure echo pulse output from ultrasonic sensor SRF05 to LCD 16x2 (in micro second). I use AT89S51 with crystal clock 12MHz, trigger out pin P3.1, echo pulse in P3.2, LCD...

Part and Inventory Search

Back
Top