using PIC 16f84 at 315 MHZ


Closed Thread
Results 1 to 9 of 9
  1. #1
    abood's Avatar
    abood Guest

    Default using PIC 16f84 at 315 MHZ

    I am using TLP/RLP 434 (from laipac.com) module which is ASK transmitter and reciver for serial communication with PIC 16f84 Micocontroller.

    These two module operate at frequency 315 MHz. I found some difficulty in sitting the frequency of the PIC to 315 MHZ.

    Moreover, the data rate for this module is 4800 bps.

    help me in sitting these two things.


    Note:I am using serin2 and serout2 commands.

  2. #2
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Ya know, my mother always told me that "There are no stupid questions, just stupid answers".

    Sorry MA, you were wrong.

    ---------------------------
    abood,

    Before you can do anything with PIC chips, you'll need to learn at least the very basic's of how they work. Things like what voltage to use for power, what to do with the MCLR pin, and what crystals you can use for the oscillator.

    May I suggest you start with this article from Rentron.com
    Your first PICMicro Project

    .
    DT

  3. #3
    abood's Avatar
    abood Guest


    Did you find this post helpful? Yes | No

    Default Don't blame me for that question??

    I know my question is stupid but what to do to make this thing work.......

    Actually, you didn't help me with your site

    please directly answer my question as I explainded previously.... with sending me throw these sites

  4. #4
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    OoooKaaaay,

    It really doesn't matter what frequency the RF link is operating at. The 16F84 will have it's own oscillator running at 10mhz or less. Simply add a DEFINE OSC 10 for a 10 mhz crystal, or change the number to the appropriate value to match you're crystal. And, be sure to set the oscillator config to "HS". (You will never get a 16F84 to run at 315Mhz)

    Then, a quick look in the manual shows that 188 is the Mode for 4800 baud, or 16572 for inverted 4800 baud.

    Or, go here for a complete list of Serin/Out modes.
    http://www.melabs.com/resources/ser2modes.htm
    Last edited by Darrel Taylor; - 29th July 2005 at 07:23.
    DT

  5. #5
    Join Date
    Feb 2004
    Location
    Germany
    Posts
    762


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Darrel Taylor
    ...Sorry MA, you were wrong.
    Darrel,

    abood had actually a very innovative thought.

    By running the PIC @ 315MHz he wouldn't need any RF-modules.

    A piece of wire at any PIC ouptut pin is all he needs.

    ;-)
    regards

    Ralph

    _______________________________________________
    There are only 10 types of people:
    Those who understand binary, and those who don't ...
    _______________________________________________



  6. #6
    Join Date
    Mar 2005
    Location
    Iowa, USA
    Posts
    216


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by NavMicroSystems
    By running the PIC @ 315MHz he wouldn't need any RF-modules.
    ... I've heard of people trying to overclock Pics... but that's just a little extreme. {chuckles} Don't you think?

  7. #7
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    OverClockers.com would be proud.

    I suppose I could have mentioned that with an rfPIC you can make an ASK/FSK Transmitter running at 315mhz.

    But then he'd still need to run that 16F84 at 315mhz to be able to receive it. :)

    -----------

    abood,

    Sorry, we're just poking a little fun. Don't take it personaly!

    What you are trying to do is pretty easy. Check out this link for some example code ...
    http://list.picbasic.com/forum/messa...tml?1043179926
    DT

  8. #8
    abood's Avatar
    abood Guest


    Did you find this post helpful? Yes | No

    Default ..............

    It is nice that you gaues to have a little fun.........

    Thank you Mr.Darrel Taylor for your help but next time try to lessen to your mother and not to answer other people questions with stupid answers



    (Don't take it personaly)

  9. #9
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Thanks for the advice.

    But I think the next time somebody posts a similar question in the "Forum Requests" area, I'll probably do the same thing.

    Darrel

Similar Threads

  1. Electrical noise problem with PIC 16f84
    By Snap in forum General
    Replies: 11
    Last Post: - 26th September 2007, 09:36
  2. send data from VB 6 to PIC 16f84
    By win_832001 in forum Serial
    Replies: 2
    Last Post: - 9th March 2006, 14:21
  3. send serial data to PIC 16f84 ausing VB6
    By win_832001 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 5th March 2006, 21:14
  4. how to send data from VB to PIC 16f84
    By win_832001 in forum Serial
    Replies: 0
    Last Post: - 25th February 2006, 16:15
  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 : 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