Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Android Hardware Hacking Open Source Toys Build News

The Arduino Project Gets a Core Memory Accessory 46

Stoobalou writes "A pair of mathematicians have created an electronics project that nostalgic computer buffs will likely recognize straight away: a magnetic-core memory shield for the Arduino electronics prototyping platform." The creators' web site has more, including schematics, if you'd like to make your own.
This discussion has been archived. No new comments can be posted.

The Arduino Project Gets a Core Memory Accessory

Comments Filter:
    • by xded ( 1046894 )

      Yeah, even though it's more of a comment [slashdot.org] become story...

      Then I think I will quote my own comment [slashdot.org] there...

      Nice learning project!

      However ferromagnetism is not for learning only. Check over at TI for FRAM powered uCs [ti.com] and their advantages.

      The standardization brought in hardware and software tools by Arduino is good, but people should understand that a '90s Atmel microcontroller isn't everything that's out there...

      • by makomk ( 752139 )

        TI's FRAM microcontrollers use the ferroelectric effect, not ferromagnetism. It has some very similar properties to core memory but a totally different physical structure.

        Oh, and they're also currently vaporware.

  • There's a popular 'circuit bending' scene for modifying electronic musical instruments (usually crude ones) and other noise making games like Speak 'n' Spell to make unusual sounds. I could imagine using the core memory for storing sample data (you would have to stream it through I guess as it's only a few bytes) and allowing the user to manipulate it to produce unexpected results, for instance by waving inductive or magnetic devices near the core. It could also be used to store modulation data or other v
    • Sure ... or they could use programmatic synthesis tools like Max/MSP and countless others to create the same sounds without the slapdash practice of circuit bending.

      • Yes... but lots of people don't. They enjoy the unpredictability and hands-on visceral feeling of messing with circuitry. Often it produced garbage, but occasionally you stumble upon an amazing sound that turns into something musical (if arguably atonal).
      • by eriqk ( 1902450 )
        Max/MSP, Pd, Csound and SuperCollider are great fun but too predictable. You'll find that many folks who are well versed in these environments are now also using cassette tapes, bent circuits and stomp boxes to add more unpredictability and grime to their music.
        GP's suggestion sounds rather awesome, to be honest.
  • Yes, but can they build a Beowulf cluster out of... --- oh, never mind...
  • "It has been suggested that a modified driver shield could be used to access original core memory modules - possibly even reading data from salvaged modules that hasn't been read since the early days of computing."

    Most likely no interesting info will come out. When memory was so limited, programmers stored as little as possible in core, and it was binary data anyhow.

    I still have some paper tapes from the late 1970s with data from my first job at an electric power company. Unfortunately, there's not much the

    • by tgd ( 2822 )

      IIRC, and I may not be, I think core memory needs refreshing, too... odds are there's no data at all in it at this point.

      • by _merlin ( 160982 ) on Saturday May 14, 2011 @10:42AM (#36126694) Homepage Journal

        It's non-volatile - the last data written will still be there. What you're probably thinking of is destructive read - you need to re-write the data after reading it, because the read operation results in the bit being erased.

      • by dissy ( 172727 )

        I actually made a similar setup a couple years ago with an IBM core memory board of 900 bits and a basic stamp.

        The magnets on the core memory still held a fairly random pattern of bits once I read it out, and it was last used about 30 years ago, so I can attest to at least holding their magnetic polarity for that long.

        I think I remember reading somewhere that the farite material they used to make the beads are known in nature to hold their magnetic polarity through earth pole shifts. Something to do with v

    • Comment removed based on user account deletion
  • I know this is OT, but if I have a 2MHz band which I'm sampling per Nyquist through an ADC with 14 bit resolution, are any Arduinos in practice going to let me stream that to the USB? I'm assuming the Arduinos' own ADCs aren't good enough. Just for a project I thought I'd waste a few days on...

    • by MBCook ( 132727 )
      I don't know how fast the Arduino's ADC is, but it's 10bit. The USB is just a 115k serial port, which I think is a chip restriction. You could use your own bit-twiddling, or use an Ethernet interface like the Ethershield, which may be fast enough.
    • by makomk ( 752139 )

      It is off-topic, but no. USB 1.1 is limited to 12 megabits/sec theoretical (much less in practice), so there's no way to do that with the Arduino or even with any of the AVR boards that have proper integrated USB 1.1. You'll also be hard pushed to find a decent high-speed USB 2 microcontroller at a reasonable price. The Cypress CY7C68013 would probably work - it has high speed USB and special hardware functionality for capturing 8 or 16 bit parallel data streams - but it also has a fairly nasty 8051-based C

    • Take a look at some of the cheaper FPGA boards out there, like the Nexys 2. I've used these to talk to 24-bit 2.5MSPS parts with no problem at all.

      Basically they're a cheap way to get your hands on a CY68013 USB chip and enough glue logic to make it easy to hook up the ADC.

  • by derGoldstein ( 1494129 ) on Saturday May 14, 2011 @10:24AM (#36126556) Homepage
    Why is there an Android icon on this story? Because they needed to pick an icon and "Android" and "Arduino" were close enough?...
    • You didn't RTFA, don't you?

      The Arduino is an open-source development system for the creation and programming of electronic gadgets. Powered by an ATMega microcontroller, it's a popular platform for both experienced developers and newcomers to the hobby - and has been chosen by Google to form the heart of its Open Accessory project for Android [thinq.co.uk].

      • That was added by "thinq_", the actual project has nothing to do with Android. I thought I saw an embedded icon at some point, but I can't find it now (and if there isn't an embedded icon, there should be).
    • by hey ( 83763 )

      You are right. Arduino is important enough to have its own icon!

  • Oh, yes - people still looking for a fast startup can relate to core memory. You switch the machine on, set the switches to the base address, hit 'reset', hit 'run' and you are up and running the last loaded program (CPU next instruction address registers etc.. are volatile, so can't be used) So, for example, set 0019, Res, Run, and you are up and running (CIL System 90, and others) Not too shoddy, eh?

    Oh, er, when can we get a 5 channel paper tape reader, 8 cps (characters per second) teletype, 800bpi (b
  • Next, I want to see some bubble memory- remember that? I bet the controller would be much more complicated.

  • by Anonymous Coward on Saturday May 14, 2011 @11:45AM (#36127090)

    Can we stop the flood of Arduino nonsense? Yeah, I know people get excited when they discover how fun microcontrollers are. However, Arduino isn't all there is and it's not even particularly interesting. It's a family of boards with non-standard header pin spacing (WTF guys?!) with a shitty ATmega at its core. Most hobbyists would be better served by something from Parallax. For more demanding projects, the beagleboard is awesome. For tiny, cost sensitive projects, TI's launchpad dev kit is under $5 with additional microcontrollers (MSP430 series) selling for just a few cents a pop! If you don't mind a bit of a learning curve, ST's STM32 and STM8 series are great and dev boards are cheap.

    Arduino isn't the only game in town. Let's stop covering every freshman-level EE project done with it.

    • Even the old PICs are great for simple projects. Limited, yes - you get a few IO pins, a serial port, that's about it. But really cheap. One IC, that's it. No supporting components beyond the power supply, and even that doesn't need to be well-regulated. I used one in my steampunk electronic die, and as the controller for an animatronic suit head I programmed for someone.
      • I still use PIC's all the time myself, even for some relatively fancy/fast stuff. They make great front ends for data aq in a pc, where they can buffer a little and cope with the PC's random pauses well, for example. Or do a control feedback loop with the PC just providing the tuning parameters and maybe logging the data after reduction by the PIC.
        With a well written (by me of course) tiny opsys, and a decent C compiler (I use CCS these days) it's so quick to get a simple project going there's not much
    • Arduino is just "in" at the moment, which is why this story got picked, as click-bait. Hobbyists have been doing interesting things for years using MCUs (hackedgadgets.com has been around for a while), but the Arduino lowered the barrier to entry considerably.

      The one trend that I find odd is that people are sticking with it, rather than using it as what it was originally meant to be -- a jumping board. Once you're comfortable with the platform, you're supposed to "graduate" to at least making custom boar
      • by hitmark ( 640295 )

        I think they stick with it not because of its capabilities, but the ecosystem that has built up around it.

        One can get all kinds of "shields" that plug into the IO ports and do various stuff, including getting the thing online via ethernet.

        So it becomes faster to just grab one and a shield or two that provide the basics for what you want to do, and then hammer out some spaghetti code, then go with a truly custom design.

        And now that Google have announced a accessory development kit for Android based on Arduin

      • by Tacvek ( 948259 )

        I fully agree with all your points, except that he "wiring" programing language is already C++. All wiring actually is is a C++ library. A #include directive is added to the top of what you provide, and it is compiled together with an existing main.cpp file (and a few others), and the result is an executable. That is it.

        While undocumented, you can use pointers, create new classes, whatever you want.

    • by Osgeld ( 1900440 )

      Parallax and MSP? what the FUCK are YOU smoking?

      Parallax what 80 bucks for an even shittier pic chip loaded with basic and a dope baggie of leds? Oh the propeller a proprietary chunk that is really only good for a few video applications, the crap cant even handle a ISR without hogging up an entire 32 bit cpu core for polling?

      then the MSP, yea whats that launch pad, like 12 bytes of ram, 6 nano amp loads on the pins, 800$ toolchains and waiting 6 months hoping TI doesnt fuck your order up? there is a winner

    • by TheGratefulNet ( 143330 ) on Saturday May 14, 2011 @03:14PM (#36128186)

      atmega 328 chips are $5 or less, usually less. resonator and other minor parts are a dollar.

      the only cost is the $15-20 ftdi or similar serial/usb cable. pl2303 for $5 on ebay works fine, btw.

      its VERY cheap and works on all platforms. gcc is free (I use makefile based arduino dev, myself) and the IDE is usable and free.

      PIC got left behind. no one cares about PIC anymore. what else is there for this kind of cheap change?

      and who is still thruhole friendly.

      and who has a huge user contrib library online, in src format?

      this is why arduino 'won'. I spent the last year or more doing arduino things and while its still more 'home' than industry, you can make speedy progress and get help fast with your projects if you get stuck. it really is the 'linux' of the very low end embedded world, whether you like it or not.

    • However, Arduino isn't all there is and it's not even particularly interesting. It's a family of boards with non-standard header pin spacing (WTF guys?!) with a shitty ATmega at its core. Most hobbyists would be better served by something from Parallax.

      Ahhh I see your electrical perspective on this. Sorry but for many people out there the Arduino IS all there is. No other platform comes prebuilt in a wide variety of styles. No other platform has a whole host of stackable plug-in boards to extend functionality. No other platform has as large a user base, or as large an open source code library. Most platforms have really horrendous free IDEs, or charge you through the nose to develop. Most other platforms offer single microcontrollers that are worth more t

    • by Goody ( 23843 )
      What makes the TI board so damn interesting? Oh, that's right; TI price whored themselves and sell the board at a loss just to gain market share and try to artificially develop a community around it. It's funny when people claim this or that microcontroller is better than the other. Get over it. They all do the same damn basic functions. Can we stop the flood of microcontroller snobery?
  • As a collector of old electronics I have a keen interest in anything that lets people see and feel the history of electronics and computer technology. I have an Intel bubble memory with its chipset that I've been meaning to fire up for , um, decades. Maybe it's time to get cracking?
  • The military was still using computers with core memory.

    Check this [vipclubmn.org] out!

  • Why does this article have an android image? The article has nothing to do with it. Arduino is popular enough with the hobbyist community to stand on its own. Not that the android integration package from google isnt awesome but maybe its time arduino got its own image?
  • Worked on the Univac 9700 which first came out with magnetic wire memory that replaced cores in earlier systems. Fixing memory errors was done by desoldering the affected wire, sliding it along and resoldering it. The wire memory was much faster than the core memory and was about the same speed as the early chip memory.

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...