Propeller and memory storage?
Punisherball54
Posts: 4
Just do some brainstorms for my little personal unmanned R/C helicopter.
Do anyone think it is possible for to use Propeller to reads/writes out of the Hydra SD-Max Storage card to do the coordinates? This is possible best thing it can be done between google earth's coordinates and inputs these waypoints directly to the SD card then load these numerous (coordinates) into propeller chip?
Thanks!
Steven
Do anyone think it is possible for to use Propeller to reads/writes out of the Hydra SD-Max Storage card to do the coordinates? This is possible best thing it can be done between google earth's coordinates and inputs these waypoints directly to the SD card then load these numerous (coordinates) into propeller chip?
Thanks!
Steven
Comments
read and write FAT files to SD. Maybe it needs oldschool basic file access commands added,
which are probably already implemented in the fsrw driver. Haven't played with that enough yet
to say exactly how to do it now.
If i find a way for them to read/write the coordinate successfully therefore the next step goes to the R/C helicopter with the propeller chips (i think i rather start with the R/C electrical car first to avoid accident)
Both FemtoBasic and the SD card driver just allow you to open a file in the root directory, then let you read the file byte by byte (or groups of bytes given a byte count and the address of a place to put the data). It's up to you to interpret the information there. A lot depends on how you're creating the data. If you're using someone else's program, you may not have much control of the format of the data. If you're writing the program yourself to write the data files on the SD card, you may be able to format it to make decoding it on the Propeller easier.
you think you could stop the anim. It is quite distracting.
Thanks,
Doug
That avatar really does grab you..
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Getting started with the Protoboard? - Propeller Cookbook 1.4
Updates to the Cookbook are now posted to: Propeller.warrantyvoid.us
Got an SD card? - PropDOS
Need a part? Got spare electronics? - The Electronics Exchange