Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Hardware

The First High-Yield, Sub-Penny Plastic Processor (ieee.org) 47

IEEE Spectrum reports: For decades, hopeful techies have been promising a world where absolutely every object you encounter — bandages, bottles, bananas — will have some kind of smarts thanks to supercheap programmable plastic processors. If you've been wondering why that hasn't happened yet, it's that nobody has built working processors that can be made in the billions for less than a penny each.... The problem, according to engineers at the University of Illinois Urbana-Champaign and at British flexible-electronics manufacture PragmatIC Semiconductor, is that even the simplest industry-standard microcontrollers are too complex to make on plastic in bulk.

In research to be presented at the International Symposium on Computer Architecture later this month, the transatlantic team presents a simple yet fully functional plastic processor that could be made at sub-penny prices. The Illinois team designed 4-bit and 8-bit processors specifically to minimize size and maximize the percentage of working integrated circuits produced. Eighty-one percent of the 4-bit version worked, and that's a good enough yield, says team leader Rakesh Kumar, to breach the one-penny barrier.

"Flexible electronics has been niche for decades," says Kumar. He adds that this yield study shows "that they may be ready for the mainstream."

Thanks to Slashdot reader Iamthecheese for sharing the article
This discussion has been archived. No new comments can be posted.

The First High-Yield, Sub-Penny Plastic Processor

Comments Filter:
  • more than the processing to bring big benefits from something like this. As the amount of processing you want from your banana is quite limited..

  • Now we just need a sub-penny power source for the sub-penny plastic processor.
    • Alkaline button cells are about 0.9 cents USD in bulk. and Zinc air button cells are 1.2 cents, maybe less if you look hard enough and are flexible on specs. Lithium coin cells are around 4 cents. For a disposable circuit I would prefer the zinc-air as it is the least toxic and uses easily repenished materials.

  • by nospam007 ( 722110 ) * on Saturday June 18, 2022 @04:03PM (#62631966)

    And sooner or later, you're eating AI sushi.

  • Fingers crossed (Score:4, Insightful)

    by robi5 ( 1261542 ) on Saturday June 18, 2022 @04:08PM (#62631976)

    Wouldn't it be wonderful to swamp the Earth and its soil, oceans and air with yet another kind of ubiquitous, single-use, impossible to collect and recycle plastic thingy? We'll have them in food we eat and in our own bodies real soon now

    • When did everybody become a technophobe even on /. ?

      These processors could easily more than earn back the couple grams of plastic they might weigh through efficiency gains in distribution, reductions in waste of perishable goods, leaner supply chains, or simply displacing conventional processors in low-end niches.

      • How does that help with plastic pollution?

      • by eth1 ( 94901 )

        When did everybody become a technophobe even on /. ?

        These processors could easily more than earn back the couple grams of plastic they might weigh through efficiency gains in distribution, reductions in waste of perishable goods, leaner supply chains, or simply displacing conventional processors in low-end niches.

        Or perhaps solve a major problem if they can help recycling machinery automatically identify the exact type of plastic present in a piece of waste so it can be sorted properly.

  • Cost vs. benefit (Score:3, Informative)

    by byromaniac ( 8103402 ) on Saturday June 18, 2022 @05:19PM (#62632072)

    If you've been wondering why that hasn't happened yet, it's that nobody has built working processors that can be made in the billions for less than a penny each....

    Well, that and the added value of smart bandages, bottles, bananas is apparently less than a penny.

  • Maybe they can embed a biodegradable virus in the chip to self destruct after a certain time.
    • Inactive yeast and dry agar agar. once it gets damp with moderate heat it actives. Make sure the polymer for the circuit substrate is something that your yeast strain can break down. Nothing weird about adding yeast in a landfill either.

  • I read the title as Plastics Processor, oh well.

    As for the actual topic, do they also have penny battery and at least a penny LED or speaker so it can blink or beep for four cents? Woops it might need a timing device too uh oh thats another penny. That toy is now five cents.
  • From TFA

    "It hasn’t been for want of trying; in 2021 Arm reproduced its simplest 32-bit microcontroller, the M0, in plastic, but even this couldn’t hope to meet the mark."

    They knew they wanted to hit sub-penny. They know what the yield is. Still, they put "simple" 32-bit processors on a wafer and then found out that they weren't small enough and the cost was too high ?

    WTF ?! Rule # 1 of cost on ICs, the smaller the cheaper, duh. Once they knew the price target they new about how big the die cou

    • by Pembers ( 250842 )

      If they'd been able to make the M0 work, they wouldn't have had to spend the time and money to create a new, simpler design, and their customers would've been able to reuse existing hardware and software that are compatible with it. But yeah, a 32-bit chip that can monitor a sensor and emit a signal based on the sensor's value seems excessive.

  • The most important element to actually achieving reliability was the actual CPU design.

    * Use 4-bit instructions
    * Segment instruction memory from data memory.
    * Eliminate pipelining entirely. It's 100% clock synchronous.
    * Minimize the number of gates as much as possible.

    Ultimately, they use 2,104 "semiconductor devices" which suggests they are not mere transistors.

    • by hawk ( 1151 )

      4 bit *instructions* ?

      That would be *extremely* limiting. Even the 4004 used 8 bit instructions.

      For that matter, I'm not aware of any processor actually put into use that had 4 bit instructions, although Popular Electronics had a project in the late 70s or early 80s that built a 4 bit computer with 4 bit address space and 4 bit instructions.

      hawk

      • by vyvepe ( 809573 )

        Popular Electronics had a project in the late 70s or early 80s that built a 4 bit computer with 4 bit address space and 4 bit instructions.

        That means there are only 256 possible programs which could run on the device. It does not look very useful. Anyway it is an interesting bit of info.

        • by hawk ( 1151 )

          indeed--it was a demonstration project to be interesting in a day when 8 bit machines were beyond the reach of many readers.

          But there are more possible programs than that--16 four bit words is 64 bits, so 2^64 theoretical combinations of program and data.

          I finally lucked out on a search. Here's the June, 1978 issue:

          https://worldradiohistory.com/... [worldradiohistory.com]

          it has an add, but no subrtact, and no "if" . . . but it was a nice demonstration of how things work.

          I never built it, but rather an 1802 from scratch (wire wrap

  • Could they do unwanted tracking ?
  • Yay for counting in Nibbles. Not heard of Nibbles in almost 40 years.
  • I want image sensors on medium format film. They ought not to be too complex, and they'll make a good trial for the 4x5s to follow.
  • Sorry, but your society improving notions are all wrong. These will undoubtedly be used to track consumption rates to let you know it's time to order more.

I've noticed several design suggestions in your code.

Working...