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 your1click

  1. Y

    The two 7 segment displays using 4094 and arduino

    Re: Two 7 segment display using 4094 and artuino Yes I read it, and direct sending mean, I sent data 0-9 it's working for single display and now I added another display and I sent data 0-9 its showing in both display. now I gave a name display1 and display2. and display1=value; display2= value...
  2. Y

    The two 7 segment displays using 4094 and arduino

    Re: Two 7 segment display using 4094 and artuino can you tell me in details 8 bits for upper and 8 bits for lower display? and can't I send direct 1,2,3,4,5,6,7,8,9,0 to upper display and lower display ? coz i used 2 button and how to choose which bits for upper or lower >
  3. Y

    The two 7 segment displays using 4094 and arduino

    Two 7 segment display using 4094 and artuino Hi all, I tried to use two display interface with 4094 and arduino, how to send data to 4094, I sent 0-9 and its going for both display so how to send separate data for one display only without changing another display value. bellow I have uploaded...
  4. Y

    [General] LED Controller using at89c2051 problem

    Here is code for this ckt which I used please check this also //For coding //Let start our coding here #include<AT89x51.h> sbit LED1 = P1^3; sbit LED2 = P1^4; sbit SW1 = P1^0; sbit SW2 = P1^1; sbit SW3 = P1^2; void main(void) { SW1=1; SW2=1; SW3=1; { if(SW1==0) { LED1 = 1; LED2 = 0...
  5. Y

    [General] LED Controller using at89c2051 problem

    So you mean I have to add pull register ?? - - - Updated - - - that is 10u
  6. Y

    [General] LED Controller using at89c2051 problem

    which 3 controller ??
  7. Y

    [General] LED Controller using at89c2051 problem

    Hi friends I design simple circuit and programmed and test with Proteus Simulator here it's working properly but I applied programed on IC and test on bread board its not working. here is my circuit which I upload but programmed I will update next time b'coz now I'm at office when I get my...
  8. Y

    Two Ic interface c51 to c51 programming

    yes but I have only basic knowledge abt coding
  9. Y

    Two Ic interface c51 to c51 programming

    I'm new for micro-controller and I finish only one simple program, now i want to interface c51 to c51, where I want to use switch in one IC and another IC I want to use relay. I know there is two option for interface 1 is parallel and other is serial, but I tried lots of time but not success...
  10. Y

    8 channel IR remote using PIC

    I already tried to connect direct also, but same thing happened.. - - - Updated - - - I didn't use this section I used direct transistor for this section.. I need to transfer data from Tx to Rx which is not transferring... :sad:
  11. Y

    8 channel IR remote using PIC

    Dear friend, I found this circuit in net, So i want to replace that IR and I want to connect direct from wire like this., please check attached file also here I upload code also, I tried to check from Proteus its not working so please help me.... thanks in advance
  12. Y

    Proteus 8 Professional Help

    Hello friends I used Proteus 8 Professional for simulator my project But I didn't get there all devices like a IR, Tsop and in my project I need IR and Tsop so how can I use without this this devices can you help me plz plz .. thanks in Advance :(
  13. Y

    Solar Hybrid Inverter

    I want to design one Hybrid Inverter, and my inverter working details are bellow, If solar output current is 15Amp, main line should be stand by in charging time. If solar Output 14 or less then 14 remaining Amp cover from main line, for example " solar output is 12Amp total required Amp is...
  14. Y

    I need HT640 and HT648 50pcs

    try on www.onlinetps.com

Part and Inventory Search

Back
Top