Transmission works with wires but not always with wireless


Results 1 to 40 of 43

Threaded View

  1. #37
    Join Date
    Sep 2006
    Location
    Venezuela - Caracas
    Posts
    48


    Did you find this post helpful? Yes | No

    Default

    i had many bug with RF 433mhz
    try pause 5 to pause 50

    im my circuit pause 5 word perfect
    without pause not work for me

    my simple test

    Code:
       ...
    transmiter:
       for i =  1 to 30
          serout data_out, N2400, ["<", "A", "B", ">", i]
          PAUSE 5
       next i
    Code:
       ...
    receive:
       serin data_in, N2400, "<ABDC>", TIME_OUT, I
       if i=1 then .........
    
    TIME_OUT:
    goto receive
    Last edited by mpardinho; - 24th April 2007 at 20:47.

Similar Threads

  1. Wireless Tachometer - Design Help
    By DanPBP in forum Off Topic
    Replies: 2
    Last Post: - 3rd May 2009, 09:06
  2. RS485 Vs Wireless (TWS-434A)
    By koossa in forum Off Topic
    Replies: 3
    Last Post: - 11th April 2009, 12:40
  3. Serial Wireless
    By mackrackit in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 29th May 2007, 16:06
  4. Serial comm - are 2 wires for TX only enough?
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 30th August 2006, 03:23
  5. RS 485 wireless communication
    By Armadus in forum mel PIC BASIC Pro
    Replies: 22
    Last Post: - 26th January 2006, 19:30

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts