Questions /Battery-free IoT and smart surfaces

What tools exist for backscatter and battery-free IoT?

The best starting point is a small set of code, artifacts, and papers that make the infrastructure assumptions explicit.

Short answer

For battery-free systems, the useful tools are the ones that show you both the measurement model and the deployment assumptions. A code release without the sensing stack behind it is rarely enough.

Start with artifacts that expose synchronization, phase handling, or infrastructure coupling, because those are usually the real reasons a prototype succeeds or fails.

What to do next

  • Prefer artifacts tied to a paper and a realistic deployment narrative.
  • Check whether the infrastructure requirements match what you can actually deploy.
  • Use one public artifact to validate feasibility before designing custom hardware.

Useful tools and datasets

When to reach out

Reach out when the public tools are close to what you need but the missing piece is clearly a systems or deployment issue.

Related questions