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 Waqas_MicroSolutions

  1. W

    [SOLVED] Datasheet for solomon LM1000TGR lcd

    Yes, It worked with standard Hitachi Protocol with PIN compatibility to LCDs commonly available ( It doesn't have any backlite...) I just tested it.... It is 16x1 LCD....
  2. W

    [SOLVED] Datasheet for solomon LM1000TGR lcd

    I also have similar and another LCD(**broken link removed**)... did you find any thing about it? Waqas Lahore...
  3. W

    [SOLVED] RA0 and RA1 not working properly when used at a time

    #define BUZZER PORTA.B1 #define BLOW PORTA.B0 void main (){ ANSEL=0x60; TRISA.B0=0;TRISA.B1=0; CMCON = 7; while(1){ BLOW=0; Delay_ms(500); BUZZER=0; Delay_ms(500); BUZZER=1; Delay_ms(1000); BLOW=1; Delay_ms(1000); }/*while*/...
  4. W

    [SOLVED] RA0 and RA1 not working properly when used at a time

    BLOW is simply an LED(Battery Low), and BUZZER is a12V Buzzer which is being drived with BC547.... I tried this and some other things before posting my question on edaboard..... I used 6 different ICs the result is the same in proteus as well... While trying these things I have learned many...
  5. W

    [SOLVED] RA0 and RA1 not working properly when used at a time

    why not for other PORT PINs in PORTA??? LATA, is undefined Identifier in MikroC, neither it is present in PIC16f676's datasheet! ---------- Post added at 23:12 ---------- Previous post was at 22:52 ---------- How to fix PIC microcontroller read modify write bugs - YouTube I have seen this...
  6. W

    [SOLVED] RA0 and RA1 not working properly when used at a time

    Hi there, I have configured RA0 and RA1 in PIC16F676 as output. They work well when used individually. When both are set/Cleared one after other, they doesn't work. If one pin is turned on, other is turned off by it self(This is not required). While same code works well on other pins in PORTA...
  7. W

    Manufacturer of CHIP ON Board Circuit PCBS

    Hi, I have a schematic in which ICL7107 IC is being used and I'm searching for manufactures who can supply me assembled circuits in large quantity.... Problem is The Chip ICL71707 should be integrated on board or perhaps which is call Chip on Board(COB) like in the image below.... Any one know...
  8. W

    Fly Back transformer Selection

    Hi, I have to make a power supply like one in data sheet of UC3844, page 8. What are the specs for transformer T1 and coil L1? Also, I/P voltage is not less then 220VAC, so what changes are necessary... Thanks in advance...
  9. W

    ad620 offset and non liniearity

    hi, I am using ad620 as preamp for a load cell resistive bridge, 20mV max output at 5Vcc.Max Load capability of load cell is 100Kg. I'm having two Problems, When there is no load, It is still giving 0.968 Volts which unacceptable and supposed to be zero at zero Load on Load Cell.. Secondly,in...
  10. W

    pic kit 2 lite programmer

    Hello Pranam77, There is a pdf with blueroom's pickit 2 lite, named "ART2003-LVP[1]" which contains schematic and CONFIG settings for burning the hex file into PIC18F2550 through PC parallel port... My question is, that circuit can be used for rest of other PICs? If yes, what changings should be...
  11. W

    long distance serial communication

    Well, Thank you...! I'll let you know if there would be any problem implementing it.....
  12. W

    long distance serial communication

    Well, 9600 baud rate is Ok, my problem is not rs232 standard, I just want to know that will MAX232 IC (Maxim) will work for that distance 30 feet??? Or else if I use MAX485 IC, what kind of changes I need to do in Soft? Because I have written code for using it with MAX232 IC...
  13. W

    long distance serial communication

    Hi guyz, I have to take different measurements( from Load Cell, Temp, rpm..etc..) at a distance of about 30 feet. I'm about to measure those readings through ADC channels in PIC Microcontroller and then I'll send them to another microcontroller at 30 feet, serially(rs-232) to display those...

Part and Inventory Search

Back
Top