Ic2 to usb ??


Closed Thread
Results 1 to 5 of 5

Thread: Ic2 to usb ??

  1. #1
    Join Date
    Dec 2006
    Location
    WADSWORTH OHIO USA
    Posts
    37

    Question Ic2 to usb ??

    We have a system using 7 16f pics,
    I have several I/O ports extra,
    Could anyone direct us to an answer to
    integrate a USB Memory stick to record
    data that has occurred?
    I have searched the forum, with no avail...
    Outputing the data is not a problem.
    Is I2C the answer? Not sure.
    Could Someone PLEASE direct me to a link
    or subject to search for in the forum.
    I.E. Output data from a pic16f8xx to a USB
    memory stick to be exported to a windows
    pc spreadsheet "Excel or Word" for future
    evaluation....

    Thanks...


    R.Wayne
    Thanks !
    SOMRU
    TWE/TFP/EE

  2. #2
    Join Date
    Jun 2006
    Location
    California
    Posts
    33

    Default

    You may wish to consider the VDIP made by Vinculum. Several configurations. Lots of posts on this forum and Google as well.

    Here is a link to a kit that may help: http://www.compsys1.com/html/usb_host_kit.html

  3. #3
    Join Date
    May 2008
    Location
    Italy
    Posts
    825

    Default

    This module could help.

    http://www.jianpingusa.com/jpmodule.aspx

    Al.
    Last edited by aratti; - 1st March 2009 at 10:47.
    All progress began with an idea

  4. #4
    Join Date
    Oct 2003
    Location
    Australia
    Posts
    257

    Default

    Quote Originally Posted by SOMRU View Post
    Is I2C the answer? Not sure.
    I2C is used for storing data to an external eeprom (24xx256, 512 and the like). These chips have memory 32K, 64K etc.

    Not sure how much data you need to record, and how often, but you could use a bunch of these in theory up to eight per pic so that would give you heaps of data storage. You could store the data as comma delimited and use your programmer (icprog??) to read back the data and save in a text file. Excel can open comma delimited files.

    You're not able to use I2C with usb. In fact those 16F chips are no good for usb anyway. 18F are the way to go, but they have a steeper learning curve (esp when it comes to config fuse settings).

    I played around a little with memory keys and 18Fxxx ages ago but lost interest.

    Cheers
    Squib

  5. #5
    Join Date
    Dec 2006
    Location
    WADSWORTH OHIO USA
    Posts
    37

    Smile 16 x 18

    Thanks Squib...
    I all way's wait but thought we were alone...
    thanks for the insight... loosing interest myself...
    We will discuss the out come and I will post our answer to the problem...
    The 16f has always worked well for us with all of "old time" functions...
    But building a useful interface with a 16f and an SD module seems interesting... and useful...
    I will advise as to our final design for all to enjoy....
    Thanks
    Wayne,

    I would like to THANK all who have contributed to this thread...

    MORE TO COME...
    Last edited by SOMRU; - 3rd March 2009 at 19:15. Reason: C to everyone !!
    Thanks !
    SOMRU
    TWE/TFP/EE

Similar Threads

  1. USB CDC Communications for Dummies!
    By Squibcakes in forum USB
    Replies: 104
    Last Post: - 15th January 2014, 13:43
  2. USB Bootloader.
    By HenrikOlsson in forum USB
    Replies: 22
    Last Post: - 2nd May 2013, 02:46
  3. Simple USB Comms Problem
    By awmt102 in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 6th January 2010, 20:17
  4. One USB keyboard to Two USB Ports
    By picnaut in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 11th June 2009, 00:04
  5. USB PIC without USB Connection
    By Tissy in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 26th December 2005, 17:39

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