Jump to content

Steve Guidi

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by Steve Guidi

  1. Thanks for pointing me in the right direction,@Al_Nafuur. This is indeed the problem. I have a 64-character wifi key on my network which I entered via the Wifi Management Portal. I'm not sure why the initial connection was not successful, but I've since connected to a guest network with a simpler key (via the PlusCart UI) and have no issues. I'll debug this a bit further and send the Device Info photo if I can't figure this out -- don't want to monopolize your time if I can avoid it! 🙂 Thanks for your help so far! EDIT: Everything is setup and working now. I have an embarrassing suspicion that I used the wrong password for my wifi network when first configuring the cartridge. Double-checked the password before submitting, and now the cartridge is online via my main network and also connected to the PlusStore.
  2. Oh, I did try to use my PlusStore username too (sguidi), but the wifi portal page responded with "Connection request for your PlusCart sent, please check your email and confirm". URL is 192.168.4.1/0save?s=sguidi. Is this expected? I wonder if my device is having problems connecting to the public internet. The connection info on the portal always shows 0%, but the cartridge doesn't prompt for "wifi-retry" on power-on and shows a varying degree of connection strength. My router also shows an ESP client connected, so it should be working. EDIT: I should note that I created my PlusStore account via https://plusstore.firmaplus.de/index.php/apps/registration/ and not the PlusCart. I wonder if some account-link information is missing from the cartridge's saved state?
  3. Indeed, it is. I was able to get a registration email sent to an email address that forwards to my @gmail.com account (it was flagged as spam), and created the PlusStore account with that email address. Now I'm attempting to connect the PlusCart to the PlusStore account via the cartridge's webserver, which appears to need another email validation. I have an old Office 365 email that I may try to reuse if the above won't work.
  4. Finally assembled a PlusCart this evening and started to configure it! As part of the setup, I'm trying to create a PlusStore account with my email address. What is the general turn-around time for receiving the validation email? I've registered my email address twice via the admin page (PlusCart in web-server setup mode), and twice via https://plusstore.firmaplus.de/index.php/apps/registration/. No validation email yet . I'm going to bed soon, so I'll check and/or try again in the morning.
  5. SpectraVideo's keyboard product came with a Microsoft Basic implementation that had much more RAM, but it also included other limitations like only being able to edit a line once during program entry.
  6. The paddles are built with a 1M-Ohm potentiometer, which is given 5V from pin 7 in the controller. The system detects the "resistance" by measuring the time taken to charge an internal capacitor. If the capacitor is out of spec, then the charge time will vary and produce a different and incorrect reading of the controller's potentiometer. I suspect this is the case since you've verified the correct behavior on the other joystick port, using the same controller. Here's a link to the schematics showing a .068uF capacitor used on the analog input pins (5,9 for paddle inputs). Perhaps you can just replace the ones used on the misbehaving port. https://www.atariage.com/2600/archives/schematics/Schematic_2600_Low.html
  7. Not ideal, but you can use a battery pack to run the Atari 2600. You need about 7V to overcome the voltage drop off the regulator and get 5V on the output. I've used 6x1.2V NiMh cells with about 2000mAh. That will last about 4h for a 500mAh draw, which is what the original supply is rated for (Atari 2600 Jr., NTSC).
  8. To be honest, I don't remember. I haven't played this one seriously in about 30 years ?
  9. There are some games that requires this, but I don't recall if Raiders is one of them. As for the game play, one of the first rooms you will enter will become sealed and inaccessible after some time had passed.
  10. This guy claims to be selling the complete Zellers collection, but unfortunately your cartridge is not shown. https://www.ebay.com/itm/Atari-2600-ZELLERS-The-Complete-Collection-Video-Game-Console-System-Lot-/293563824995
  11. The kit you have is a very common amplifier replacement that produces a composite video signal. I built one using the schematic and installation instructions from the following page, which I'm fairly certain is practically identical to your circuit board. https://www.instructables.com/ATARI-2600-Video-Composite-mod/ The difference between the kit and schematic is the omission of a resistor from video-out to ground, which darkens the output signal. You can review the instructions above including which components to remove and hopefully you can resolve any discrepancies with other YouTube videos. Also, I did not remove the RF modulator in my installation; no problems by keeping it in place.
  12. That's a great observation. The structure of the program effectively has the screen cleared for a longer amount of time than when the text/time is on the screen. clear-compute-print-repeat v.s. compute-clear-print-repeat
  13. Here is part 2 (of 2) of this series, where I explore the graphics, music, and keypad input features. I also cover some memory optimization techniques that are needed while enhancing the clock program from the "BASIC Programming" manual.
  14. I really enjoyed putting the following video together, exploring what could be done with BASIC Programming. I spent a whole day tinkering with the cartridge and was impressed with what was produced. Yes, there are several limitations -- and they are frustrating if you have a background in computer programming, but somewhat manageable. The keyboard controllers are cumbersome, but you get accustomed to it within hours. It helps that there is some logical organization of the symbols on the overlays. It is also unfortunate on how precious of a resource memory is with this interpreter. Just tracking variables costs memory -- you pay for every character rendered to the screen, visible or not! Lots of fun -- but only knowing full-well what you're getting yourself into when you try to write a "lengthy" program from the manual
  15. Thank your for your feedback and confirming one of my thoughts about the cause: flickering and/or interlacing. The asteroid rocks are clearly flickering through my upscaler and video capture card. On my TV, the signal is not interpreted as cleanly -- sometimes the asteroids have jagged or incomplete edges, probably caused by some of the scan lines in the flickered signal being dropped.
  16. Hi everyone! I've been puzzled by the lack of clarity in the image that my composite-modded 2600 Jr produces. I have a feeling that what I see is normal, but I can't rule out choosing a poor mod. I've tried connecting my 2600 Jr. to my computer via an upscaler and a capture card, as well as directly to a LCD TV that supports composite video; both results are similar. To illustrate, below is a screenshot of "Basic Programming" produced by my NTSC 2600 Jr, and interpreted by my upscaler and video capture card. And the following is a similar screenshot which appears to be captured from an emulator. My image is a bit dark, and that can tweaked on the composite mod circuit by replacing a resistor. However, I can't seem to produce solid text characters -- perhaps my TV and upscaler are interpreting an interlaced signal and the 16:9 upscaling is displaying the artifacts of that. Is the text display in my image normal -- perhaps the emulator is intentionally producing a clearer image?
  17. Master frikken Builder. Probably easy to play today since we can take an instant and free photo of the screen. You get a short amount of time to memorize the structure you have to build before the screen is cleared, for every level! I played this so much as a child that I eventually memorized the structure detail for the first level, then abandoned the game when realizing that this was just silly and impractical.
  18. This one definitely requires the manual. The hint section is basically a walkthrough.
  19. The color switch might be faulty, or the solder joints for the switch might have separated from the main board. If you are comfortable with desoldering, you can test the switch after removing it from the board -- I'm not sure if it can be tested in-circuit.
  20. This is solely speculation, but it could be that the potentiometers are damaged so that their hard-stop has worn out. When I last opened up a potentiometer, I noticed that I could get the wiper to spin continuously (and rejoining the track) if I didn't completely close the case/enclosure. Nevertheless, an interesting find!
  21. Awesome! Thank you for confirming. I looked up the technical specs on the Arduino Nano and it draws 19mA of current. That should be well within spec of the 2600.
  22. What is the maximum current that may be drawn from the joystick port (pin 7)? I know that the +5V pin is typically used to power a small auto fire circuit in the joystick, but I'm wondering if it can power something like a compact Arduino or other microcontroller. The 2600 Jr. schematic by Jerzy Sobola shows "Vm" as the voltage source for pin 7 (and what appears to be the RF modulator), but I'm having trouble tracking the down where Vm is sourced from. https://atariage.com/2600/archives/schematics_pal/Schematic_2600_Junior_PAL.html
  23. I was really surprised to see the ice-sliding and friction-deceleration dynamics in Indy 500 -- the game is from 1978!
  24. Is that real Corinthian leather? If so, that must be worth a lot! Also, there appears to be a switching power supply (replacement) with this unit. Think of the energy savings compared to a vintage wall wart!
×
×
  • Create New...