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 aviv6371

  1. A

    building for with while,........

    if i change the instruction little bit how would it change the order of the instructions ?? : for (line=0,cl=0,temp=0;temp<=i,cl>15;cl++,++temp) { proc1(); proc2(); } thanx for the fast reply, avi.
  2. A

    building for with while,........

    hi, how can i build for loop using only while using c language : for (line=0,cl=0,temp=0;temp<=i,cl>15;cl++,++temp) thanx , avi.
  3. A

    scrolling message using lcd........

    i want to scroll message by 2x16 lcd cell by cell and line by line and i m wondering weather i can do it automatically by the lcd features and instructions or i should do it by software ???? thanx in advnace, avi
  4. A

    What do open drain drivers mean?

    Re: open drain drivers? hi costanostra, i was wondering weather are going to give us a grade too.:D
  5. A

    Dynamic resistance of diode

    hi, let me put some light on the physical side:diode is a non linear device because the current that flows through it is proportional to exponent.rd is the differential resistance of the diode and is determined by the potential difference on the diode. when ac is small dc potential is much...
  6. A

    I have a problem with pic16f84a plz help??????????!!!!!!!!!!

    Re: I have a problem with pic16f84a plz help??????????!!!!!! your controller is in reset state which all the ports are in 0 state.i dont see that u used the TRISB register. configure portb as output by using the instructions: clr TRISB by the way u wont see the change unless u r using scope.i...
  7. A

    mobile regulated supply

    thanx for the reply you both.... ian thanx for the backup . i build the ciruit and its working fine. the battery diode wo'nt let current from the transformer to flow and the transformer diode w'ont let current from the battery to disturb its work and they can both work together though its not...
  8. A

    mobile regulated supply

    hi, i want to build a 5v regulated source based on 7805. i have 9v battery and 9v wall transformer 200ma. i would like to combine them together because i may use them both ( i want to mobile the unit ). can i only connect diode at the output of each source to prevent interference from the other...
  9. A

    interrupt complications

    hi, first thanx for answering so quicklly. my next question would be naturally how to translate these information to c instructions ??? avi.
  10. A

    interrupt complications

    hi, i am talking aboat one interrupt source !! what the program will do if an interrupt of the same source is asking to branch. will the program go immediatly to the start of the interrupt or avoid the interrupt completly and finish the first interrupt. avi.
  11. A

    interrupt complications

    hi, i m programming Pic 16f877 with c and wondering what happens when an interrupt is happenning when the program is proccessing an interrupt call. avi.
  12. A

    Interfacing keyboard to microcontroller

    interfacing keyboard microcontroller hi, if u send the electric diagram it will be much more easy to help u. r u using bi-directional communication or uni ?? make sure that the microcontroller's control pins are configured as input when using uni direction (in my opinion keyboard-host is...
  13. A

    general question aboat free version spice...

    hi, how can i add the Ω and µ signs to the sheet. i tryed copying from word and pasting but its not working . any ideas ?? thanx in advance, avi
  14. A

    why does nt my pic work at 20Mhz

    the formula to calculate the capacitors is: cl=(c1*c2)/(c1+c2)+cs cl is load capacitor whice is mentioned in the data sheet cs is the stray capacitor of the printed board typically 5pF c1 and c2 is the parallel capacitors. usually its the same value avi. Added after 4 minutes: one more...
  15. A

    Where can I find LCD Java simulator?

    lcd java thanx that what i meant :D avi.

Part and Inventory Search

Back
Top