Waking a sleeping PIC


Closed Thread
Results 1 to 4 of 4

Hybrid View

  1. #1
    anj's Avatar
    anj Guest


    Did you find this post helpful? Yes | No

    Default

    Gday Dave
    Thats sort of what i was thinking for option 2.
    If i write my own control program, its easy enough.
    However, it may end up standalone so i need the control string/mechanism to be simple as possible.
    Maybe if i send a string like "wakeup" and look for "wakeup" on the usart, then an interrupt on b.0 will do the trick
    But i would need to send "wakeup" twice. Not a real hassle i guess.
    Andrew

  2. #2
    Join Date
    Apr 2005
    Location
    Auckland/New Zealand
    Posts
    19


    Did you find this post helpful? Yes | No

    Default 16F88 in sleep mode

    Hi anj.
    You can use any of the signals for RS 233 like Tx.
    You can connect trhat to your INT 0 line as well as the normal serial connection that you are using.
    The micro is normally at sleep state,inorder to wake it up send any rubbish serial data this will wakeup the micro.
    Then pause & send the actual code you need to communicate with.
    Regards.
    Suded.

Similar Threads

  1. SMS via pic
    By kenandere in forum GSM
    Replies: 15
    Last Post: - 10th March 2010, 10:00
  2. Replies: 67
    Last Post: - 8th December 2009, 02:27
  3. HSERIN & Interupts (aka controlling PIC programs from a remote PC)
    By HankMcSpank in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 17th June 2009, 14:46
  4. pic to pic ir link versus wired link : help please anyone
    By xnihilo in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 30th May 2008, 21:01
  5. Serial Pic to Pic using HSER
    By Chadhammer in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 11th March 2005, 23:14

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