Simplest way to write to USB stick or TF/SD card with PBP?


Closed Thread
Results 1 to 16 of 16

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,621


    2 out of 2 members found this post helpful. Did you find this post helpful? Yes | No

    Default Re: Simplest way to write to USB stick or TF/SD card with PBP?

    For data logging type applications I've had great success with the OpenLOG. Just send it ASCII data over a UART line and it will write it to a .txt file on an microSD card.

  2. #2
    Join Date
    Feb 2013
    Posts
    1,153


    Did you find this post helpful? Yes | No

    Default Re: Simplest way to write to USB stick or TF/SD card with PBP?

    Thanks!
    Any sample PBP code?
    for OpenLOG ?

  3. #3
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,621


    1 out of 1 members found this post helpful. Did you find this post helpful? Yes | No

    Default Re: Simplest way to write to USB stick or TF/SD card with PBP?

    Again, for simple datalogging type applications there's really no need for any sample code. Just send it ASCII data over a UART line and it will write it to a .txt file on a microSD card. It CAN do more than that if needed, I suggest you read the documentation. Sparkfun (who I believe created (and should have all the credit) the OpenLOG) have a tutorial but I'm sure you've found that already...

  4. #4
    Join Date
    Feb 2013
    Posts
    1,153


    Did you find this post helpful? Yes | No

    Default Re: Simplest way to write to USB stick or TF/SD card with PBP?

    Their tutorial is quite weird.


    I do need additional hardware or can hook it to say PIC16F886 directly?
    Also, about Baudrate and other init options, it is not clear I need to do it each time on power up or just once?

  5. #5
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,621


    1 out of 1 members found this post helpful. Did you find this post helpful? Yes | No

    Default Re: Simplest way to write to USB stick or TF/SD card with PBP?

    No extra hardware needed.
    The easiest way is to put a config.txt, containing your desired options, on the SD card. See the Configuration File section of the tutorial.

  6. #6
    Join Date
    Feb 2013
    Posts
    1,153


    Did you find this post helpful? Yes | No

    Default Re: Simplest way to write to USB stick or TF/SD card with PBP?

    Thanks!
    I never used serial transmission with PICs, so I need SEROUT/SERIN statements to be used, right?

  7. #7
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,621


    Did you find this post helpful? Yes | No

    Default Re: Simplest way to write to USB stick or TF/SD card with PBP?

    Yes. SEROUT, SEROUT2 or HSEROUT/HSEROUT2 is what you want.

Similar Threads

  1. PBP registration does not stick, still unregistered
    By Heckler in forum FAQ - Frequently Asked Questions
    Replies: 3
    Last Post: - 28th June 2017, 05:04
  2. Replies: 0
    Last Post: - 6th March 2009, 07:52
  3. simplest usb bootloader pbc solution ??
    By f_lez in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 12th December 2007, 16:09
  4. Replies: 9
    Last Post: - 10th April 2007, 19:22
  5. USB memory stick
    By Demon in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 12th July 2005, 20:57

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