Skip to main content

UEF Playback added to TZXDuino

Thanks to the work of Kernel Crash we have added uncompressed UEF playback to TZXDuino. This means that Acorn machines can be added to the list of computers that can use TZXDuino. There is standard mode and a Turbo mode that can be switched on in the menu. The turbo mode loads at 1500 baud and does improve the loading time on an Acorn Electron. There is also a 1550 and 1600 option in the TZXDuino.h file but not all Electrons can handle the faster speed.

You can read Kernel Crash's blog here.

You can download the TZXDuino 1.11 from here.

Comments

  1. Hi having lots of problems understanding how TZXDuino works for the Acorn Electron
    I have the very latest firmware 1.11
    Using Kingston Class 4 micro sd card 16gb
    Using correct psu at 6 volts
    Acorn electron and all leads here working correctly
    Micro sd card is formatted for FAT
    I don't know which baud rate to use?
    I don't know if i need turbo mode on or off?
    All files are in zipped format on sd card
    TZXDuino refuses to playing any files allays stuck at 0 with the counter working
    I get error not TZXTape

    Last of all i can't find any real information on the net on "how to use instructions" or user manual

    Please help

    ReplyDelete
  2. If you press the menu key and down you will see the option to turn the UEF turbo mode on or off. On is 1500 baud and off is the baud rate of the UEF which is usually 1200.
    All UEF files must be Unzipped. If you are using Windows you change the file extension of the UEF to ZIP and then use winRAR or winZIP to unzip it. You will end up with a file with no file extension. Add .UEF to the end of that filename and it should work.

    You can find a basic instruction manual at https://mega.nz/#!LAknARQI!CF7EeukEr_w1gnyfB-FwMGrrsygf-b2GTb6CxIJmeco But it is out of date. Updating it is on my to do list but it's getting long atm. Sorry.

    ReplyDelete
  3. I've updated the instructions for TZXDuino for you. I hope this makes it clearer

    https://mega.nz/#!fAEUQa4J!Nm8LISazoTK6vtUEDzYOAEkCPDslmvEQcPTytsU1MUc

    ReplyDelete
  4. red button menu screen
    up /down select TSX Baud Rate/UEF Turbo
    play too select UEF Turbo Ctrl
    up/down UEF Turbo Ctrl on/off* (don't know what the star indicates?)
    not sure of the next step too set this?

    red button menu screen
    up /down select TSX Baud Rate/UEF Turbo
    play too select TSX Baud Rate
    up/down TSX Baud Rate on/off* (don't know what the star indicates?)
    not sure of the next step too set this?

    After setting both TSX Baud Rate too 1200 and UEF Turbo off*(i dunno if it's done correctly?)

    Using chain"" then pressing return then selecting file that has uef extension(tried both in caps and small letters seems to make no difference)
    Pressing play it starts to play for less then a second then instantly stops

    I saw two other settings but have no idea how too use or access them because of no instructions

    It's not me being pissy but I've had to guess my way around using the unit because of no real clear instructions



    ReplyDelete
  5. The * indicates which option is selected.

    If the UEF plays for only 1 second then it hasn't been properly decompressed.
    All UEFs are normally in compressed format.
    If it comes in a .zip file you extract it from the .zip and you will get a UEF. You then need to decompress that UEF file again and add .UEF to the end of that file.
    Example
    ChuckyEgg.zip decompressed to ChuckEgg.UEF.
    ChuckyEgg.UEF decompressed to a file called ChuckyEgg.
    Rename the ChuckyEgg file to ChuckyEgg.UEF and it will work.

    ReplyDelete
  6. Okay all good got the files working correctly thanks for your time
    Could please tell me or give more information on the other two menu settings if i need them?

    ReplyDelete
  7. TSX Baud Rate allows you to set the speed of playback of MSX TSX files only.
    The options are 1200, 2400, and 3600. Most files will have difficulty at 3600 and some will only work at 1200. This is because the TSX file type is not as flexible as the standard CAS file for the MSX.

    UEF Turbo Speed is either on or off. It's set to 1500 baudrate in the firmware which is as fast as the Electron can handle. The BBC cannot load UEFs if the Turbo Mode is On.

    ReplyDelete
  8. Sorry there were two other menu options i forget there names i meant those

    ReplyDelete
  9. i have some problems with TZXDuino v1.7b firmware. I use 128x32oled display. What should the display show when operates? the pcb I use is tzxduino reloaded v1.4 I have no access to the menu. dont know if its because I do something wrong or the pcb. on the oled display I can only see the ready and the dir/file name. when playing no % or ellapsed time displayed. Is it how it should work?

    ReplyDelete
    Replies
    1. Try using the latest firmware and altering the userconfig so that OLED1306 is activated.

      Delete
  10. I am new to arduino. userconfig? I have deleted the // before the oled and put // before the lcd. I get the same result as before. Am I doing something wrong?


    //Set defines for various types of screen, currently only 16x2 I2C LCD is supported
    //#define SERIALSCREEN 1
    //#define LCDSCREEN16x2 1
    #define OLED1306 1
    //#define PCD8544 1

    ReplyDelete
    Replies
    1. That should work.
      The next think is to make sure the OLED is connected correctly.
      I don't know the layout of the TZXDuino Reloaded so I don't know if the pins are labelled correctly or not.

      Delete
  11. https://github.com/arananet/TzxDuino-Reloaded screen works but still the same result.
    I think its more to do with oled programming.

    ReplyDelete
    Replies
    1. How do you know the screen works?
      Does it display anything at all?

      Delete
  12. Yes. It displays. When i select the filename and press play it starts playing . Displays the followings

    "Playing" this is in the second row of the display.
    The one row empty
    Next row is the filename that is playing.

    ReplyDelete
    Replies
    1. Can you upload a picture?

      Delete
    2. This site does not allow me to upload any pictures. Need an email address Facebook messenger to do this

      Delete
    3. It's getting late here. Do you mind if we deal with it in the morning?

      The Facebook page is www.facebook.com/Arduitape

      Delete
  13. Ok thanks. See you on messenger. I am in the UK. It's late here as well

    ReplyDelete
  14. Hey, I have created a fork of the TZXDuino 1.9, it adds WiFi support to be able to transfer tapes whitout having to deal with the SD card and some other goodies. Check it out and take whatever you like from it :D

    https://github.com/gusmanb/ZXWiFino

    ReplyDelete

Post a Comment

Popular posts from this blog

TZXDuino Firmware 1.16, 1.17, and an updated TZXDuino Instruction Manual

  TZXDuino 1.16 In TZXDuino 1.15.3 I added a bug that lowered the volume of some Spectrum TZX files and all ZX80/81 TZX, O, and P files so they didn't work for many people. I fixed this for 1.16. You can download TZXDuino 1.16 from here.   TZXDuino 1.17 The MAXDuino team added ORIC TAP playback functionality to their firmware which I have adapted to TZXDuino. I don't have an Oric Atmos to test it on so I have been recording the playback and loading on Oricutron and everything I have tried has worked. Obviously things may be different on a real machine. Team MAXDuino have also added a speed up function for Oric TAP files which I will add to TZXDuino 1.18 but so far I have been unable to get it to work correctly. You can download TZXDuino 1.17 from here.   And finally there is the updated instruction manual which now tells you how to access Turbo mode for the Electron, ZX80, and ZX81. It also says for Oric but that has not been implemented yet. You can download the pdf of v1.2 fo

And Now For Something Completely Amazing.

 When Andrew Beer and I came up with this idea the intention was for people to build their own and many people have but once in a while someone comes up with something so amazing it really needs to be shared. JamHamster came up with the idea of fitting a TZXDuino in a cassette. Originally it was powered by USB and had a 3.5mm Ear socket but it looked amazing. Then he added a battery so that it was self powered. Then he added a head from a CD to cassette adapter. Then he added a switch under that head so that when you press play on the Cassette Recorder it plays the file you've selected. And the TZXCassette was born Because he is a great guy he's also uploaded the instructions on how to build one to Github and you can download the instructions and build your own. Now at the moment there is no REM control it may not work as well with a CPC 464 as it does with with a Spectrum +2 but it is a stunning piece of electrical engineering and a work of art in my opinion.

New CAS/TZXDuino firmware

New firmware . TZXDuino 1.15.3 Adapted the MAXDuino ID19 code and TurboMode for ZX80/81. To access Turbo Mode for ZX80/81 and Electron please switch Turbo Mode On in the menu Also added UEF Chunk 117 which allows for differing baudrates in BBC UEFs. Added a Spectrum Font for OLED 1306 users converted by Brendan Alford. Option added to userconfig.h Added File scrolling by holding up or down buttons. By Brendan Alford. Download from here. CASDuino 1.24 Added a Spectrum Font for OLED 1306 users converted by Brendan Alford. Option added to userconfig.h Added File scrolling by holding up or down buttons. By Brendan Alford. Download from here.