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 joserio

  1. J

    [SOLVED] Counter With Opto Coupler

    Hola BradtheRad, I already solved the issue, I just added a bit oldstate=0 then next oldstate=1. Thank you for support. :smile: Joserio.
  2. J

    [SOLVED] Counter With Opto Coupler

    Hola BradtheRad, I wish for the count to continue only while the button is sending, it mean when the button on pressed/toggle it count +1 only till the button release (only have one count), and next counting will count same. I use an opto coupler to trigger an input, so I change...
  3. J

    [SOLVED] Counter With Opto Coupler

    Hola, Guys.....I need your help. Below is the code I found on the way do{ if(Button(&PORTB,5,1,0)) { Delay_ms(200); // If button is pressed, delay 0,2s and increment "number" with 1...
  4. J

    [PIC] SWR Measurement Watt Meter

    Yes, I am making a SWR Power Meter for my tranceiver 144Mhz & 440Mhz Band https://www.kenwood.com/usa/com/amateur/tm-v71a/ FVM : I'm not put PIC standalone, but I've to put a AD8307, LF355 or LM358 before in to RA0 & RA1. I just want to know, how to calculated it to convert from...
  5. J

    [PIC] SWR Measurement Watt Meter

    I am working on a new project using a PIC16F877A, I want to calculated A Watt Meter (SWR Measurement), refer on formula I think is : Power = Volt X Amp but I try this I got wrong value. My reference volt on RA0 is XX mVolt and then convert to Watt. Can anyone guide me to given some...

Part and Inventory Search

Back
Top