Jump to content
  • entries
    4,994
  • comments
    2,729
  • views
    1,813,097

A new game.com project.


atari2600land

51 views

So I bought an Arduino-type thing for this game.com project. I don't know what an Arduino is, but it was only about $20 or so. So when it comes, I'd need to test it to make sure it works. So what can I do with one of these things to test it and make sure it works in the meantime before my project stuff comes to me I'm guessing in a few months?

 

What is an Arduino anyway? I mean, what does it do? Is it a multi-purpose machine so you can do what it tells you to do? I'm really new to this sort of thing.

 

Also, if you have any non-working or working game.com cartridges you don't have, PM me because I'll be needing them in a few months.

I'm so excited for this my eye began hurting. Or perhaps it's just the heat.

2 Comments


Recommended Comments

An Arduino is a small, single board computer that you can program to act like various things, in this case probably a cartridge simulator so it feeds a ROM image to the host machine which thinks it is reading a cartridge. The various Raspberry Pi devices also fall into this category of devices, perhaps in particular the Pi Zero.

Link to comment
2 hours ago, carlsson said:

An Arduino is a small, single board computer that you can program to act like various things, ... The various Raspberry Pi devices also fall into this category of devices, perhaps in particular the Pi Zero.

Depending upon the processor, most Arduino boards would be classified as microcontrollers rather than computers.  Computers are typically focused on interacting with people while microcontrollers are typically focused on interacting with external devices. 

 

There are numerous models of Arduino with significant differences between them.  There are also many clones (as the original design is open source) and "Arduino" boards which share some similarities (usually the processor or the I/O interface) without being a direct clone.

 

Usually you would either buy an Arduino (or other SBC) to satisfy a particular set of requirements (e.g. I bought a Raspberry Pi Pico to read a thermistor and report the temperature over USB and a Raspberry Pi 3A for emulating old arcade games).  However there are also "experimenter kits" which include an SBC and various external devices which can be used for various simple projects.

 

Note: A Raspberry Pi (except for the Pico) is a computer with a lot of General Purpose I/O available for interfacing with external devices.  The Pico is definitely a microcontroller.  A computer typically runs an operating system (often Linux) whereas a microcontroller is programmed (using a computer) to execute a specific set of programs.

Link to comment
Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...