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 engineer4

  1. E

    Remote Control with pt2272

    Hey fawadbutt can you post your PT2262 and PT2272 circuit ?
  2. E

    Sensor Using 89c2051 on Proteus

    On the proteus ,it doesn't work.So I am asking from this forum. Can you explain about sensor interface and protocol more clearly? How to check the osc frequency? I have attached my proteus file.Please check out it??:lol:
  3. E

    Sensor Using 89c2051 on Proteus

    Thank you for helping me. What result I want is if button is pressed buzzer is giving sound. I wanna make a sensor circuit. I am replacing button to any sensor and buzzer is replacing any alarm circuit . Is it clear to understand now?
  4. E

    Sensor Using 89c2051 on Proteus

    Please help me about code and circuit is right? here is code on KEIL If it is wrong tell me what is wrong here? ____________________________ #include <AT892051.h> sbit Buzzer=P1^7; sbit PUSH_BUTTON=P3^0; #define ON 0 #define OFF 1 void wait_a_second() { unsigned int x; for(x=0;x<33000;x++); }...
  5. E

    Problem with LCD Program

    Hello? Can you post its circuit? ---------- Post added at 07:25 ---------- Previous post was at 07:20 ---------- Can you post simple LCD circuit on 8051 and c coded?

Part and Inventory Search

Back
Top