Settings

Theme

Mementos: System Support for Long-Running Computation on RFID-Scale Devices

web.cs.umass.edu

24 points by frappe06 3 years ago · 2 comments

Reader

snops 3 years ago

Texas Instruments has also done interesting work in this area with "Compute Through Power Loss" where they use the non volatile FRAM in some MSP430s as working memory [1]

I don't think it needs the kind of compiler tricks this article describes though, instead it's just different hardware. I would be quite interested in seeing a benchmark of the technique in this paper (fast computation in SRAM and cleverly timed checkpoints to Flash) vs just running the stack in FRAM to start with, especially on this MSP430 that has both all 3 memory typed and can work as an RFID tag [2]

[1] https://www.ti.com/tool/TIDM-FRAM-CTPL

[2] https://www.ti.com/product/RF430FRL152H

  • frappe06OP 3 years ago

    Intermittent computing has been interesting for a while to me. I've been thinking of how some technologies used today have implemented the technique of harvesting small amounts of energy to perform some operations required for a given task.

    See for instance iLOQ, they provide locks/keys that are authenticated through harvesting energy from a user simply inserting the key, and in that time authenticates if the user is the owner of the lock [1].

    I wonder where there are more products like these...

    [1] https://www.iloq.com/en/

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection