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 Rahul Kumar Vashistha

  1. R

    interfacing ultrasonic sensors

    okay...thanks a lot..please post the code here when you are done.. :)
  2. R

    interfacing ultrasonic sensors

    i know..but 16bit is required..help me with the code..i am runnning out of time..
  3. R

    interfacing ultrasonic sensors

    Yup.. . That's what I want and I am using pic16877a it has only one 16bit timer(timer1)..That's why I have to use only one timer i. email timer 1 of pic16877a..
  4. R

    interfacing ultrasonic sensors

    Yesss.. Absolutely identical Now please please please can you give me the c code for that interfacing.. Or any other kind help related to this project would also be appreciated.. :-D
  5. R

    interfacing ultrasonic sensors

    i did the same..have a look at the code..help me with the function of interrupt that would get called whenever an interrupt will be generated by the timer after overflow. - - - Updated - - - Actually my aim is to receive the echo signal simultaneously from both the echo pin of sensors and...
  6. R

    interfacing ultrasonic sensors

    guys please help me out! i am trying to interface two ultrasonic sensors(HC-SR04) with pic16f877a and accordingly have written the code as shown below:- #define _XTAL_FREQ 8000000 #define RS RD2 #define EN RD3 #define D4 RD4 #define D5 RD5 #define D6 RD6 #define D7 RD7 #include <xc.h>...

Part and Inventory Search

Back
Top