 |
|
 |
| Parallax Forums > Public Forums > Propeller Chip > updated:June 13, 2008 : PropDOS 1.7b | Forum Quick Jump
|
|  Oldbitcollector Propeller Powered

       Date Joined Mar 2007 Total Posts : 4328 | Posted 10/15/2007 6:23 PM (GMT -7) |   | Requires, SD, ComboKeyboard, and Video
Commands: (Command-line support)
DIR = show files in Virtual Folder [F1 and % shortcuts to this] DIR/W = show actual files on SD (wide display) [F4 and $ shortcuts to this] DIR *.ext = show files by extension (type dir *.ext) DEL = delete file (del filename) SPIN = load/run binary from SD (spin filename) (filename (without .bin extension will also load/run binary from SD) CLS = clear the screen TYPE = display a text file (type filename) PLAY = load/play an hmus file (play filename) STOP = stop playing current hmus file REBOOT = Reboot the Propeller COPY CON filename = Simple text file creator, exit with Control-Z on a blank line WPLAY = play 16k-mono & 16bit stereo wav file from SD (wplay filename) ESC on boot will bypass PropDOS and start the file MENU.BIN from SD if it exists. HELP = Display list of commands and credits. [? shortcuts to this] LABEL <filename.ext> = Assign file to Virtual Folder (creates Virtual Folder if it does not exist.) [NOTE: Virtual Folders are simply text files which can be edited.] CD <VirtualFolder> = Moves view to Virtual Folder (Omit the .DIR when using this) CD\ or CD.. = Moves from Virtual Folder to Virtual Root/Actual Root. (Depending on compile options) [NOTE: In the upper DAT section, there is an option to select Virtual Root, or Standard Root for DIR.]
Download and copy the hmus files on the SD from Andrew's website, and they will load and play. (Note: you may want to change the .hmus extension to 8.3 format, I used filename.hmu) link to music: www.andrewarsenault.com/hss/hmedia.html
UPDATED: V1.7b *This is the GET ORGANIZED Edition. :)
Added HELP,LABEL,CD\,CD..,LS, commands. Assigned [F1] to display Virtual Folder. Assigned [F4] to display all actual files on SD. Added a PAUSE to DIR/W ([F4]) at each screenfull. Removed RESUME command due to maxed ELSEIF usage. VER command became HELP. Fixed other minor issues.
NOTE I've left the 1.6 version attached for those who want the older version. rename the 1.7b with a .zip extension.
Good Partner Programs for PropDOS PropCOMM Terminal (Will be updated soon) PropEDIT: Full Screen Text Editor FemtoBASIC: COLOR (Uses AIGeneric Driver) (Hss) Music Player ETHcomm Propeller BBS Client PropTerminal w/FILE2SD tvIRC client (requires enc28j60 device)
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 ExchangePost Edited (Oldbitcollector) : 6/14/2008 3:31:28 AM GMT
File Attachment : PropDOS_v1_6_Mar9_2008 69KB (application/octet-stream)This file has been downloaded 1316 time(s). File Attachment : PropDOS_v1_7b_June13_2008 61KB (application/octet-stream)This file has been downloaded 392 time(s). | | Back to Top | | |
 |  Ym2413a Registered Member

       Date Joined May 2006 Total Posts : 487 | Posted 10/15/2007 8:51 PM (GMT -7) |   | Hey! that's really cool! :) I'm working on an image compression format for the Prop too. So maybe we can add support for that later. ; )
Great work! --Andrew Arsenault. | | Back to Top | | |
 |  Fred Hawkins Registered Member

       Date Joined Jun 2007 Total Posts : 996 | Posted 10/18/2007 9:29 AM (GMT -7) |   | | Just Curious Wrote: where does the filetype HMUS come from and is it standardized? | | Back to Top | | |
   |  Ym2413a Registered Member

       Date Joined May 2006 Total Posts : 487 | Posted 10/21/2007 1:49 AM (GMT -7) |   | Very cool! :) I'm going to build myself a SD card reader for the demoboard and give this a try! | | Back to Top | | |
 |  Baggers Registered Member

       Date Joined Mar 2007 Total Posts : 2133 | Posted 10/21/2007 4:35 AM (GMT -7) |   | | Andrew, you can use your hybrid when you get it :) | | Back to Top | | |
    |  Coley Registered Member

       Date Joined Mar 2007 Total Posts : 568 | Posted 11/3/2007 3:11 AM (GMT -7) |   | Hey Jeff,
I ran this on my Hybrid, it's very good, I especially like the play command....
Thanks!
Coley | | Back to Top | | |
   |  Fred Hawkins Registered Member

       Date Joined Jun 2007 Total Posts : 996 | Posted 11/8/2007 10:53 PM (GMT -7) |   | | something is wrong here: save target as gives you the opportunity to save 'attach.htm', clicking gives a 'something does not exist screen' | | Back to Top | | |
    |  Areal Person Registered Member

       Date Joined Nov 2006 Total Posts : 197 | Posted 11/9/2007 1:42 PM (GMT -7) |   | |
Hi,
Well, I'm trying to hook up a standard SD card on the demo board.
I cant seem to get it to work (my first time trying) I'm using PropDOS defaults
I have been working on this forever, I've tried everything...
Here's my pin config.
SD Config --------
| 1 2 3 4 5 6 7 8
9
--------------------
SD Pin 9 (the one that drops down) NOT CONNECTED
SD Pin 8 -> 10k pullup - > 3.3v
SD Pin 7 -> 10k pullup - > 3.3v -> Prop P0
SD Pin 6 -> vss
SD Pin 5 -> 10k pullup - > 3.3v -> Prop P1
SD Pin 4 -> vdd
SD Pin 3 -> vss
SD Pin 2 -> 10k pullup - > 3.3v -> Prop P2
SD Pin 1 -> 10k pullup - > 3.3v -> Prop P3
---------------------
Ok, I just noticed I didnot have my SD card pluged in all the way, Ha.. Ha..
Now it is working just fine !
These pinouts work correctly.
So here's the info for someone who is new to SD cards. This works with the defaults
in PropDOS
I posted this because I've been trying to do it for 24 hours now... Ha.. Ha, Ha..
This was much easier to use than DOSonChip!
Thanks,
-Areal
I have a tree growing out of my head, but
what do you expect ? I'm a programmer. | | Back to Top | | |
  |  Rayman Registered Member
        Date Joined Jul 2007 Total Posts : 3127 | Posted 11/9/2007 3:34 PM (GMT -7) |   | | If you're really tight, I think you can reduce the buffersize even more (I think it works with buffersize=28). (I'm assuming you're talking about my WAV file player :) | | Back to Top | | |
  |  Fred Hawkins Registered Member

       Date Joined Jun 2007 Total Posts : 996 | Posted 11/10/2007 4:15 AM (GMT -7) |   | | OBC, maybe you could add a number to these files. This ought to be PropDos03.zip I think. | | Back to Top | | |
 |  Baggers Registered Member

       Date Joined Mar 2007 Total Posts : 2133 | Posted 11/12/2007 1:35 AM (GMT -7) |   | KNOWN ISSUES: HSS player will sometimes fail after a .wav has been played.
Try setting a flag for the wav player to know when to finish, so it can output a zero, and thus allow HSS to play again.
Baggers. | | Back to Top | | |
   | 63 posts in this thread. Viewing Page : 1 2 3 | | Forum Information | Currently it is Thursday, July 29, 2010 5:22 PM (GMT -7) There are a total of 462,441 posts in 62,066 threads. In the last 3 days there were 90 new threads and 802 reply posts. View Active Threads
| | Who's Online | This forum has 20143 registered members. Please welcome our newest member, ME01. 58 Guest(s), 15 Registered Member(s) are currently online. Details John Abshier, Erik Friesen, RossH, Kevin Wood, simpsonmichael1, BradC, David Betz, Julian800, Martin Hodge, RDL2004, Harley, Sapieha, wiresalot, Ravenkallen, Tubular |
Forum powered by dotNetBB v2.42EC SP2.02 dotNetBB © 2000-2010 |
|
|