Pic18 and RN42 bluetooth communication problem using UART


Results 1 to 10 of 10

Threaded View

  1. #8
    Join Date
    May 2013
    Location
    australia
    Posts
    2,645

    Default Re: Pic18 and RN42 bluetooth communication problem using UART

    for 16mhz
    Code:
    #CONFIG
      CONFIG  WDTEN = ON
      CONFIG  PLLDIV = 2
      CONFIG  STVREN = ON
      CONFIG  XINST = OFF
      CONFIG  DEBUG = OFF
      CONFIG  CPUDIV = OSC3_PLL3
      CONFIG  CP0 = OFF
      CONFIG  OSC = INTOSCPLL
      CONFIG  T1DIG = ON
      CONFIG  LPT1OSC = OFF
      CONFIG  FCMEN = OFF
      CONFIG  IESO = OFF
      CONFIG  WDTPS = 512
      CONFIG  DSWDTOSC = INTOSCREF
      CONFIG  RTCOSC = T1OSCREF
      CONFIG  DSBOREN = ON
      CONFIG  DSWDTEN = ON
      CONFIG  DSWDTPS = G2
      CONFIG  IOL1WAY = ON
      CONFIG  MSSP7B_EN = MSK7
      CONFIG  WPFP = PAGE_0
      CONFIG  WPEND = PAGE_WPFP
      CONFIG  WPCFG = OFF
      CONFIG  WPDIS = OFF
    #ENDCONFIG
    
    OSCTUNE.6=1  ; pll enable
    Code:
    8mhz   -----/2 --= 4---pll--= 96 -/2 = 48  ------/3--  =   16    
    inc osc   pll pre               pll            cpu div
    Last edited by richard; - 31st May 2016 at 10:16. Reason: white space is nearly impossible
    Warning I'm not a teacher

Similar Threads

  1. usart-bluetooth problem
    By murat44 in forum mel PIC BASIC Pro
    Replies: 32
    Last Post: - 5th February 2015, 18:00
  2. Communication using a Bluetooth module
    By Balachandar in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 2nd November 2013, 08:56
  3. uart problem
    By OYMYAKON in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 25th March 2011, 11:52
  4. Bluetooth SKKCA communication failure
    By Rameesh in forum Bluetooth
    Replies: 7
    Last Post: - 23rd June 2008, 13:32
  5. Pic18 Syntax problem
    By Philip Biebach in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 19th January 2006, 06:27

Members who have read this thread : 0

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

Tags for this Thread

Posting Permissions

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