USB data dump


Closed Thread
Results 1 to 2 of 2

Thread: USB data dump

  1. #1
    wheacock's Avatar
    wheacock Guest

    Default USB data dump

    I'm new to PBP. I love it so far. I'm working on data gathering instruments in experimental aviation.
    I've been successful gathering data using a PAK VII chip for PWM channels and a MAX186 for analog channels.
    I'm currently dumping data into a Pocket PC via RS232.
    Then uploading into Excel
    It seems that an improvement would be to dump directly into a data card (Compact Flach, MMC or equiv.)
    The USB plug in converters as a small hard drive are getting quite cheap.

    Can anyone help point me to someone maybe already doing this?
    If not, a scenerio to begin such a project?

    All help is appeciated!

    Bill

  2. #2
    G8RPI's Avatar
    G8RPI Guest


    Did you find this post helpful? Yes | No

    Default

    Hi Bill,
    just writing to an MMC card is easy, they have an SPI interface that is directly supported. There are two problems however, Frist you have to write in chunks of 512 bytes so you need a "scratch-pad" storage. Secondly it is just raw data, not formatted. This means you cannot read it directly from windows etc on a PC. Compsys have a project to store data on a MMC or SD card in FAT format, see
    http://www.compsys1.com/workbench/On...ect.html#MMSD3

    It uses PBP code. I tried to get a shipping cost to the UK for one of their kit's but they did not respond to my emails

    Do a google search on SD MMC Pic basic you will get a lot of hits and several useful code examples.

Similar Threads

  1. Using Nokia LCD
    By BobP in forum mel PIC BASIC Pro
    Replies: 300
    Last Post: - 3rd May 2018, 04:47
  2. Data EEPROM gets clobbered during programming
    By BrianT in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 18th July 2008, 02:46
  3. Big characters on HD44780 4x20
    By erpalma in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 7th January 2007, 02:21
  4. LCD + bar graph
    By DynamoBen in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 5th October 2005, 14:50
  5. Sinus calculating !
    By Don Mario in forum mel PIC BASIC Pro
    Replies: 29
    Last Post: - 28th November 2004, 23:56

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