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 birlan97

  1. B

    Help me with voltmeter code for PIC16f876

    Re: pic16f876 voltmeter Not yet !
  2. B

    Help me with voltmeter code for PIC16f876

    Re: pic16f876 voltmeter wizpic: what is happened ? what did you do to crack_ it ? what do you mean by crack_ (hardware crack_ - it is burned) or software problem ? Your scheme is different from mine ? So: your hex working fine with your pcb and don't work fine with my pcb (this is the problem ?)
  3. B

    Help me with voltmeter code for PIC16f876

    Re: pic16f876 voltmeter Right ! First part of the code was taken from an old one and forgot to change On the pcb I have 4Mhz Quartz !
  4. B

    Help me with voltmeter code for PIC16f876

    Re: pic16f876 voltmeter hi rajudp, I don't have time to build opamp scheme to test it (maybe at the end of the week) Otherwise is working fine !
  5. B

    Help me with voltmeter code for PIC16f876

    Re: pic16f876 voltmeter To measure a negative voltage I need to change the hardware input (introducing an Operational Amplifier) or could be done from software ? My connections: C1 = GND C2 = pic amps input C4 = pic volts input Therefore volts dysplay is not real because of the resistor If I...
  6. B

    Help me with voltmeter code for PIC16f876

    Re: pic16f876 voltmeter OK, in a few minutes ! I have asked rajudp to share too ! Added after 10 minutes: wizpic, here is your last hex (new voltmeter1): https://www.youtube.com/watch?v=etSUrDqR5Yc If you find out the problem , could you please share your code ? Thanks ! Added after 8...
  7. B

    Help me with voltmeter code for PIC16f876

    Re: pic16f876 voltmeter Here are those two hex files capture: rajudp: https://www.youtube.com/watch?v=YTAqxekvGD0 wizpic: https://www.youtube.com/watch?v=-oHDuEncQZA[/url]
  8. B

    Help me with voltmeter code for PIC16f876

    Re: pic16f876 voltmeter It's working fine now
  9. B

    Help me with voltmeter code for PIC16f876

    Re: pic16f876 voltmeter Rajudp - What did you do for stability ?
  10. B

    Help me with voltmeter code for PIC16f876

    Re: pic16f876 voltmeter Can you build another hex with this one ? "amps_read = (float)(amps * 51)/1023;" Tks
  11. B

    Help me with voltmeter code for PIC16f876

    Re: pic16f876 voltmeter 1. Very stable 2. for amps calculation you use "amps_read = (float)(amps * 3)/1023;" or "amps_read = (float)(amps * 51)/1023;" I have 0.1 ohm resitor in series with ground and I measure voltage dropout and write to lcd as amps. Max amps output is 3A. but if I put...
  12. B

    Help me with voltmeter code for PIC16f876

    Re: pic16f876 voltmeter Here is the file ============================
  13. B

    Help me with voltmeter code for PIC16f876

    Re: pic16f876 voltmeter Tried but didn't work - it show only blocks (first line)
  14. B

    Help me with voltmeter code for PIC16f876

    Re: pic16f876 voltmeter Made another pcb and readings (without load) is good , but when I connect the load stability problems appear Next thing is to modify the code for multiple reading and make average for displaying. That's correct ?
  15. B

    Help me with voltmeter code for PIC16f876

    Re: pic16f876 voltmeter Thanks for info. I'll make another pcb with modification for caps and for divisor input.

Part and Inventory Search

Back
Top