Slashdot Mirror


Small Electronic Logic Blocks - eBlocks

eBlocks writes "eBlocks are small low-cost electronic devices that can be easily interconnected for a wide variety of applications such as: detecting motion, light, water, sound or magnetic fields; triggering a buzzer, a light, an electronic relay or a lock. Devices can communicate wirelessly or can be controlled remotely via the internet or a telephone. The eBlocks technology has been developed by a professor at U.C. Riverside who is looking for inspiration on its best uses. Try out the simulator. Suggestions and comments welcome!"

2 of 169 comments (clear)

  1. Had this and did this. by SWTP_OS9 · · Score: 5, Interesting

    When I was growing up around 1968 - 1969 Raython had a series of kits that you could build circuits with out wires by touching blocks together and the ground was a metal plate. Connections were metal contact with magnets behind that.

    The Learning Company has had this since the early 1980 in a game called Robot Odyssey. You could wire stuff up and solve puzzles. I rember since I was on the conversion crew from the Apple II/IBM PC to Color computer.

    Its a nice idea but has been done for a long long time.

  2. Looks like PLC logic by gregmac · · Score: 5, Interesting

    This reminds me very much of programming a cheap (quasi-)PLC (programmable logic controller) we use at work often: a Siemens LOGO (pdf link). Basically, it's a device that has a bunch of inputs (8 digital, or 6 digital / 2 analog), and some outputs (4 digital), and contains a bunch of logic gates, comparators, and timers. You can make fairly sophisticated control systems using these.

    We use them, for example, to control chemical injection systems. They have overrides based on filters backwashing, timers to dose to keep the pumps if they haven't run for a while, timers to prevent them running too long, etc. It's pretty endless what you can do, and these are only the lowest level of entry into the world of automation and PLCs.

    Take the eBlock logic and timer modules, make them all software, and you have a LOGO. You still need the sensors and controls/outputs, but you can make some fairly complex programs involving hundreds of blocks, without the size of using hundreds of blocks.

    The eblocks are a neat idea for educational purposes, but I'd see people quickly moving up to small PLCs (like the LOGO). They also definately don't have any use in industrial applications, though I don't know if that was the intent or not.

    --
    Speak before you think