Page 75 of 103 FirstFirst ... 256571727374757677787985 ... LastLast
Results 741 to 750 of 1021

Thread: Tapuino, the $20 C64 Tape Emulator

  1. #741
    spcbm's Avatar
    Join Date
    Sep 2014
    Country
    Spain
    Region:
    Barcelona
    Posts
    410
    Feedback
    67 (100%)

    Default

    Quote Originally Posted by caiusfabricius View Post
    Quote Originally Posted by spcbm View Post
    Quote Originally Posted by caiusfabricius View Post
    Regarding the buzzer, I presume there is no polarity to respect.
    Positive pin pointing to IC1, if you use passive buzzers the polarity is not important.
    OK, thanks.
    Just a couple of notes about the BOM if you allow me:

    -About C1 capacitor : it would be better to write 47uF and not 47MF (someone could think Megafarad)
    -About T1-T2-T3 transistors : it would be better to indicate them as 'PN2222' (TO-92 package) since the original '2N2222' come with a TO-18 package which would not fit in the Tapuino PCB.
    Yes you are right, any NPN transitor with 500 mA or more Ic max will do the job
    Last edited by spcbm; 5th July 2015 at 14:21.

  2. #742
    Inactive Member penrods's Avatar
    Join Date
    Feb 2013
    Country
    Wales, UK
    Region:
    Anglesey
    Posts
    37
    Feedback
    1 (100%)

    Default

    Hi,

    My Tapuino displays nothing on the LCD screen when powered on (it has power)

    I have tried adjusting the contrast pot on the back but no joy, although I notice that I can make out the pixels of the screen on the top row only.

    I have tried two C64's incase not enough power but same result.

    I have also double checked the wiring , e.g. GND goes to GND

    Have tested the Arduino with a simple blink LED sketch and works as expected.

    Upload of the Tapuino sketch reports done but provides the following - is this normal;



    Sketch uses 28,338 bytes (92%) of program storage space. Maximum is 30,720 bytes.
    Global variables use 1,728 bytes (84%) of dynamic memory, leaving 320 bytes for local variables. Maximum is 2,048 bytes.
    Low memory available, stability problems may occur.

    Here is the LCD I have
    http://www.ebay.co.uk/itm/2009849711...%3AMEBIDX%3AIT

    Here is the Arduino I have
    http://www.ebay.co.uk/itm/1115285345...%3AMEBIDX%3AIT

    Have read somewhere that it could be a timing issue

    Any ideas?

    It may be a duff LCD, if someone could please list the key presses I could attempt to load a TAP "blind" to prove that it's the LCD at fault?

    Thanks
    Lee
    Last edited by penrods; 12th July 2015 at 11:37.

  3. #743
    spcbm's Avatar
    Join Date
    Sep 2014
    Country
    Spain
    Region:
    Barcelona
    Posts
    410
    Feedback
    67 (100%)

    Default

    Quote Originally Posted by penrods View Post
    Hi,

    My Tapuino displays nothing on the LCD screen when powered on (it has power)

    I have tried adjusting the contrast pot on the back but no joy, although I notice that I can make out the pixels of the screen on the top row only.

    I have tried two C64's incase not enough power but same result.

    I have also double checked the wiring , e.g. GND goes to GND

    Have tested the Arduino with a simple blink LED sketch and works as expected.

    Upload of the Tapuino sketch reports done but provides the following - is this normal;



    Sketch uses 28,338 bytes (92%) of program storage space. Maximum is 30,720 bytes.
    Global variables use 1,728 bytes (84%) of dynamic memory, leaving 320 bytes for local variables. Maximum is 2,048 bytes.
    Low memory available, stability problems may occur.

    Here is the LCD I have
    http://www.ebay.co.uk/itm/2009849711...%3AMEBIDX%3AIT

    Here is the Arduino I have
    http://www.ebay.co.uk/itm/1115285345...%3AMEBIDX%3AIT

    Have read somewhere that it could be a timing issue

    Any ideas?

    It may be a duff LCD, if someone could please list the key presses I could attempt to load a TAP "blind" to prove that it's the LCD at fault?

    Thanks
    Lee
    It looks like a bad wiring with I2C, double check the soldering and cables, look for bridges on the SDA or SCL pads on PCB, or try to swap the two wires to LCD, not the power (+5V) or GND, just the SDA & SCL
    IF you welded the I2C board, check the soldering.

    You can test Tapuino with a +5V volts DC power.

    When the LCD has no communication with Arduino, IIRC just the upper pixels appears.

    Upload of the Tapuino sketch reports are OK, the memory usage is very high.
    Last edited by spcbm; 12th July 2015 at 22:13.

  4. #744
    Inactive Member Sven1973's Avatar
    Join Date
    Feb 2015
    Country
    Germany
    Region:
    Hamburg
    Age
    48
    Posts
    34
    Feedback
    2 (100%)

    Default

    there is one other thing to check eventually.
    i have one display which is set on another adress as told to me. the seller told one adress, on PCB is written the next and in real time it was just nothing of both...
    same problem happened to derschatten, he used a programm for arduino to listen where the display is sitting, i did it by trial and error

    thats the price for cheap hardware

  5. #745
    spcbm's Avatar
    Join Date
    Sep 2014
    Country
    Spain
    Region:
    Barcelona
    Posts
    410
    Feedback
    67 (100%)

    Default

    @penrods: I forgot to say that your Tapuino PCB was assembled and tested with my LCD, so the problem must be the adressing as Sven1973 says

    I found this pages when I had a problem with LCDs:

    http://www.instructables.com/id/1602...er-Addressing/
    http://forum.arduino.cc/index.php?topic=158312.0

    but in my case it was just the contrast pot.
    Last edited by spcbm; 13th July 2015 at 08:31.

  6. #746
    Inactive Member penrods's Avatar
    Join Date
    Feb 2013
    Country
    Wales, UK
    Region:
    Anglesey
    Posts
    37
    Feedback
    1 (100%)

    Default

    Hi

    Thanks for the replies,

    I ran the I2C scanner which came back with an address of 0x27, which is the same address used in the code. I tried swapping SDA and SCL but no difference to output.

    I've ordered another I2C interface and LCD, this time with them pre-soldered together, just incase my poor soldering is the issue!

    Will update once received

    Thanks again
    Lee

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

    Default

    If the i2c scanner picks it up can you try a hello world program for that lcd and see if it works? There is a very small possibility that the i2c chip is wired differently to the lcd pinouts which could be adjusted via the config file, but we would need a working sample first.

    Edit: just checked, there is a sample program in the eBay description for your lcd/i2c.
    Last edited by sweetlilmre; 14th July 2015 at 12:55.
    [CENTER]Build a Tapuino!
    http://www.amibay.com/showthread.php?63166-Tapuino-the-20-C64-Tape-Emulator
    http://www.sweetlilmre.com
    [/CENTER]

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

    Default

    Hmmm just checked out the sample code and it looks like the same code I based the current driver on! Additionally the pins seem to be configured in the same way.

    See if you can run the code successfully and we can go from there. Sorry for limited comms I am on an island.

    One last thing, just as a sanity check: are you sure the Nano is plugged into the board the correct way?

    Sent from my SM-G900F using Tapatalk
    [CENTER]Build a Tapuino!
    http://www.amibay.com/showthread.php?63166-Tapuino-the-20-C64-Tape-Emulator
    http://www.sweetlilmre.com
    [/CENTER]

  9. #749
    Amibayer! demolition's Avatar
    Join Date
    Oct 2012
    Country
    Denmark
    Region:
    Copenhagen
    Age
    41
    Posts
    2,404
    Feedback
    69 (100%)

    Default

    Quote Originally Posted by sweetlilmre View Post
    Sorry for limited comms I am on an island.
    If you're talking about Africa, then I'd qualify that as quite a big island.
    A1200 (NOS) : 030 33MHz 128MB fast RAM (ACA1232) : Indivision AGA MkII : 8GB CF : RR USB : Ethernet
    A600 #1 : 080 V2 : 128MB fast : 2MB chip : Indivision ECS : 32GB CF : RR USB
    : Ethernet | A600 #2 : 010 : 2MB chip
    A500 : 68000 42MHz : 1MB chip : 8MB fast : 4GB CF | A500+ : 080 V2+ : 128MB fast : 2MB chip : 32GB CF

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

    Default

    Lol Zanzibar to be specific

    -(e)
    [CENTER]Build a Tapuino!
    http://www.amibay.com/showthread.php?63166-Tapuino-the-20-C64-Tape-Emulator
    http://www.sweetlilmre.com
    [/CENTER]

Page 75 of 103 FirstFirst ... 256571727374757677787985 ... 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
  •