Jump to content

utri007

Members
  • Posts

    65
  • Joined

  • Last visited

Posts posted by utri007

  1. 1 hour ago, aotta said:

     

    Please post a picture of your work, it could be useful for finding if something wrong in assembling.

     

    One of my Italian friend has same issue, i suggested him to check sdcard module with Arduino IDE example "SD->CardInfo", changing the SPI pins with the ones used by PiRTO:

    const int _MISO = 16;  // AKA SPI RX
    const int _MOSI = 19;  // AKA SPI TX
    const int _CS = 17;
    const int _SCK = 18;
     
    If also CardInfo doesn't recognize the card, something is not working! ;)
     

    Here few pictures. Usin IDE would be too difficult. I bought 5 SD-card readers more and if it doesn't got fixed with them, I just need to wait that somebody build these for sale.

    IMG_20240406_204316_HDR.jpg

    IMG_20240406_204346_HDR.jpg

    IMG_20240406_204431_HDR.jpg

  2. I build five PiRTOs. 

     

    In building process, I removed SD-Reader connector and soldered it to PCB, after that I soldered Pi and when it was soldered I resolder SD-Cardreader back to it's connector.

     

    I have these https://www.aliexpress.com/item/1939404111.html? 

    None of them work, it just flashes once when powered, then four times. 

     

    4 blinks: Card not initialized

     

    I Noticed that four blinks happen also when SD-cardreader is not connected at all. Did I broke all of them when I removed connector? I have also tested three different cards Transcend 2gb and 4gb cards and newer 32gb Samsung, with same result. Card is formatted to FAT32.

  3. On 2/12/2024 at 11:59 AM, aotta said:

    The multicore was conditio sine qua non for any further emulation, but I'm afraid that rp2040 has not enough power not ram to support it.

    JohnPCAE did a great works with his ACC to add several feature to Inty (i take big portions of his code for my PiRTO), so theoretically Pico could support some emulation while handling the bus, but it will an hard and tricky path, and I'm not interested in it.. an intellivoice is easily available on web shops, and even the ecs (but i spent a bit more for it 😂).

    I made a multicart for playing old games on real hardware, if you like emulation, i suggest the good jzintv! 😜

    What kind of capasitors are needed? Would 100nF be OK?

  4. This seems so easy to assemble that even I can do it. I might as well build one even though I have ordered RTO. (A friend of mine is building one for me.) The only thing that makes me wonder is the SD card module; I can't see how it is attached in the pictures.

     

    Thanks.

     

    Are there BOM and CLP files for a JLCPCB?

     

    Surely is possible order from JLCPBC it without a PICO, but other components installed??

  5. 4 hours ago, aotta said:

    As far as i know all the couple of dozens RTO made by people that contacted me work fine, but most of them are pal console and no one is a Super system pro, that i don't own and may have some incompatibility. Do you ever a SSP?

    OK, thanks. I have normal PAL Intellivision, so it shouldn't have problems. Thanks.

  6. On 1/1/2024 at 5:14 PM, aotta said:

    I bought some on ebay and amazon, but actually prices are very higher than at the pjrc store.

    And i'm not looking for teensy anymore, i'm starting a new RTO version based on raspberry pi pico, that is cheaper and dual processor.

    Now I have all the parts, except switches. There seems to be problem with 5-11under's build RTOs. Should I expect similar problems?

    • Confused 1
  7. On 12/27/2023 at 12:51 AM, aotta said:

    Anyway, 5-11under just posted that he has still some RTO on selling, you could give a look to his thread if you're interested in buying one!

    Tried to order, but he haven't answered any messages I have sent to him. I would ike to have loose cartridge.

     

    So instead of waiting, I decided order 5 of these from JLCPCB. With little help I managed to choose correct resistors, capacitors and oled header to it. They are soldered by JLCPCB for few euros.

     

    Other components are easy to find/choose. Teensy 4.1 boards are only ones I haven't yet ordered. Would you have a good source for these?

    9522659102720-Produce_DanZhi.SMT_Snapshot.Top.3249526A_Y12.SMT02312301537296.png

  8. 6 hours ago, aotta said:

    This is a DoItYourself project and, actually, there is no seller of RTO cartridge.

    I grant my permission and collaboration to Dino Yachaya for producing and selling some batches, but at the moment the project is in stand-by.

    So, if you think that a through-hole soldering is something sexual, or you have never compiled a program in arduino ide environment, and you want to buy a multicart for Intellivision from shelf, i could suggest you to look for the Backbit cart with the intellivision adapter, i don't have one but AFAIK it works fine (even if it's not beauty as mine RTO! ;) )

    OK, thanks. I can't figure out which file is BOM? / part list. 

     


     

  9. On 2/12/2023 at 9:46 PM, 5-11under said:

    Here's my take on aotta's open source RTO multicart...

     

    Links to aotta's github:

        https://github.com/aotta/RTO-Cart

    Links to some threads here on AtariAge:

        https://forums.atariage.com/topic/346768-its-2023-is-there-an-intellivision-flashcard-available-for-purchase-anywhere/

        https://forums.atariage.com/topic/346024-intellivision-rto-multicart-new-multicart/

     

    I spent most of the day yesterday assembling and testing the board. I had made a few errors on my board, which I repaired manually (see pics below). The automatic reset also wasn't working. aotta told me he had difficulties getting that to work, but after tweaking some code and delays, he got his working. That same code wasn't working for me (possibly because the Teensy works at 3.3V and can't toggle the reset pin consistently), so I came up with a slightly different method, which does seem to be working consistently.

     

    There's a few improvements/changes that I'm going to make:

    1. The board is meant to fit inside a Coleco shell. I didn't realize, however, that the SD slot wasn't spring-loaded (remove by pressing first), so at the moment, you need tweezers to remove the SD card. I'll need to figure out if the SD card needs to stick out, or if there's a suitable way to still have it inset and reachable.
    2. The screen is also very small, at least for my eyes. I'd like to move up to a slightly larger screen, such as a 0.96" OLED.
    3. A few minor things, such as insufficient switch height, holes in wrong spot, location of parts relative to the Coleco shell, and of course the layout mistakes I made.

    Next steps, generally:

    1. Find a good solution to easily remove the SD card, as well as a few other minor manufacturability aspects.
    2. Update the PCB layout with the required changes, and order prototypes.
    3. Buy the required new parts for the next prototype.
    4. Test the prototype.
    5. CNC program and fixtures to cut the openings in the Coleco shell.
    6. Design a label.
    7. Build a small run, for testing.
    8. Build a larger(?) batch, based on interest.
    9. Given the open nature of the RTO, and the type of the project it is, I'll also be investigating having design, boards, populated boards available. Details to be determined later. Adjusted code for reset fix and new screen will definitely be made available.

    The board in the bottom half of a Coleco shell:

    image.png.ce033dd261253cd32e871e73a0fe67c2.png

     

    The bare board inserted in a Model II:

    image.png.515f6ea9e8e21f3c45f9fb14020683ad.png

     

    Play all your favorite games (sorry for the mess; needed to add a TV temporarily, because my VCR/tuner needs a new remote):

    image.png.0c1f124c123cf370110ce2240557f124.png

     

    Eager to get one. 

  10. 8 hours ago, 5-11under said:

    Initial price, for the first few months, approximately, should be $85 US for the cartridge. The box+manual will be extra and optional, with price to be determined. The boxes are labor-intensive, so unfortunately, they won't be cheap.

     

    This applies to my version, using shells made by Coleco (for Donkey Kong, Carnival) (for the Intellivision, of course), larger screen, etc. If you see pictures that I've posted, and information that I've posted, that's the product. When the time is closer, I'll collect that information in one place a bit better. There is at least one more RTO being offered for open sale now or soon, and anyone can make their own. As mentioned, posts in this thread by me describe my version, but posts from others could be describing/showing other versions.

     

    Thank you. When the time will come, I want one with shell. Box and printed manual are not needed. :)

  11. 11 hours ago, 5-11under said:

     

    Boards should be here within a couple of weeks.

     

    In the meantime...

    All other parts have arrived. Box and manual redesign is complete, with printed samples set for Thursday. Cardboard boxes are being cut with CNC, scored, and folded.

     

    I've got CNC programs for the shells, but I've only cut a couple so far. After that, the final assembly of the boards, shells, and boxes.

     

    So, sorry, no date yet, but I've convinced myself there's a lot more work to be done. :)

     

    What will be price about and was there two projects to produce this hardware?

×
×
  • Create New...