Home Forums EasyTransfer Library Support Forum Sending GPS data between arduinos

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2755
    Anonymous
    Inactive

    I am pretty new at this so i’m looking for some help.

    I need to be able to send GPS data from an SD card on one board to an SD card on another board. It will be a lot of data and i need to do it as fast as possible. I’m not sure if i should use the i2c method or the software serial method?

    I am using 2 Arduino UNO R3s

     

    #2756
    Bill
    Member

    Use a hardware serial port and EasyTransfer. If you are copying the files byte for byte, just transfer a set size of bytes in every chunk.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.