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 gidp

  1. G

    [PIC] FSM style with PIC16F877A

    Thanks a lot and sorry for the TAG's issue.
  2. G

    [PIC] FSM style with PIC16F877A

    Hello guys, Foe the FSM that listed below, the issue is the following: 1. When I do not use while (1) at the beginning of each CASE statement the code runs perfectly in the MikroC simulator, and function as its intend. 2. But when I run the same code on EVB (Evaluation Board) with the PIC...
  3. G

    Using PIC for 433MHz RF Link

    pic using 433mhz Thanks, I will check this grounding noise issue.
  4. G

    Using PIC for 433MHz RF Link

    pic 433mhz Hello, I’m using the PIC 16F870 USART TX/RX for sending data over RF link at 433MHz. The USART, works fine with baud rate of 4,800b/s (OSC=4MHz). When I’m adding the RF link so the TX USART sends that data into the RF transmitter, and the data out of the RF receiver Is feeding into...
  5. G

    PIC to PIC Sync communication using USART

    usart Thanks wp100, I select Sync mode - since its faster and I thought it will be more robust, but I will try the Async mode as you have sugested, mybe its work better. Thanks again.
  6. G

    PIC to PIC Sync communication using USART

    usart pic Hello, I need help in operating the USART, in SYNC mode when PIC 16F870 is used as MASTER and transmit data, to PIC 16F877A that set as SLAVE and received the data. I have set the baud rate to 62.5Mb/s. When the master send the data via the TXREG, and I’m using delay of 200ms and...
  7. G

    Generating Clock output from PIC 16F877A

    pic clock output pwm Thanks for all the help.
  8. G

    Generating Clock output from PIC 16F877A

    clock output pin pic24 Thanks a lot guys. Added after 4 hours 36 minutes: Hello Hugo, I have done the following (in Assembler), but its not working, can you please let me know why? ; PWM registers configuration CLRF T2CON ; Stop Timer2 BSF STATUS, RP0 ; Bank1 MOVLW...
  9. G

    Generating Clock output from PIC 16F877A

    pic clock output Hello, Can anyone let me know how can I generate a clock of about 30KHz on the output of one of the pins of PORTC, In parallel to the main program. Meaning that I do not wan this clock freq’ to be affected by the Main Program code length or delay. The clock should be with...

Part and Inventory Search

Back
Top