Wireless modules - help with code not working


Results 1 to 32 of 32

Threaded View

  1. #1
    Join Date
    Dec 2011
    Location
    IO93ok
    Posts
    190

    Default Wireless modules - help with code not working

    Following on from the thread where I asked re simple setup I bought the modules from Ciseco.

    I've made up a board based on the schematic below and also some code, however it doesn't work. I have made a small test code just to get the module to transmit but no joy.

    I can see on the scope that the pic sends the serout at 1 second intervals but I can't seem to get the module to transmit.

    Factory default according to the site is 9600baud in transparent serial mode. The modules are the ARF version from Ciseco as per previous thread.

    I've tried serout and serout2.

    Can anyone see what the problem may be ?

    Code:
    '
    INCLUDE "ALLDIGITAL.pbp"
    Include "modedefs.bas" 
    DEFINE OSC 10
    
    
    TRISA=$00001000
    CMCON=7
    
    
    TESTBIT VAR BYTE
    
    
    TESTBIT = 1
    
    
    TEST:
        SEROUT PortA.2,N9600,["BOB",TESTBIT] '9600bps
        PAUSE 1000
        GOTO TEST
    
        
    END
    Name:  868.jpg
Views: 1522
Size:  35.4 KB
    Last edited by tasmod; - 26th April 2013 at 10:21.

Similar Threads

  1. Wireless modules and simple setup, what is required?
    By tasmod in forum mel PIC BASIC Pro
    Replies: 17
    Last Post: - 11th April 2013, 17:57
  2. Low latency Wireless RF transceiver modules?
    By mark155 in forum General
    Replies: 0
    Last Post: - 4th March 2010, 05:20
  3. Wireless modules FCC approved
    By Michael in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 7th September 2008, 02:23
  4. Software RS232 and wireless modules
    By Michael in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 17th August 2008, 05:27
  5. Wireless comms with Linx LR modules
    By telemark in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 2nd July 2006, 01:58

Members who have read this thread : 1

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