what pic should i use?


Closed Thread
Results 1 to 11 of 11

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Location
    Brazil
    Posts
    108

    Question what pic should i use?

    Hello!

    I'm developing a kind of onboard's car computer and i need to continually measure 3 analog signals (fuel, oxygen sensor, temp.) and one freq. signal (speed sensor). I would like to show all data in an 20x4 LCD. In your opinion, what pic should i use? Is 16f676 a good choice? Any other?

    Thanks in advance.

    Sylvio

  2. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    676 should do. F88 as well.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  3. #3
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by sirvo View Post
    Hello!

    I'm developing a kind of onboard's car computer and i need to continually measure 3 analog signals (fuel, oxygen sensor, temp.) and one freq. signal (speed sensor). I would like to show all data in an 20x4 LCD. In your opinion, what pic should i use? Is 16f676 a good choice? Any other?

    Thanks in advance.

    Sylvio
    Use the ELM327 from www.elmelectronics.com. It's a PIC18F2550.

  4. #4
    Join Date
    Jan 2007
    Location
    Brazil
    Posts
    108


    Did you find this post helpful? Yes | No

    Default

    skimask.. i have read stuffs about elm327 but i am not sure about using it.
    i know that elm can interface the iso9141 obdII protocol, but, does it send all the info. that I need? For example.. i would like to read the fuel sensor, so, do i need just to send a command and it answers to me the value?

    Thanks !

    Sylvio

    editing... i will read the datasheet.. thanks again
    Last edited by sirvo; - 23rd February 2007 at 02:22.

  5. #5
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by sirvo View Post
    skimask.. i have read stuffs about elm327 but i am not sure about using it.
    i know that elm can interface the iso9141 obdII protocol, but, does it send all the info. that I need? For example.. i would like to read the fuel sensor, so, do i need just to send a command and it answers to me the value?

    Thanks !

    Sylvio

    editing... i will read the datasheet.. thanks again
    It's all in the datasheet...all the values you could ever want, and a load of those you could never use.

  6. #6
    Join Date
    Jan 2007
    Location
    Brazil
    Posts
    108


    Did you find this post helpful? Yes | No

    Smile

    Hello skimask

    I've just read the datasheet. The problem is to decode all the data. Do you know how to do that?

    Thanks.

    Sylvio

  7. #7
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by sirvo View Post
    Hello skimask

    I've just read the datasheet. The problem is to decode all the data. Do you know how to do that?

    Thanks.

    Sylvio
    Decode what? The ELM327 does it all for you, spits out temperature, voltage, o2 sensor readings, etc. You have to do the research OBD-II and figure out what input values give you which output values. There's literally hundreds of them and I don't have the time to explain them here.

  8. #8
    malc-c's Avatar
    malc-c Guest


    Did you find this post helpful? Yes | No

    Default

    Ahh... but where's the fun in using a pre-programmed PIC. And Sylvio wouldn't lean much about PBP etc

    Sylvio, I've just used a 16F676 in one project that the guys here helped me out with, and I'm sure they would all do the same if you chose to go down this route. The only limitation of using the 16F676 is the pin count. 6 of the 12 I/O pins available will be required for a normal 16X2 LCD in 4 bit mode, and without details on the 20 x 4 LCD you are intending to use, you may find it needs more, which would thus limit the number of pins left for your A/D inputs.

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