Page 26 of 103 FirstFirst ... 162223242526272829303676 ... LastLast
Results 251 to 260 of 1021

Thread: Tapuino, the $20 C64 Tape Emulator

  1. #251
    Inactive Member sweetlilmre's Avatar
    Join Date
    Jan 2013
    Country
    South Africa
    Region:
    KwaZulu / Natal
    Posts
    756
    Feedback
    35 (100%)

    Default

    Quote Originally Posted by b1ackmai1er View Post
    I think A4 is SDA and A5 is SDL?

    // TWI for pullups
    #define TWI_PORT PORTC
    #define TWI_PIN_SDA 4
    #define TWI_PIN_SCL 5
    Just checked and you are correct, SCL:A5 SDA:A4

    EDIT: I've checked in the latest code and design file to GitHub. The Fritzing file will now be correct.
    To check Nano pinouts this may be helpful: https://drive.google.com/file/d/0B_J...ew?usp=sharing

    -(e)
    Last edited by sweetlilmre; 12th October 2014 at 19:45.

  2. #252
    Inactive Member sweetlilmre's Avatar
    Join Date
    Jan 2013
    Country
    South Africa
    Region:
    KwaZulu / Natal
    Posts
    756
    Feedback
    35 (100%)

    Default

    Playing with Eagle:
    Click image for larger version. 

Name:	tapuino-schematic-1.png 
Views:	38 
Size:	35.7 KB 
ID:	77424

  3. #253
    "Takai desu ne." -"Jinsei da." VIP
    Amibayer!
    protek's Avatar
    Join Date
    Feb 2008
    Country
    Finland
    Region:
    Oulu, Pohjois-Pohjanmaa
    Age
    47
    Posts
    3,889
    Feedback
    65 (100%)

    Default

    I've been planning to start making my own Tapuino. I wonder if this Arduino SD card reader is suitable for the project?
    AMIGA 4000 060/50, AMIGA 1200 030/50, AMIGA 500, C128D, C128, C64C, C64, C16, Vic-20, Atari 520 STE, Atari 65 XE, Philips NMS-8250 MSX2, Sinclair Spectrum +3e, Sinclair Spectrum 48k, Amstrad CPC 6128, Amstrad CPC464, Oric Atmos, Apple Macintosh Classic, Apple IIGS, BBC Master, Memotech MTX500

  4. #254
    Inactive Member sweetlilmre's Avatar
    Join Date
    Jan 2013
    Country
    South Africa
    Region:
    KwaZulu / Natal
    Posts
    756
    Feedback
    35 (100%)

    Default

    Hi,

    I have something similar and while I haven't tested it, I think it'll probably work as long as it's 5V compliant. If it's meant as a breakout board for the Arduino you should be good to go.

    Edit: please feel free to give me a shout if I can help with anything.
    Last edited by sweetlilmre; 1st November 2014 at 18:28.
    [CENTER]Build a Tapuino!
    http://www.amibay.com/showthread.php?63166-Tapuino-the-20-C64-Tape-Emulator
    http://www.sweetlilmre.com
    [/CENTER]

  5. #255
    Inactive Member stephenfalken's Avatar
    Join Date
    Jan 2014
    Country
    UK
    Region:
    Lancashire
    Posts
    455
    Feedback
    11 (100%)

    Default

    Quote Originally Posted by protek View Post
    I've been planning to start making my own Tapuino. I wonder if this Arduino SD card reader is suitable for the project?

    That looks near identical to the SD card module that I used for my Tapuino. Each pin is doubled so u only need one row of them.

    Good luck with building the Tapuino!

    Regards
    [SIZE=1]
    [/SIZE]

  6. #256
    Inactive Member mhh's Avatar
    Join Date
    Apr 2011
    Country
    Sweden
    Region:
    BD
    Posts
    17
    Feedback
    4 (100%)

    Default

    Juat Ordered the first parts I was missing from China. Looking forward to build a couple of these for my computers.

  7. #257
    Inactive Member ozayturay's Avatar
    Join Date
    Jan 2014
    Country
    Türkiye
    Region:
    Çanakkale
    Posts
    39
    Feedback
    0

    Default

    @sweetlilmre: Can you make a sample wrapper class with needed functions in order to use a different LCD like 84x48 Nokia 5110 LCD or even 128x64 SPI or I2C OLED?
    Last edited by ozayturay; 10th November 2014 at 11:14.

  8. #258
    Inactive Member sweetlilmre's Avatar
    Join Date
    Jan 2013
    Country
    South Africa
    Region:
    KwaZulu / Natal
    Posts
    756
    Feedback
    35 (100%)

    Default

    The I2C oled should be easy enough as I have just received one. For the others I don't have the hardware. SPI is probably going to require more dev as that will share the bus with the SD card. The code is pretty specifically geared to the 16x2 type LCDs but you could take a look at the lcdutils files for a basic interface.
    [CENTER]Build a Tapuino!
    http://www.amibay.com/showthread.php?63166-Tapuino-the-20-C64-Tape-Emulator
    http://www.sweetlilmre.com
    [/CENTER]

  9. #259
    Inactive Member sweetlilmre's Avatar
    Join Date
    Jan 2013
    Country
    South Africa
    Region:
    KwaZulu / Natal
    Posts
    756
    Feedback
    35 (100%)

    Default

    Funny story...
    By pure accident my recently acquired oled I2C display ended up in my daughter's ballet bag (totally my fault).
    She very diligently brought it back to me, but unfortunately the screen didn't survive the experience...

    So that oled testing might have to wait a while
    Bummer....

    On top of that there is a crippling postal strike on at the moment, so it may be a while until I can get a replacement.

    @ozayturay: if you want some more exotic (from the perspective of the Tapuino design) displays supported, you could always donate the hardware to me and I'll take a look?

    -(e)

  10. #260
    Inactive Member ozayturay's Avatar
    Join Date
    Jan 2014
    Country
    Türkiye
    Region:
    Çanakkale
    Posts
    39
    Feedback
    0

    Default

    I have a suggestion and a request.

    Suggestion: I think the motor signal wire after the output of the opamp should be yellow instead of white, just like between the tape port and the input of the opamp. This way following the signal will be easier.

    Request: Can you add a status led for loading or SD card access to the project?

    I'm building your design with a Pro Mini in an old USB ADSL modem enclosure. I'll share the pics when complete. Thank you for this great project.

Page 26 of 103 FirstFirst ... 162223242526272829303676 ... LastLast

Similar Threads

  1. Wanted Cbm 64 tape deck
    By owen2471 in forum Commodore
    Replies: 5
    Last Post: 21st September 2013, 18:43
  2. Sold TAKEN: C 116 with tape
    By antonikaroly in forum Sales Archive
    Replies: 4
    Last Post: 23rd August 2013, 19:19
  3. Sold C64 Tape Bundle
    By morcar in forum Commodore
    Replies: 6
    Last Post: 11th July 2013, 00:44
  4. For Sale Tape Drive
    By alpehut in forum Other
    Replies: 0
    Last Post: 21st April 2013, 12:17
  5. Closed Zx 16 microdrives tape with box
    By Virge in forum Sales Archive
    Replies: 1
    Last Post: 11th July 2011, 20:07

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •